We suceeded installing lam 6.5.9 on AIX in a 64 mode
This is the way we did :
export OBJECT_MODE=64
./configure --prefix=... --without-romio --with-rpi=usysv
--with-shm-short=131072 --with-tcp-short=131072 --with-cc=xlc_r -with-
cxx=xlC_r --with-cflags="-q64 -qmaxmem=5000" --with-fc=xlf90_r
--with-cxxflags=
-q64 --with-fflags=-q64 --with-ldflags=-q64
with LAM7.0 :
==============
we change a bit the process :
export CFLAGS="-q64 -qmaxmem"
export OBJECT_MODE=64
./configure --prefix=/home/ms/spfrpalm/lmz/local/lam7.0 --without-romio
--with-
rsh=RSH --with-rpi=usysv -with-fc
I am not sure it is an equivalent in LAM 7.0 spirit ?
but it finish like that :
checking map presence... yes
configure: WARNING: map: present but cannot be compiled
configure: WARNING: map: check for missing prerequisite headers?
configure: WARNING: map: proceeding with the preprocessor's result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to bug-autoconf_at_gnu.org. ##
configure: WARNING: ## ------------------------------------ ##
checking for map... yes
checking for C++ optimization flags... -O
checking size of bool... 1
checking size of int... 4
checking alignment of bool... configure: WARNING: *** Problem running
configure test!
configure: WARNING: *** See config.log for details.
configure: error: *** Cannot continue.
Please find in PS config.LOG err and stdd output of configure and config.log
Feel free to contact us if you have further questions.
Best regards,
Etienne Gondet.
/-----------------------------+-------------------------------\
| Etienne GONDET : MERCATOR Computer coordinator |
|-----------------------------+-------------------------------|
| Email : gondet_at_[hidden] | http: www.cerfacs.fr/~gondet |
| Phone : 33.5.61.19.30.72 | Fax : 33.5.61.19.30.00 |
+-----------------------------+-------------------------------+
| MERCATOR is the French operationnal oceanographic project |
| involving CNES, CNRS, IFREMER, IRD, METEO-FRANCE, SHOM |
\-------------------------------------------------------------/
PS :
|