By using this site, you agree to our Privacy Policy and our Terms of Use. Close
tarheel91 said:
Now I have another issue. I got it to recognize it, but when I try to compile, I get this:

C:Program Filesgfortranbin/ld.exe:soapbox_fix.txt: file format not recognized; treating as linker script
C:Program Filesgfortranbin/ld.exe:soapbox_fix.txt:1: syntax error
collect2: ld returned 1 exit status.

I typed in this:
gfortran soapbox_fix.txt -o soapbox.exe

Thanks for your help, by the way.

I would change the extension from .txt to .f and try again.