Problems compiling nwchem with openSUSE, gcc, openmpi


Click here for full thread
Gets Around
More information on kompiling nwchem with openSUSE openmpi and gcc
On several systems running openSUSE 11.4 or 12.1, the config.log also refers to "failed program confdefs.h" and the Global Arrays (GA) package. The relevant lines in the config.log are as follows. What is my next step is getting NWChem to kompile?- install a different, earlier, version of gcc?

`
configure:5285: checking how to run the C preprocessor
configure:5316: gcc -E conftest.c
configure:5316: $? = 0
configure:5330: gcc -E conftest.c
conftest.c:17:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5330: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Global Arrays (GA)"
| #define PACKAGE_TARNAME "ga"
| #define PACKAGE_VERSION "5.1"
| #define PACKAGE_STRING "Global Arrays (GA) 5.1"
| #define PACKAGE_BUGREPORT "hpctools@pnl.gov"
| #define PACKAGE_URL "http://www.emsl.pnl.gov/docs/global/"
| #define LINUX 1
| #define SYSV 1
| #define PACKAGE "ga"
| #define VERSION "5.1"
| #define MSG_COMMS_TCGMSGMPI 1
| #define MSG_COMMS_MPI 1
| #define ENABLE_PEIGS 1
| #define ENABLE_PROFILING 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
`