|
Hi Laurenz, hi all, This is a summary of what I have noticed concerning PostgreSQL 8.3.8 compilation on AIX 5.3 TL9. 1. To do a successful 64-bit build, specify and execute: # export OBJECT_MODE="64"Laurenz, you are right: it is not necessary to specify: # export AR="ar -X64" 2. To do a successful 32-bit build, you must specify: # export OBJECT_MODE="32"and use the "-disable-largefile" option with configure : # ./configure -disable-largefileIf I use the "-disable-largefile" option, "configure" indicates at the end: configure: WARNING: option ignored: --enable-largefileAnd then, the compilation is successful: All of PostgreSQL successfully made. Ready to install.Without the "-disable-largefile" option, the compilation is still failing with this error: In file included from psqlscan.c:2385:Does someone have an idea about this ? Why the "-disable-largefile" option is necessary to do a PostgreSQL 8.3.8 32-build ? Why the "OBJECT_MODE" exported to 32 is not sufficient ? Thank you for your answer. Regards, Alexandra Albe Laurenz a écrit : Alexandra Roy wrote:I have always run "gmake distclean" before relaunching a build. |
- [GENERAL] PostgreSQL 8.3.8 on AIX5.3 : compilation failed Alexandra Roy
- Re: [GENERAL] PostgreSQL 8.3.8 on AIX5.3 : compilation... Albe Laurenz
- Re: [GENERAL] PostgreSQL 8.3.8 on AIX5.3 : compila... Alexandra Roy
- Re: [GENERAL] PostgreSQL 8.3.8 on AIX5.3 : com... Albe Laurenz
- Re: [GENERAL] PostgreSQL 8.3.8 on AIX5.3 :... Alexandra Roy
- Re: [GENERAL] PostgreSQL 8.3.8 on AIX... Albe Laurenz
- Re: [GENERAL] PostgreSQL 8.3.8 on... Alexandra Roy
- Re: [GENERAL] PostgreSQL 8.3.... Albe Laurenz
- Re: [HACKERS] [GENERAL] Postg... Tom Lane
- Re: [HACKERS] [GENERAL] Postg... Alvaro Herrera
- Re: [HACKERS] [GENERAL] Postg... Tom Lane
- Re: [HACKERS] [GENERAL] Postg... Tom Lane
- Re: [HACKERS] [GENERAL] Postg... Albe Laurenz
- Re: [GENERAL] PostgreSQL 8.3.... Albe Laurenz
- Re: [GENERAL] PostgreSQL 8.3.... Alvaro Herrera
- Re: [GENERAL] PostgreSQL 8.3.... Tom Lane
- Re: [GENERAL] PostgreSQL 8.3.... Alexandra Roy
