This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Undefined gfortran symbols
- From: Boris Blankleider <boris dot blankleider at flinders dot edu dot au>
- To: fortran at gcc dot gnu dot org
- Date: Sat, 25 Aug 2007 17:33:43 +0930
- Subject: Undefined gfortran symbols
I'm a total newbie to gfortran and need help! I'm running gfortran on
an iMac core-2 duo and it usually works well. However, on a
particular program it gives
/usr/bin/ld: Undefined symbols:
__gfortran_internal_free
__gfortran_internal_malloc
__gfortran_pow_r4_i4
collect2: ld returned 1 exit status
How can I fix this?