Need help resolving gfortran link error
Dave Apman
Dave.Apman@mscsoftware.com
Mon Sep 20 16:24:00 GMT 2010
Hi, I installed gfortran 4.5 on my WindowsXP computer but I'm getting
link errors (with a simple two line program)that I can't resolve:
When I issue the command:
gfortran test.F
I get:
Unknown option: -Bdynamic (ignored)
LINK : warning LNK4224: /DEBUG:FULL is no longer supported;
ignored
libmingw32.a(pseudo-reloc.o) : error LNK2019: unresolved
external symbol __image_base__ referenced in function
__pei386_runtime_relocator
foo.exe : fatal error LNK1120: 1 unresolved externals
collect2: ld returned 96 exit status
Does anyone know how to resolve "__image_base__" ?
Also, why am I getting the "Unknown option" and "DEBUG:FULL" warnings?
Thanks for reading!
Dave Apman
More information about the Fortran
mailing list