Recent content by fuchi84

  1. F

    Does anyone know how to install a fortran library?

    hi, i have to run a program in fortran 77, the problem is that i haven't got a NAG library but in some way i finally get it. Now i really don't know where i have to put it because the error i get is: /usr/bin/ld: Undefined symbols: _c05nbf_ collect2: ld returned 1 exit status c05nbf is...
  2. F

    Undefined symbols with g77 on mac os X 10.4.11

    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...
  3. F

    Undefined symbols with g77 on mac os X 10.4.11

    igot gcc.4.0.0 and i installed g77.
  4. F

    Undefined symbols with g77 on mac os X 10.4.11

    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
Back
Top