Dear Xerces team,
I would like to install xcerces library on a BlueGene/P machine. That machine has a suit of cross-compilers
bgxlC++_r = C++ cross-compiler
bgxlc_r = C cross-compiler

The configure step fails with this error

$ env CXX=bgxlc++ CC=bgxlc ./configure
checking build system type... powerpc64-unknown-linux-gnu
checking host system type... powerpc64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to use rpath... yes
checking for C++ compiler default output file name...
configure: error: C++ compiler cannot create executables
See `config.log' for more details.

because, looking at config.log, one check produces an error

configure:2673: checking whether to enable maintainer-specific portions of Makefiles
configure:2682: result: no
configure:2697: checking whether to use rpath
configure:2706: result: yes
configure:2826: checking for C++ compiler version
configure:2833: bgxlc++ --version >&5
bgxlc++: 1501-216 (W) command option --version is not recognized - passed to ld bgxlc(1) IBM XL C/C++ Advanced Edition for Blue Gene/P, V9.0 bgxlc(1)



  NAME
         bgxlc, bgxlc_r, bgxlc++, bgxlc++_r, bgxlC, bgxlC_r, bgcc, bgcc_r,
bgc89, bgc89_r, bgc99 and bgc99_r commands - invoke the IBM XL C/C++
         compiler for Blue Gene/P.


  SYNTAX
<invocation-command> [ <option> | <inputfile> ] ...


Do you know what can I do to compile the code on this particular Bluegene? I really need this library to compile another software. I didn't find anything with google that solve my problem.

Thank you very much in advance

Regards


--

===============================================================
 Filippo SPIGA                MSc, HPC and GRID Technologist
 tel.:   +39 340 8387735      skype: filippo.spiga
===============================================================

«Nobody will drive us out of Cantor's paradise.»
     -- David Hilbert

Reply via email to