Small. Fast. Reliable.
Choose any three.
*** 143,177 ****
  
  3. Edit _configure_ script in the sqlite dir and comment following lines out as shown - have fun finding them ;-)
  
! #if test "$cross_compiling" = "yes"; then
! # { { echo "$as_me:12710: error: unable to find a compiler for building build tools" >&5
! #echo "$as_me: error: unable to find a compiler for building build tools" >&2;}
! # { (exit 1); exit 1; }; }
! #fi
! 
! . . .
! 
! #else
! # test "$cross_compiling" = yes &&
! # { { echo "$as_me:13264: error: cannot check for file existence when cross compiling" >&5
! #echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
! # { (exit 1); exit 1; }; }
! 
! . . .
! 
! #else
! # test "$cross_compiling" = yes &&
! # { { echo "$as_me:13464: error: cannot check for file existence when cross compiling" >&5
! #echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
! # { (exit 1); exit 1; }; }
! 
! . . .
! 
! #else
! # test "$cross_compiling" = yes &&
! # { { echo "$as_me:13490: error: cannot check for file existence when cross compiling" >&5
! #echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
! # { (exit 1); exit 1; }; }
  
  
  4. Save the configure script, change into the build directory you created and call the edited configure script from the sqlite directory by using the following option:
--- 143,177 ----
  
  3. Edit _configure_ script in the sqlite dir and comment following lines out as shown - have fun finding them ;-)
  
!   if test "$cross_compiling" = "yes"; then
!    { { echo "$as_me:12710: error: unable to find a compiler for building build tools" >&5
!    echo "$as_me: error: unable to find a compiler for building build tools" >&2;}
!    { (exit 1); exit 1; }; }
!   fi
! 
!   . . .
! 
!   else
!     test "$cross_compiling" = yes &&
!     { { echo "$as_me:13264: error: cannot check for file existence when cross compiling" >&5
!     echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
!     { (exit 1); exit 1; }; }
! 
!   . . .
! 
!   else
!    test "$cross_compiling" = yes &&
!    { { echo "$as_me:13464: error: cannot check for file existence when cross compiling" >&5
!   echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
!    { (exit 1); exit 1; }; }
! 
!   . . .
! 
!   else
!    test "$cross_compiling" = yes &&
!    { { echo "$as_me:13490: error: cannot check for file existence when cross compiling" >&5
!   echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
!    { (exit 1); exit 1; }; }
  
  
  4. Save the configure script, change into the build directory you created and call the edited configure script from the sqlite directory by using the following option: