Dear experts, I've been trying to get SQLite compiled on an AIX 6.1 system. The configure script that came with version 3.7.3 contains several exceptions for different AIX versions, notably versions 4 and 5, but not 6. This means for example that it is unable to generate a shared library because the appropriate tests are not performed correctly. After editing the configure script and adding a case for AIX 6, I managed to persuade it to create the shared library instead of the static one.
I was just wondering if there were any plans in the pipeline to add AIX 6.1 support. Best regards, Jaco _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

