|
From: | felix winkelmann |
Subject: | Re: [Chicken-users] Extension loading problems in CMake/MinGW csi binary |
Date: | Sat, 15 Jul 2006 08:53:18 +0200 |
On 7/14/06, Brandon J. Van Every <address@hidden> wrote:
I'm guessing a problem with either the names libchicken-static, libchickengui-static, or libchicken-boot, due to the hyphens. I doubt it's libchicken-boot, as that only exists during the /boot stage and not for the final product. CMake doesn't generate any libchicken-0, it appears to generate all library files correctly. A compilation flag issue is possible, but maybe it is a Chicken name handling bug?
The "-0" problem hasn't anything to do with the CMake stuff, it was a leftover from older mingw build logic and it's entirely my fault that it was still in parameters.scm. cheers, felix
[Prev in Thread] | Current Thread | [Next in Thread] |