On Tue, 19 May 2009 14:09:59 +0200, Danny Backx <danny.ba...@scarlet.be> wrote: > Hmm, this is not something I can explain, but it may not be the cause of > your problem. > > Again, please provide details about what you're experiencing. > > Danny >
I have already reported this error ten times !!!!!!! See here : http://www.mail-archive.com/cegcc-devel@lists.sourceforge.net/msg02025.html http://sourceware.org/ml/binutils/2009-05/msg00137.html Read all this threads. Here is what I did : Search for coredll.def(you should find 3 files) and add .DLL extension as shown below : LIBRARY COREDLL.dll In src/mingw/Makefile.in, add .dll libceoldname.a: moldname-coredll.def $(MOLD_OBJS) $(DLLTOOL) --as $(AS) -k -U \ --dllname coredll.dll \ --def moldname-coredll.def \ --output-lib $@ $(AR) rc $@ $(MOLD_OBJS) $(RANLIB) $@ I also think newer binutils handle dll extension better now. ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel