chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] libuchicken.dll build problem


From: Bob McIsaac
Subject: Re: [Chicken-users] libuchicken.dll build problem
Date: Tue, 14 Feb 2006 23:41:44 -0500
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050716)

Hi:

Probably indicative of "DLL Hell".  This is perhaps not exactly correct,
but that is what comes to mind.  The same files are compiled in
different contexts, sometimes in DLLs, sometimes in import libraries and
header file defines get automagically varied to match.  Slight differences
in toolchains between one compiler and another can make the wheels
come off.
That was my conclusion after unsuccessfully compiling with Watcom. It was very challenging.

regards,
-Bob-


Brandon J. Van Every wrote:

I'm working on CMakeLists.txt. I've got everything building except libuchicken.dll. I get a million bazillion errors in all sorts of files like the following. There are so many errors that I cannot possibly hold them in my MSYS buffer, no matter what settings I give it.

CMakeFiles/uchicken.dir/uposixwin.obj:uposixwin.c:(.text+0x12b2d): undefined reference to `_imp__C_temporary_stack_bottom' CMakeFiles/uchicken.dir/uposixwin.obj:uposixwin.c:(.text+0x12b32): undefined reference to `_imp__C_temporary_stack' CMakeFiles/uchicken.dir/uposixwin.obj:uposixwin.c:(.text+0x12c46): undefined reference to `_imp__C_stack_limit'


What are these sorts of errors indicative of? Am I missing some flags, a file, a library, what?


Cheers,
Brandon Van Every




_______________________________________________
Chicken-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-users









reply via email to

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