Need help resolving gfortran link error

Steve Kargl sgk@troutmask.apl.washington.edu
Mon Sep 20 17:19:00 GMT 2010


On Mon, Sep 20, 2010 at 09:13:17AM -0700, Dave Apman wrote:
> 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?
> 

This appears to be a problem with mwing.  You'll need
to contact the mwing developers.

-- 
Steve



More information about the Fortran mailing list