[mpir-devel] Re: cygwin

2009-10-22 Thread Dan Grayson
That's cygwin 1.5. The gcc4 package is a standard one on the list when running "setup", so any user of cygwin might have installed it, and it might be worthwhile taking its possible presence into account, to save the user some debugging time. On Oct 22, 11:37 am, Jason Moxham wrote: > On Thursd

[mpir-devel] Re: cygwin

2009-10-22 Thread Jason Moxham
On Thursday 22 October 2009 15:42:05 Dan Grayson wrote: > To get mpir to pass its C++ tests under cygwin (if I configure with -- > enable-cxx) I had to also add -Wl,--enable-auto-import to LDFLAGS. > The warning message from ld if you don't have that option specified > doesn't sound very scary, be

[mpir-devel] cygwin

2009-10-22 Thread Dan Grayson
To get mpir to pass its C++ tests under cygwin (if I configure with -- enable-cxx) I had to also add -Wl,--enable-auto-import to LDFLAGS. The warning message from ld if you don't have that option specified doesn't sound very scary, because it says it's doing the auto import, anyway, without being