Scripsi: > Fair enough. I'm certainly not -- I build and run Chicken solely > under Cygwin, and as soon as the CMake builds actually work I'll be > trying them out in that environment.
I forgot to mention that the cyg- prefix on Cygwin DLLs is precisely so that Cygwin and MinGW (or plain Win32) versions of DLLs can coexist on the same box. Linkers other than Cygwin's will not find Cygwin-specific DLLs that begin with cyg-. So cygchicken should not become libchicken. At http://www.openldap.org/faq/data/cache/301.html there's a nice discussion of building MinGW under Cygwin and why you want to use the -mno-cygwin switch instead of the MinGW gcc directly (basically because if your build environment contains symbolic links, MinGW-built versions of the compiler etc. will not understand them). There is nothing LDAP-specific here. -- After fixing the Y2K bug in an application: John Cowan WELCOME TO <censored> [EMAIL PROTECTED] DATE: MONDAK, JANUARK 1, 1900 http://www.ccil.org/~cowan _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
