On 7/14/06, Brandon J. Van Every <[EMAIL PROTECTED]> 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 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
