|
From: Simson G. <si...@ac...> - 2010-12-07 02:10:01
|
Adding -Wl,--enable-auto-import worked perfectly! I added it to my LDFLAGS. Thanks! > Re: [Mingw-users] --enable-auto-import > From: Chris Sutcliffe <ir0nh34d@gm...> - 2010-12-05 05:14 > On 4 December 2010 23:39, Simson Garfinkel wrote: > > I've tried searching for this in the archives of the mailing list but > > couldn't find it. > > I finally got my program to compile and link. Unfortunately I'm getting > > these weird errors about auto-import. I've tried adding the > > "--enable-auto-import" to my link flags and it doesn't make the errors go > > away. When I add --enable-auto-import to my CXXFLAGS or CPPFLAGS, the > > configure script fails. > > Any ideas? > > Try: -Wl,--enable-auto-import > > Chris > > -- > Chris Sutcliffe > > http://emergedesktop.org > http://www.google.com/profiles/ir0nh34d > |