From owner-nwchem-users@emsl.pnl.gov Wed Aug 23 08:18:17 2006 Received: from odyssey.emsl.pnl.gov (localhost [127.0.0.1]) by odyssey.emsl.pnl.gov (8.13.7/8.13.7) with ESMTP id k7NFIFaC006715 for ; Wed, 23 Aug 2006 08:18:16 -0700 (PDT) Received: (from majordom@localhost) by odyssey.emsl.pnl.gov (8.13.7/8.13.7/Submit) id k7NFIFTA006714 for nwchem-users-outgoing-0915; Wed, 23 Aug 2006 08:18:15 -0700 (PDT) X-Authentication-Warning: odyssey.emsl.pnl.gov: majordom set sender to owner-nwchem-users@emsl.pnl.gov using -f X-Ironport-SG: OK_Domains X-Ironport-SBRS: 3.5 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AQAAAIcO7ESLJAEBCQ4q X-IronPort-AV: i="4.08,161,1154934000"; d="scan'208"; a="4591235:sNHT17518319" Date: Wed, 23 Aug 2006 11:18:09 -0400 (Eastern Daylight Time) From: Bryan Putnam To: Dunyou Wang cc: nwchem-user Subject: Re: [NWCHEM] undefined reference to `f__xargv' In-Reply-To: <44EB2E87.4010700@pnl.gov> Message-ID: References: <1089383298.12101.15.camel@kaliman.iimatercu.unam.mx> <40EEB307.4080301@pnl.gov> <44EB2E87.4010700@pnl.gov> X-X-Sender: bfp@mailhub016.itcs.purdue.edu MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-PMX-Version: 5.1.2.240295 X-PerlMx-Virus-Scanned: Yes Sender: owner-nwchem-users@emsl.pnl.gov Precedence: bulk On Tue, 22 Aug 2006, Dunyou Wang wrote: > Hi Bryan, > > First make sure you don't have any residue from your previous unsuccessful > compilation > by issue 'make realclean' in your $NWCHEM_TOP/src directory. Then during the > compiling, > use 'make FC=ifort CC=icc' to do your compilation. > > Hope this helps > Dunyou Wang Hi Dunyou, I pretty sure that I did the above, but I tried running "make realclean" again in $NWCHEM_TOP/src, and tried again. Still I get the same error (included below) after doing make FC=ifort CC=icc > make.log If you like I'd be happy to send you the make.log file. Thanks, Bryan ifort -align -mp1 -w -g -vec_report3 -L/home/rcac/bfp/nwchem-4.7/lib/LINUX -L/home/rcac/bfp/nwchem-4.7/src/tools/lib/LINUX - o /home/rcac/bfp/nwchem-4.7/bin/LINUX/nwchem nwchem.o stubs.o -lnwctask -lccsd -lmcscf -lselci -lmp2 -lmoints -lstepper -ldriver -ldftgrad -lnwdft -lgradients -lcphf -lesp -lddscf -lguess -lhessian -lvib -lnwcutil -lrimp2 -lproperty -lnwints -lprepar -lnwmd -lnwpw -lpaw -lpspw -lband -lnwpwlib -lcafe -lspace -lanalyze -lqhop -lpfft -ldplot -ldrdy -lqmmm -lqmd -letrans -ltddft -ltce -l cons -lperfm -lnwcutil -lpario -lglobal -lma -lpeigs -lperfm -lcons -lnwcutil -llapack -lblas -larmci -ltcgmsg -lsvml IPO Error: unresolved : f__xargc Referenced in libtcgmsg.a(pbeginf.o) IPO Error: unresolved : f__xargv Referenced in libtcgmsg.a(pbeginf.o) /home/rcac/bfp/nwchem-4.7/src/tools/lib/LINUX/libtcgmsg.a(pbeginf.o)(.text+0x8): In function `pbeginf_': : undefined reference to `f__xargv' /home/rcac/bfp/nwchem-4.7/src/tools/lib/LINUX/libtcgmsg.a(pbeginf.o)(.text+0xe): In function `pbeginf_': : undefined reference to `f__xargc' > > > Bryan Putnam wrote: > > Hi all, > > > > I'm attempting to build nwchem-4.7 with the Intel-9.0 compilers on a LINUX > > system. The build proceeds fine for several hours until the link step where > > I see > > > > undefined reference to `f__xargc' > > > > I understand this is related to the famous "underscore" problem, but how > > exactly is the remedy for this implemented in the nwchem build? > > > > Thanks! > > Bryan > > > > -- > > Bryan Putnam Rosen Center for Advanced Computing, Purdue > > University > > Young Hall (Rm. 519) > > 302 Wood Street > > West Lafayette, IN 47907-2108 Ph 765-496-8225 Fax 765-494-0566 > > bfp@purdue.edu > > http://www.purdue.edu/itap > > > >