Re: [Cegcc-devel] mingw32ce COREDLL AND coredll.dll

2008-04-02 Thread Danny Backx
Could you try the attached one too ? It's from the installation currently on my disk so other things might be wrong with it though :-) Danny On Wed, 2008-04-02 at 17:10 +0100, Nick Miles wrote: > Pedro, > > Tried to build mingw32ce from SVN 0.51 source but couldn't get it to > compile on

Re: [Cegcc-devel] mingw32ce COREDLL AND coredll.dll

2008-04-02 Thread Nick Miles
Pedro, Tried to build mingw32ce from SVN 0.51 source but couldn't get it to compile on Fedora 8. So I tried a quick hack and used a hex editor on the liboldname.a and changed coredll.dll to COREDLL and it now works. Thanks for your help. Regards, Nick --

Re: [Cegcc-devel] Linker doesn't find winsock

2008-04-02 Thread Carsten Sørensen
On Tue, Apr 1, 2008 at 6:06 PM, Tijl Vercaemer <[EMAIL PROTECTED]> wrote: > This works, and it helped me to figure out why my code didn't link. > Apparently, the -lws2 option should be at the end of the command. I > had my -lws2 in between the -o option and the input file. Moving it > after the