Re: [sqlite] Core dumps on AIX with optimization

2008-09-22 Thread John Stanton
8 11:34 AM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] Core dumps on AIX with optimization > > We use gcc. > > Ribeiro, Glauber wrote: >> This issue continues with version 3.6.2 >> >> g >> >> -Original Message-

Re: [sqlite] Core dumps on AIX with optimization

2008-09-22 Thread John Stanton
We use gcc. Ribeiro, Glauber wrote: > This issue continues with version 3.6.2 > > g > > -Original Message- > From: Ribeiro, Glauber > Sent: Friday, September 19, 2008 11:55 AM > To: General Discussion of SQLite Database > Subject: [sqlite] Core dumps on AIX

Re: [sqlite] Core dumps on AIX with optimization

2008-09-22 Thread Ribeiro, Glauber
This issue continues with version 3.6.2 g -Original Message- From: Ribeiro, Glauber Sent: Friday, September 19, 2008 11:55 AM To: General Discussion of SQLite Database Subject: [sqlite] Core dumps on AIX with optimization Just wondering, are there other AIX Sqlite users out

Re: [sqlite] Core dumps on AIX with optimization

2008-09-19 Thread Ken
I use sqlite on AIX, but compile using gcc. Can you try the gcc compiler instead? --- On Fri, 9/19/08, Ribeiro, Glauber <[EMAIL PROTECTED]> wrote: From: Ribeiro, Glauber <[EMAIL PROTECTED]> Subject: [sqlite] Core dumps on AIX with optimization To: "General Discussion of SQLite

Re: [sqlite] Core dumps on AIX with optimization

2008-09-19 Thread John Stanton
We use Sqlite on AIX and discovered that when compiling with gcc we have to remove the debug -g from the makefiles No optimization issues. We always link statically. Ribeiro, Glauber wrote: > Just wondering, are there other AIX Sqlite users out there, and what > have you done in order to get

[sqlite] Core dumps on AIX with optimization

2008-09-19 Thread Ribeiro, Glauber
Just wondering, are there other AIX Sqlite users out there, and what have you done in order to get a successful compile? I found out that on our AIX 5.2, with IBM's Visual Age C v9.0, the command line utility sqlite2 dumps core when running SQL that contains an aggregation function, if it was