On 9/6/2010 15:11, İsmail Dönmez wrote: > Hi; > > On Mon, Sep 6, 2010 at 4:03 AM, JonY<[email protected]> wrote: >> On 9/6/2010 05:27, İsmail Dönmez wrote: >>> >>> Hi; >>> >>> On Mon, Sep 6, 2010 at 12:12 AM, Kai Tietz<[email protected]> >>> wrote: >>>> >>>> Well, could you please try '../configure --host=x86_64-w64-mingw32 >>>> --enable-lib32 --enable-lib64 --prefix=/usr/local/mingw64'. Does this >>>> change the behavior? At least for me it worked that way. >>> >>> Sadly that didn't help either. I'll do more tinkering tomorrow. Thanks >>> for your help, its appreciated. >>> >>> Regards, >>> ismail >> >> Hi, >> >> Did you remember to link /usr/local/mingw64/mingw/ to >> /usr/local/mingw64/x86_64-w64-mingw32? >> > > Yes it was in my PATH. I just re-tried from scratch and same error. ld > seems to be misbehaving somehow. > > Regards, > ismail > >
No, not path. By link, I meant using symlinks on Linux and junction points in Windows. The compiler looks in /usr/local/mingw64/mingw instead of /usr/local/mingw64/x86_64-w64-mingw32, so you'll need to link them. ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
