Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. afflictedd2

    Fortran Compiler PRoblem

    Hmm.. well you see what I am compiling, does it just fine in Unix. But when I try it on Mac OS I get that silly error. Do you know where I can find the appropriate fortan compiler for Mac =\.
  2. afflictedd2

    Fortran Compiler PRoblem

    Uh oh.. Now I get this error though.. gfortran -O -static -march=i686 -fno-automatic -fno-second-underscore cshot2.f -o /opt/SU/bin/cshot2 libcshot.a ld_classic: can't locate file for: -lcrt0.o collect2: ld returned 1 exit status make[2]: *** [/opt/SU/bin/cshot2] Error 1 make[1]: *** [INSTALL]...
  3. afflictedd2

    Fortran Compiler PRoblem

    hehe sorry.. I just figured it out had to change to -march. gfortran -O -static -march=i686 -fno-automatic -fno-second-underscore cshot1.f -o /opt/SU/bin/cshot1 libcshot.a
  4. afflictedd2

    Fortran Compiler PRoblem

    Hi guys, I don't know any fortran.. but I need to compile a program that is in fortran, what I thought a matter of just finding a compiler.. seems to be more than that. I'm trying to build this but it tells me this options are invalid, what version of fortran compiles with this options? $...

Part and Inventory Search

Back
Top