Hi Paolo, yes that was the problem. it seems configure writes over make.sys, the following I put in there and it seemed to compile most things.
MPIF90 = mpif90 F90 = gfortran CC = gcc F77 = gfortran the "make all" output looks good now except for some output lines that say "make[2]: g: Command not found". So then I added a specification for "LD = ld" in the make.sys and it seemed to break it, make all now shows many "undefined references to `'" messages before failing at libiotk again. do I need to have something in the LD_LIBS = section of the make.sys ? or should I put it back to how it was with a blank LD= and ignore the g: error. the LD_LIBS line is not specified, the LDFLAGS line is set to -g. thanks, nick > -----Original Message----- > From: giannozz at democritos.it > Sent: Tue, 09 Nov 2010 18:01:33 +0100 > To: pw_forum at pwscf.org > Subject: Re: [Pw_forum] QE: install problem, 4.2.1 > > ac.rain at inbox.com wrote: > >> export MPIF90=mpf90 > > I think this is the problem: "mpf90" is not in the path or not > existent and "configure" gets an empty string when it checks if > it exists and works > > P. > -- > Paolo Giannozzi, Democritos and University of Udine, Italy > _______________________________________________ > Pw_forum mailing list > Pw_forum at pwscf.org > http://www.democritos.it/mailman/listinfo/pw_forum ____________________________________________________________ Send your photos by email in seconds... TRY FREE IM TOOLPACK at http://www.imtoolpack.com/default.aspx?rc=if3 Works in all emails, instant messengers, blogs, forums and social networks.
