On Fri, 2012-12-21 at 20:23 +0100, Erik van Pienbroek wrote: > pavel schreef op vr 21-12-2012 om 08:46 [+0100]: > > When building glib with the x86_64 target, I get the following error at > > some point of linking: > > > > CC gspawn-win32.lo > > CC gwin32.lo > > cd .. && /bin/bash ./config.status glib/glib.rc > > config.status: creating glib/glib.rc > > x86_64-w64-mingw32-windres glib.rc glib-win32-res.o > > CCLD libglib-2.0.la > > Cannot export g_dir_open: symbol not defined > > Cannot export g_dir_read_name: symbol not defined > > Did you already try to remove the glib.def file? When you do this, the > file should get re-generated automatically. > > Its contents are supposed to be different between the win32 and win64 > targets (because of historical reasons, upstream needs to retain binary > API compatibility). >
That was the trick!!! Thanks very much. Pavel > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > Mingw-w64-public mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
