chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] CMake MSVC appears to work


From: Brandon J. Van Every
Subject: Re: [Chicken-users] CMake MSVC appears to work
Date: Thu, 03 Aug 2006 09:06:51 -0700
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

John Cowan wrote:
Brandon J. Van Every scripsit:
  
The test
csc -s x.scm
csi -nbq x
is working fine with the MSVC build.  Meanwhile, Cygwin and MinGW are 
both broken because of a bug / misfeature of CMake 2.4.3 regarding 
static vs. dynamic libraries.  Seems libchicken.dll.a and libchicken.a 
can't coexist.  I wonder if Linux and Solaris builds have a similar 
conflict or not.
    

I see no sign of conflict or problem on Cygwin -- no error at all.
The above test works fine, as does:

rm x.dll
chicken-setup x
csi -R x

  

I think if you build from scratch, you'll run into the static vs. dyanmic clobbering problem that I just posted about.  That's what happened on my system.


Cheers,
Brandon Van Every


reply via email to

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