Your problem is probably in linking. Try compiling without debug ( no -g). That worked for me on AIX 4.2.

Bauer, Christoph wrote:
Hi,

SQLite 3.2.8 and 3.3.2 does'nt compile on an AIX machine. I suspect libtool
to call the linker with wrong arguments.
/libtool --mode=link cc -g -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1
-I. -I../sqlite-3.3.2/src -DNDEBUG  -I/T/tcl_tk/8.5/binaries/ibmaix5/include
-DTHREADSAFE=0 -DSQLITE_OMIT_CURSOR -DHAVE_READLINE=0   \
        -o sqlite3 ../sqlite-3.3.2/src/shell.c libsqlite3.la \
        -lcurses
cc -g -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I.
-I../sqlite-3.3.2/src -DNDEBUG -I/T/tcl_tk/8.5/binaries/ibmaix5/include
-DTHREADSAFE=0 -DSQLITE_OMIT_CURSOR -DHAVE_READLINE=0 -o .libs/sqlite3
../sqlite-3.3.2/src/shell.c  -L./.libs -lsqlite3 -lcurses
-Wl,-blibpath:/T/tools/unix/ibmaix5/lib:/usr/lpp/xlopt:/usr/lib:/lib ld: 0711-205 SEVERE ERROR: Archive file ./.libs/libsqlite3.a cannot be
        processed completely. Offset 128, found in the global symbol
        table for symbol __mull, does not match the offset of any member.
ld: 0711-205 SEVERE ERROR: Archive file ./.libs/libsqlite3.a cannot be
        processed completely. Offset 128, found in the global symbol
        table for symbol __divss, does not match the offset of any member.
ld: 0711-205 SEVERE ERROR: Archive file ./.libs/libsqlite3.a cannot be

Any ideas?

Regards,

Christoph Bauer
Dipl. Inf.

LMS Deutschland GmbH
Luxemburgerstr. 7
D-67657 Kaiserslautern

T +49 631 303 22 152

mailto:[EMAIL PROTECTED]
http://www.lmsintl.com

Reply via email to