A Friday 08 February 2008 14:31:07, Pedro Alves wrote:
> Sounds like there's -lceoldname involved here. libceoldname.a is an import
> lib to coredll.dll, (/src/mingw/Makefile.in / --dllname), and
> libcoredll.a is an import lib to COREDLL (top of src/mingw/coredll.def).
> They're both the same dl
A Friday 08 February 2008 05:22:21, Brad and Tracy Riensche wrote:
> Hi,
>
> I am porting a program that compiles, but doesn't run. I ran an objdump
> on the .exe and discovered that there is two versions of strdup linked
> in. One is found in COREDLL, and the other is found in coredll.dll. It
>
Hi,
I am porting a program that compiles, but doesn't run. I ran an objdump
on the .exe and discovered that there is two versions of strdup linked
in. One is found in COREDLL, and the other is found in coredll.dll. It
seems to me that these should be the same file, but cegcc isn't treating