Fred wrote: > At 16:48 26/01/2008 -0600, Darrick Hartman (lists) wrote: >> If you statically compile a program, you can copy it from CentOS to >> Astlinux and it will run. If it is dynamically linked, it will not work >> (without copying all of the dependencies). You could compile it in the >> development environment though without too much difficulty. > > I've never compiled SQLite myself, and I've only played with C a little, > and it was a long time ago. So I'll take "without too much difficulty" with > a grain of salt :-) > > =========== > Compiling the latest SQLite source: > > 1. Download sqlite-3.5.4.tar.gz (don't know what sqlite-source-3_5_4.zip > and sqlite-amalgamation-3_5_4.zip
Fred, Don't do this. Sqlite is included in the build environment. There's no need to statically compile it outside the environment. It's there. It is considered "experimental" and you will need to select "Enable Experimental/Test Packages" to see it when you do 'make menuconfig'. The binary itself compiles cleanly with no issues. Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
