[Lapackpp-devel] How to solve this compiling error on Compaq Tru64 UNIX
Status: Beta
Brought to you by:
cstim
From: Cheng G. <cg...@it...> - 2006-05-23 12:20:16
|
Hi, I want to install lapackpp on a HP parallel supercomputer(HP-SC45). The OS is Compaq Tru64 UNIX V5.1A. Configuration succeeded.However, when I tried to make I got the following error: ____________________________________________________________________________ sigma-x0> make No suffix list. make all-recursive No suffix list. Making all in include No suffix list. make all-am No suffix list. Making all in blaspp No suffix list. Making all in src source='blas1pp.cc' object='blas1pp.lo' libtool=yes DEPDIR=.deps depmode=tru64 /bin/ksh ../../depcomp /bin/ksh ../../libtool --tag=CXX --mode=compile cxx -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../include -DLA_COMPLEX_SUPPORT -DHAVE_CONFIG_H -DOS_osf5.1a -g -c -o blas1pp.lo blas1pp.cc "cxx" "-DHAVE_CONFIG_H" "-I." "-I." "-I../.." "-I../../include" "-I../../include" "-DLA_COMPLEX_SUPPORT" "-DHAVE_CONFIG_H" "-DOS_osf5.1a" "-g" "-c" "-MD" blas1pp.cc -DPIC -o .libs/blas1pp.o cxx: Severe: invalid macro definition: OS_osf5.1a cxx: Info: 1 catastrophic error detected in the compilation of "blas1pp.cc". cxx: Info: Compilation terminated. *** Exit 1 Stop. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The output of configuration is: __________________________________________________________________________________ checking build system type... alphaev68-dec-osf5.1a checking host system type... alphaev68-dec-osf5.1a checking target system type... alphaev68-dec-osf5.1a checking for a BSD-compatible install... ./install-sh -c checking whether build environment is sane... yes checking for gawk... nawk checking whether make sets $(MAKE)... yes checking whether make sets $(MAKE)... (cached) yes checking whether build environment is sane... yes checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... cxx checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... no checking whether cxx accepts -g... yes checking for style of include used by make... GNU checking dependency style of cxx... tru64 checking for gcc... no checking for cc... cc checking whether we are using the GNU C compiler... no checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking dependency style of cc... tru64 checking how to run the C preprocessor... cc -E checking for a BSD-compatible install... ./install-sh -c checking for sed... /bin/sed checking for a sed that does not truncate output... /bin/sed checking for egrep... grep -E checking for non-GNU ld... /bin/ld checking if the linker (/bin/ld) is GNU ld... no checking for /bin/ld option to reload object files... -r checking for BSD-compatible nm... /bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... cxx -E checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... no checking whether f77 accepts -g... yes checking the maximum length of command line arguments... 16384 checking command to parse /bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc static flag works... yes checking for cc option to produce PIC... checking if cc supports -c -o file.o... yes checking whether the cc linker (/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... osf5.1a ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking whether the cxx linker (/bin/ld) supports shared libraries... yes checking for cxx option to produce PIC... checking if cxx supports -c -o file.o... yes checking whether the cxx linker (/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... osf5.1a ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for f77 option to produce PIC... checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... osf5.1a ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking for an ANSI C-conforming const... yes checking for ANSI C header files... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking bits/cpp_type_traits.h usability... no checking bits/cpp_type_traits.h presence... no checking for bits/cpp_type_traits.h... no checking whether the compiler implements namespaces... yes checking how to get verbose linking output from f77... -v checking for Fortran libraries of f77... -lUfor -lfor -lFutil -lm -lots -lm_c32 -lmld -lexc checking for dummy main to link with Fortran libraries... none checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore checking for sgemm_... no checking if ATLAS should be used... yes checking for ATLAS library... checking for f77blas library... configure: WARNING: not found checking for cblas library... configure: WARNING: not found checking whether ATLAS is usable... configure: WARNING: no checking for sgemm_ in -lblas... no checking for sgemm_ in -lcxml... yes checking for cheev_... yes checking for f95... f95 checking whether we are using the GNU Fortran compiler... no checking whether f95 accepts -g... yes checking how to get verbose linking output from f95... -v checking for Fortran libraries of f95... -lUfor -lfor -lFutil -lm -lots -lm_c32 -lmld -lexc checking for dummy main to link with Fortran libraries... none checking for system type... "OS_osf5.1a" checking for compiler arguments... -g configure: creating ./config.status config.status: creating Makefile config.status: creating lapackpp.iss config.status: creating mainpage.doxygen config.status: creating lapackpp.spec config.status: creating lapackpp.pc config.status: creating src/ressource.rc config.status: creating blaspp/Makefile config.status: creating blaspp/src/Makefile config.status: creating blaspp/testing/Makefile config.status: creating contrib/Makefile config.status: creating include/Makefile config.status: creating include/lacomplex.h config.status: creating include/laversion.h config.status: creating macros/Makefile config.status: creating matrix/Makefile config.status: creating matrix/src/Makefile config.status: creating matrix/testing/Makefile config.status: creating src/Makefile config.status: creating testing/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ How can I solve this problem? Cheng |