Help with gfortran

Thierry Thomas thierry at FreeBSD.org
Mon Sep 8 21:12:33 UTC 2014


Le lun  8 sep 14 à 23:00:11 +0200, Pedro Giffuni <pfg at 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.


More information about the freebsd-fortran mailing list