Re: G77 problem..

1996-05-02 Thread Francisco Avelino da Silva
You can also try f2c *.f gcc *.c -lm -lf2c -o theprogram and see if that works, while you solve the problem with g77. Maybe the problem if only with the g77 installation. avelino

Re: G77 problem..

1996-05-02 Thread Dirk . Eddelbuettel
"Troy J Kelley" writes: Troy> Hello, I have a real simple fortran program that I'm trying to Troy> compile with the 1.1 g77 package. I have all the "depends" installed Troy> properly. When I compile the code I get: Troy> Troy> ld: cannot open crt1.o: No such file or directory You

G77 problem..

1996-05-02 Thread Troy J. Kelley
Hello, I have a real simple fortran program that I'm trying to compile with the 1.1 g77 package. I have all the "depends" installed properly. When I compile the code I get: ld: cannot open crt1.o: No such file or directory Any clues as to why this is? Any quick help would REALLY be appreciat