Jim McNamara via Cygwin writes: > I am experimenting with mingW64 with cygwin.
Have you ever used a cross-compilation toolchain before? > My ./configure looks like this: > $ echo $LD_LIBRARY_PATHC:/cygwin/lib Not sure what you are trying to achieve there, but even if it was working it would be wrong. > $ ./configure --prefix=/home/user/cobol-3.1-rc1 --host=x86_64-w64-mingw32 Is your configure script set up to actually work with cross-compilation? Your output doesn't seem to contain any notion of the configury checking the cross toolchain. > I installed the gmp package for mingw64. Correct. > I went in and installed libgmp mingW64 package and the headers for in > devel section of the cygwin installer. Whatever devel package you found there is most likely for Cygwin, but it's hard to know without the package name. The mingw64-* packages are all standalone devel packages, only the Cygwin packages are split into runtime and devel. > I have the file libgmp.dll.a in c:/cygwin/lib That's not the link library for MingW, but for Cygwin. > Please let me know if there is anything i can do to get past this error. Maybe you look at some of the cross-compiled stuff in Cygwin and take it from there? Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf microQ V2.22R2: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple