chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] CMake/MinGW build 325 is using wrong (Unix) filename


From: John Cowan
Subject: Re: [Chicken-users] CMake/MinGW build 325 is using wrong (Unix) filename separat
Date: Fri, 14 Jul 2006 13:58:53 -0400
User-agent: Mutt/1.3.28i

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>                   address@hidden
        DATE: MONDAK, JANUARK 1, 1900           http://www.ccil.org/~cowan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]