Re: [Mingw-w64-public] [Patch] intrinsics

2013-08-17 Thread Jacek Caban
Hi, It's a really delayed reply, dw asked me to join the conversation. On 08/09/13 13:07, Kai Tietz wrote: > Hi, > > sorry for the delayed answer per mail. > > 2013/8/9 dw : >> So, no response here, other than a few (brief) comments on irc. >> >> It's hard to know how to advocate for a patch when

Re: [Mingw-w64-public] status of MSYS?

2013-08-17 Thread Jim Michaels
I would not have even come close to figuring that out. I don't know what ranlib or nm is. are there other tools besides nm and ar and ranlib etc. that need to be listed for other projects? I don't know what all variable names they are supposed to have in ./configure. this helps a lot. it just mi

Re: [Mingw-w64-public] status of MSYS?

2013-08-17 Thread Alon Bar-Lev
You should try and use cygwin. In most cases the following should work: $ ./configure --host=x86_64-w64-mingw32 --prefix=/tmp/root CPPFLAGS="-I/tmp/root/include" LDFLAGS="-L/tmp/root/lib" $ make install The above actually cross compile to native win32 in cygwin environment. Alon On Sat, Aug 17

Re: [Mingw-w64-public] status of MSYS?

2013-08-17 Thread Jim Michaels
I always get compile or make errors, usually due to a tool or compiler feature missing or not passing the tests. nothing has yet completed a compile to date. fstab is unconfigured (which I did manually correctly I hope, don't know how for compiling), I am just not smart anymore at compiling  a