Skip to content

Instantly share code, notes, and snippets.

@yosoyjay
Created July 18, 2013 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yosoyjay/6032415 to your computer and use it in GitHub Desktop.
Save yosoyjay/6032415 to your computer and use it in GitHub Desktop.
Attempt to compile pFUnit commit 6eab800d9b99f249c65843654cca233912b8ff75 with gfortran 4.4.6
pFUnit) make
make -C /disk/ambfs21/0/users/lopezj/src/pFUnit/source all
make[1]: Entering directory `/disk/ambfs21/0/users/lopezj/src/pFUnit/source'
gfortran -c -g -O0 -fbacktrace -fbounds-check -DSTRINGIFY_SIMPLE -I../include -DUNKNOWN -DLinux -I/disk/ambfs21/0/users/lopezj/src/pFUnit/include -DLONG_PTR -o Exception.o Exception.F90
Exception.F90:2.25:
use SourceLocation_mod
1
Fatal Error: File 'sourcelocation_mod.mod' opened at (1) is not a GFORTRAN module file
make[1]: *** [Exception.o] Error 1
make[1]: Leaving directory `/disk/ambfs21/0/users/lopezj/src/pFUnit/source'
make: *** [all] Error 2
pFUnit) gfortran --version
GNU Fortran (GCC) 4.4.6 20110731 (Red Hat 4.4.6-3)
Copyright (C) 2010 Free Software Foundation, Inc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment