undefined references in 6.1.1


Click here for full thread
Forum Regular
Hi Goranka,
I think you need to do a "make realclean" first. The symbols the linker cannot find have been introduced by the Intel fortran compiler. Obviously the gfortran compiler does not support these routines in its library. This suggests that somehow you have picked object files or libraries up that were generated with the Intel fortran compiler. Running "make realclean" is your best bet to recover from this.
Best wishes,
Huub