If you do not use configure you have less control over compile options. 
  You need to think about whether yiou need to compile it thread safe or 
not.

Derek Lee-Wo wrote:
> AIX 5.3 and I tried both xlC and gcc, but if I had a choice, I would
>  prefer to use xlC.
> 
>  I decided to simply try linking in sqlite3.c (from the amalgamated
>  distribution) to my app and it "seems" to be working.  I haven't done
>  much other than create a datafile and a table, but so far it's
>  working.
> 
>  Do you think I can continue to operate that way, or it really
>  recommended that I get the configure/make working correctly?
> 
> 
> 
> 
> 
> 
>  On Tue, May 13, 2008 at 11:05 AM, John Stanton <[EMAIL PROTECTED]> wrote:
>  > What verion of AIX are you using?  What compiler?  gcc or xlC?
>  >  JS
>  >
>  >  Derek Lee-Wo wrote:
>  >
>  > >
>  > >
>  > >
>  > > Is there a precompiled version of sqlite3 available for AIX?  I did a
>  > > Google search, but can't find anything.
>  > >
>  > > I would build it myself, but I'm having a really hard time as the
>  > > configure script wouldn't run fully.  First it complains about grep,
>  > > even when I installed the GNU grep, but I hacked configure to get
>  > > around that and then it complained about not finding a suitable
>  > > linker.  I did set CC to be both gcc and cc.
>  > >
>  > > At this point I would be happy to find a precompiled static sqlite3
>  > library
>  > > _______________________________________________
>  > > sqlite-users mailing list
>  > > sqlite-users@sqlite.org
>  > > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>  > >
>  >
>  >
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to