Undefined symbols with g77 on mac os X 10.4.11

fuchi84

Registered
hi,
i'm trying to run a program in fortran on my mac but when i compile i get

/usr/bin/ld: Undefined symbols:
_c05nbf_
collect2: ld returned 1 exit status
i've installed gcc.4.0.0 and xcode 2.5........i don't know what's the problem..

Could someone help me?

thanks
 
hi, maybe i think i 've understod the problem.

in the program i'm trying to run there's a call for a routine "c05nbf" and if i comment it everything works when i compile and i don't get any error.
I'm at the first steps with fortran and i presume that these routines are the same as the libraries in C but i don't know where to get this specific routine.

what do you think?

thanks
 
Back
Top