Re: [sqlite] SQLite on AIX

2011-09-19 Thread Christian Smith
On Thu, Sep 15, 2011 at 05:47:47AM +, Grice, Lynton (L) wrote: > Hi Ross, > > Many thanks for your response, I really appreciate it and will definitely > drop you a quick email if I have any issues with the build. > > I am going to install GCC onto the AIX 5.3 box and will give it a try. I h

Re: [sqlite] SQLite on AIX

2011-09-14 Thread Grice, Lynton (L)
;-) Lynton -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Ross Hayden Sent: Thursday, September 15, 2011 4:36 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] SQLite on AIX I build the latest version of

Re: [sqlite] SQLite on AIX

2011-09-14 Thread Ross Hayden
I build the latest version of SQLite on AIX regularly, using IBM's C compiler. GNU will probably work just as well. Feel free to email me directly if you have questions. I can't be much help with GNU, but perhaps I can be with problems during the SQLite build. Good luck. -- Ross On Sep 14,

[sqlite] SQLite on AIX

2011-09-13 Thread Grice, Lynton (L)
Hi there, I will need to get SQLite working soon on AIX. I have read the compile notes from 2003 at http://www.sqlite.org/cvstrac/wiki?p=HowToCompile but was just wondering if anyone has it running happily on AIX with the newer versions of SQLIte? Any hints or suggestions from people who have

RE: [sqlite] SQLite on AIX

2006-02-03 Thread Bauer, Christoph
Hi, > 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 found my real problem. Of course everthing is my fault. A GUI binutils version o

Re: [sqlite] SQLite on AIX

2006-01-24 Thread John Stanton
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

Re: [sqlite] SQLite on AIX

2006-01-24 Thread drh
"Bauer, Christoph" <[EMAIL PROTECTED]> 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. > > Any ideas? > Do make target_source This builds processed C source files in the subdirectory named "tsrc". CD

[sqlite] SQLite on AIX

2006-01-24 Thread Bauer, Christoph
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_