On Aug 24, 2005, at 6:49 AM, YOGESH wrote:

..
so i tried to build sqlite from source code.but again there i got the erro gcc not installed.


do you have the Xcode tools installed? For 10.3, that should be the version 1.5 release of Xcode tools (also known as 'developer tools'). You need that to compile anything at all.

Any reason you are dealing with 2.8.x release? I downloaded and compiled 3.2.1, and it compiles without a problem.

./configure
make
sudo make install

Make sure you download and install the latest version of readline before you do the above, and SQLite will automatically find readline.


--
Puneet Kishor

Reply via email to