Date: Mon, 8 Sep 2014 23:12:26 +0200 From: Thierry Thomas <thierry@FreeBSD.org> To: freebsd-fortran@freebsd.org Subject: Re: Help with gfortran Message-ID: <20140908211226.GA98814@graf.pompo.net> In-Reply-To: <540E18DB.3020006@freebsd.org> References: <540E18DB.3020006@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Le lun 8 sep 14 à 23:00:11 +0200, Pedro Giffuni <pfg@freebsd.org> écrivait : > Hi; Hello Pedro, > I had a try at resurrecting the long-ago-extinct elmer-fem port. > WIP: > > https://people.freebsd.org/~pfg/ports/elmerfem.tar.gz > > Unfortunately I seem stuck in an error: > ____ > ... > gfortran47 -Wl,-rpath=/usr/local/lib/gcc47 -fPIC -I. -Ibinio > -I../binio -c ViewFactors.f90 This line is OK: you got "-Wl,-rpath=/usr/local/lib/gcc47" from $FFLAGS. > gfortran47 -L. -L/usr/ports/cad/elmerfem/work/stage/usr/local/elmer/lib \ > -o ViewFactors ViewFactors.o mpi_stubs.o \ > -L. -lelmersolver viewaxis/libviewaxis.a view3d/libview3d.a > -L/usr/local/lib -lblas -L/usr/lib -lc++ -lm -lgcc_s -lgcc_s This one is not: $FFLAGS is missing! (for some reason, there is 46 in the name of these symbols, even if they belong to Gcc47!) Best regards, -- Th. Thomas.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140908211226.GA98814>