古いバージョンのBBSは閲覧のみ可能です。
The old BBS is read only.

Replies : 1 Last Post : May 20, 2012 (Sun) 19:46:39

6216

Error as compiling cpa2002v009c package

Posted on : April 06, 2012 (Fri) 00:38:43

by Khanh Duc

I am trying to compile AkaiKKR in my Ubuntu 11.10 64-bit machine using ifort from Intel Composer XE 2011 SP1.9.293 and got the following error. Any comment is welcome.

kdv@Chomolungma:~/working/openacc/cpa2002v009c$ make
source/specx.o: In function `specx':
(.text+0x53): undefined reference to `pghpf_init'
source/specx.o: In function `specx':
/home/kdv/working/openacc/cpa2002v009c/source/specx.f:108: undefined reference to `pgf90_strcmp'
/home/kdv/working/openacc/cpa2002v009c/source/specx.f:113: undefined reference to `pgf90_strcmp'
/home/kdv/working/openacc/cpa2002v009c/source/specx.f:113: undefined reference to `pgf90_strcmp'
/home/kdv/working/openacc/cpa2002v009c/source/specx.f:113: undefined reference to `pgf90_strcmp'
/home/kdv/working/openacc/cpa2002v009c/source/specx.f:113: undefined reference to `pgf90_strcmp'
source/specx.o:/home/kdv/working/openacc/cpa2002v009c/source/specx.f:113: more undefined references to `pgf90_strcmp' follow
source/specx.o: In function `specx':
/home/kdv/working/openacc/cpa2002v009c/source/specx.f:198:(.text+0xbcc): relocation truncated to fit: R_X86_64_32S against symbol `_BLNK__' defined in COMMON section in source/specx.o

 
 

6241

[Re:01] Error as compiling cpa2002v009c package

Posted on : May 20, 2012 (Sun) 19:46:39

by Koji Kobashi

It appears that the execution file "specx" may not be properly created by using the "make" command. Please open the "makefile" and change wherever necessary and retry. Please also not that Akai-KKR may not work properly unless you use a compiler of Fortran77.