Re: [Lapackpp-devel] How to solve this compiling error on Compaq Tru64 UNIX
Status: Beta
Brought to you by:
cstim
From: Christian S. <sti...@tu...> - 2006-05-23 12:35:15
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, there's a problem with a defined macro in the compiler command. This happens because your system name is quite unusual. You can fix this as follows: After you have run ./configure, open the file ./config.status with a text editor. Search for the line with the string all_includes. At the end this line contains the string "-DOS_osf5.1a". Remove the decimal point there, i.e. replace that with "-DOS_osf51a". Then call ./config.status and then "make" should work. Christian Cheng Guo schrieb: > 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 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQCVAwUBRHMCAmXAi+BfhivFAQJASAQAlVBknQWx/taf9rgSPToJQrQ2crxxqivZ XpHJK6Qq7VOtNQuhHgTKT6M6XomCNpBuz8b4ibExKeTPFPw4x6fY3hA+jm/8cfuA lRZbfaZaDq8L0aTch/PGctjf0q7eKlzMGuhiUM2p4tmNDyow2FqIl/g7Cp0mbx5c PoCX/WRLvRk= =Q2P0 -----END PGP SIGNATURE----- |