From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gilles BRULE To: info-gnu-fortran@gnu.org Subject: Linking with C. Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <199912110045.TAA12300@mescaline.gnu.org> X-SW-Source: 1999-12n/msg00159.html Message-ID: <19991231222400.ke2VIoCjUoVWfrBDCcVXsBT-Ic-KleLO5SQr4R5TKiA@z> I use F77 subroutines, which make a call to MALLOC and FREE C functions. I can't link my program, due to the fact malloc_ and free_ are unresolved. Thank you to help me (which library shall I use?). I think this problem is frequent and could be resolved. To help you : I use gcc version 2.95.2 on SUN-solaris 2.5.1