This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Need help resolving gfortran link error


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]