Hi,

today I tried to build openmpi-dev-1031-g008755a on my machines
(Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1
x86_64) with gcc-4.9.2 and Sun C 5.13 and got errors on all three
platforms for both compilers. I used the following configure
command for all platforms.

../openmpi-dev-1031-g008755a/configure --prefix=/usr/local/openmpi-1.9.0_64_cc \
  --libdir=/usr/local/openmpi-1.9.0_64_cc/lib64 \
  --with-jdk-bindir=/usr/local/jdk1.8.0/bin \
  --with-jdk-headers=/usr/local/jdk1.8.0/include \
  JAVA_HOME=/usr/local/jdk1.8.0 \
  LDFLAGS="-m64 -mt" \
  CC="cc" CXX="CC" FC="f95" \
  CFLAGS="-m64 -mt" CXXFLAGS="-m64 -library=stlport4" FCFLAGS="-m64" \
  CPP="cpp" CXXCPP="cpp" \
  CPPFLAGS="" CXXCPPFLAGS="" \
  --enable-mpi-cxx \
  --enable-cxx-exceptions \
  --enable-mpi-java \
  --enable-heterogeneous \
  --enable-mpi-thread-multiple \
  --with-hwloc=internal \
  --without-verbs \
  --with-wrapper-cflags="-m64 -mt" \
  --with-wrapper-cxxflags="-m64 -library=stlport4" \
  --with-wrapper-fcflags="-m64" \
  --with-wrapper-ldflags="-mt" \
  --enable-debug \
  |& tee log.configure.$SYSTEM_ENV.$MACHINE_ENV.64_cc

I got the following error on my Solaris x86_64 machine.

...
  CC       base/rcache_base_frame.lo
"../../../../openmpi-dev-1031-g008755a/opal/include/opal/sys/amd64/atomic.h", 
line 164: warning: parameter i
n inline asm statement unused: %3
"../../../../openmpi-dev-1031-g008755a/opal/include/opal/sys/amd64/atomic.h", 
line 210: warning: parameter i
n inline asm statement unused: %2
"../../../../openmpi-dev-1031-g008755a/opal/include/opal/sys/amd64/atomic.h", 
line 231: warning: parameter i
n inline asm statement unused: %2
"../../../../openmpi-dev-1031-g008755a/opal/include/opal/sys/amd64/atomic.h", 
line 252: warning: parameter i
n inline asm statement unused: %2
"../../../../openmpi-dev-1031-g008755a/opal/include/opal/sys/amd64/atomic.h", 
line 273: warning: parameter i
n inline asm statement unused: %2
"../../../../openmpi-dev-1031-g008755a/opal/mca/rcache/base/rcache_base_frame.c",
 line 37: cannot find inclu
de file: "opal/mca/rcache/base/static-components.h"
"../../../../openmpi-dev-1031-g008755a/opal/mca/rcache/base/rcache_base_frame.c",
 line 90: undefined symbol:
 mca_rcache_base_static_components
"../../../../openmpi-dev-1031-g008755a/opal/mca/rcache/base/rcache_base_frame.c",
 line 90: warning: improper
 pointer/integer combination: op "="
"../../../../openmpi-dev-1031-g008755a/opal/mca/rcache/base/rcache_base_frame.c",
 line 90: non-constant init
ializer involving a cast
cc: acomp failed for 
../../../../openmpi-dev-1031-g008755a/opal/mca/rcache/base/rcache_base_frame.c
make[2]: *** [base/rcache_base_frame.lo] Error 1
make[2]: Leaving directory 
`/export2/src/openmpi-1.9/openmpi-dev-1031-g008755a-SunOS.x86_64.64_cc/opal/mca/r
cache'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/export2/src/openmpi-1.9/openmpi-dev-1031-g008755a-SunOS.x86_64.64_cc/opal'
make: *** [all-recursive] Error 1


I would be grateful, if somebody could fix the problem. Thank
you very much for any help in advance.


Kind regards

Siegmar

Reply via email to