From chemistry-request-!at!-ccl.net Fri Jul 11 01:30:11 2003 Received: from mailb.dlut.edu.cn (mailb.dlut.edu.cn [210.83.210.3]) by server.ccl.net (8.12.8/8.12.8) with ESMTP id h6B5UAqe006026 for ; Fri, 11 Jul 2003 01:30:11 -0400 Received: by mailb.dlut.edu.cn (Postfix, from userid 1001) id 8EF181655F5; Fri, 11 Jul 2003 13:30:01 +0800 (CST) Received: from david (unknown [202.118.108.67]) by mailb.dlut.edu.cn (Postfix) with ESMTP id 65A061550FC for ; Fri, 11 Jul 2003 13:30:00 +0800 (CST) From: "=?GB2312?Q?=C3=CF=B3=A4=B9=A6?=" Reply-To: cgmeng!at!dlut.edu.cn To: "chemistry!at!ccl.net" Subject: g98 compilation problems X-mailer: Foxmail 4.2 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit Date: Fri, 11 Jul 2003 13:32:24 +0800 Message-Id: <20030711053000.65A061550FC!at!mailb.dlut.edu.cn> X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Hi! Everyone! When I tried to recompile my g98 according to the instruction on USER REFERENCE, I found the following errors: 07/09/03 20:24:48 T = 0.020/0.030 sec. 0 error(s) Maximum. Severity: 0 1501-510 Compilation successful for file ml109.f. rm -f ml109.f xlf -q64 -qintsize=8 -qrealsize=8 -qextname -qarch=auto -qtune=auto -qp hsinfo -qcharlen=32760 -NQ70000 -NT240000 -ND15000 -c ld: 0711-317 ERROR: Undefined symbol: .dspmv ld: 0711-317 ERROR: Undefined symbol: .dgemm ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8. Then I tried to compile every .exe file, and found that if the .exe file calls the above 2 modules, the above errors will comes. I checked the bldg98.log and found that these 2 modules are from rs6kdum.F and they were successfully compiled, though the name of modules are: dspmv_ dgemm_ not as mentioned in the errors: dspmv dgemm I wonder why these happens, and how i can compile gaussian98 successfully. If you have met such problems, please tell me the detailed procedure to solve this problem. Sincerely yours