Date: Sat, 30 Mar 2013 15:30:40 -0500 From: Stephen Montgomery-Smith <stephen@missouri.edu> To: FreeBSD Ports <freebsd-ports@FreeBSD.org> Subject: gfortran and USE_GCC Message-ID: <51574B70.9040205@missouri.edu>
next in thread | raw e-mail | index | archive | help
If in my Makefile I have: USE_GCC= 4.7+ USE_FORTRAN= yes and then I type "make test-gcc", I get CC=gcc47 - CXX=g++47 - CPP=cpp47 - CFLAGS="-pipe -Wl,-rpath=/usr/local/lib/gcc47" F77=gfortran46 - FC=gfortran46 - FFLAGS="-pipe -Wl,-rpath=/usr/local/lib/gcc47" LDFLAGS=" -Wl,-rpath=/usr/local/lib/gcc47" Shouldn't F77 and FC be gfortran47?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51574B70.9040205>