snowdosker wrote:
Please share the link you've found :-)
Here is similar problem in postgress and some explanations
http://archives.postgresql.org/pgsql-cygwin/2003-11/msg00024.php
I don't have Cygwin but it appears that something like the attached
patch should work. If so let me know and I'll commit it.
-Archie
__________________________________________________________________________
Archie Cobbs * CTO, Awarix * http://www.awarix.com
Index: libjc/arch/i386/i386_definitions.h
===================================================================
--- libjc/arch/i386/i386_definitions.h (revision 378678)
+++ libjc/arch/i386/i386_definitions.h (working copy)
@@ -31,5 +31,10 @@
#define _JC_BIG_ENDIAN 0
+#ifdef __CYGWIN__
+#undef _JC_LIBRARY_FMT
+#define _JC_LIBRARY_FMT "cyg%s.dll"
+#endif
+
#endif /* _ARCH_I386_DEFINITIONS_H_ */