I had difficulty compiling sqlite-3.2.6 using gcc 3.0.1 and AIX 4.2.

The problem turned out to be gcc creating a few object files whose symbol tables could not be read by IBM's nm. The fix was to compile without debugging (remove the -g option).

JS

Reply via email to