[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Extension loading problems in CMake/MinGW csi binary
From: |
Ian Oversby |
Subject: |
Re: [Chicken-users] Extension loading problems in CMake/MinGW csi binary |
Date: |
Fri, 14 Jul 2006 11:55:32 +0000 |
Here two different libchicken's are loaded. Where is libchicken-0.dll
coming
from???
cheers,
felix
Both versions of the library are mentioned all over the place in the
compiled .c files.
Ian
address@hidden /c/example/chicken_build
$ grep -i 'libchicken' *.c *.scm
batch-driver.c:tmp=C_static_string(C_heaptop,10,"libchicken");
batch-driver.c:tmp=C_static_string(C_heaptop,12,"libchicken-0");
batch-driver.c:tmp=C_static_string(C_heaptop,10,"libchicken");
compiler.c:tmp=C_static_string(C_heaptop,10,"libchicken");
compiler.c:tmp=C_static_string(C_heaptop,10,"libchicken");
csc.c:tmp=C_static_string(C_heaptop,14,"libchicken.lib");
csc.c:lf[361]=C_static_string(C_heaptop,14,"libchicken.lib");
csc.c:lf[363]=C_static_string(C_heaptop,33,"C:/chicken-new/lib/libchicken.lib");
csc.c:lf[374]=C_static_string(C_heaptop,12,"libchicken.a");
csc.c:lf[376]=C_static_string(C_heaptop,31,"C:/chicken-new/lib/libchicken.a");
csi.c:tmp=C_static_string(C_heaptop,10,"libchicken");
csi.c:tmp=C_static_string(C_heaptop,12,"libchicken-0");
csi.c:tmp=C_static_string(C_heaptop,10,"libchicken");
eval.c:tmp=C_static_string(C_heaptop,10,"libchicken");
eval.c:tmp=C_static_string(C_heaptop,12,"libchicken-0");
eval.c:tmp=C_static_string(C_heaptop,10,"libchicken");
library.c:tmp=C_static_string(C_heaptop,10,"libchicken");
library.c:tmp=C_static_string(C_heaptop,12,"libchicken-0");
library.c:tmp=C_static_string(C_heaptop,10,"libchicken");
optimizer.c:tmp=C_static_string(C_heaptop,10,"libchicken");
optimizer.c:tmp=C_static_string(C_heaptop,12,"libchicken-0");
optimizer.c:tmp=C_static_string(C_heaptop,10,"libchicken");
profiler.c:tmp=C_static_string(C_heaptop,10,"libchicken");
profiler.c:tmp=C_static_string(C_heaptop,12,"libchicken-0");
profiler.c:tmp=C_static_string(C_heaptop,10,"libchicken");
support.c:tmp=C_static_string(C_heaptop,10,"libchicken");
support.c:tmp=C_static_string(C_heaptop,12,"libchicken-0");
support.c:tmp=C_static_string(C_heaptop,10,"libchicken");
tinyclos.c:tmp=C_static_string(C_heaptop,10,"libchicken");
tinyclos.c:tmp=C_static_string(C_heaptop,12,"libchicken-0");
tinyclos.c:tmp=C_static_string(C_heaptop,10,"libchicken");
ueval.c:tmp=C_static_string(C_heaptop,10,"libchicken");
ueval.c:tmp=C_static_string(C_heaptop,12,"libchicken-0");
ueval.c:tmp=C_static_string(C_heaptop,10,"libchicken");
ulibrary.c:tmp=C_static_string(C_heaptop,10,"libchicken");
ulibrary.c:tmp=C_static_string(C_heaptop,12,"libchicken-0");
ulibrary.c:tmp=C_static_string(C_heaptop,10,"libchicken");
utinyclos.c:tmp=C_static_string(C_heaptop,10,"libchicken");
utinyclos.c:tmp=C_static_string(C_heaptop,12,"libchicken-0");
utinyclos.c:tmp=C_static_string(C_heaptop,10,"libchicken");
- Re: [Chicken-users] Extension loading problems in CMake/MinGW csi binary, Ian Oversby, 2006/07/14
- Re: [Chicken-users] Extension loading problems in CMake/MinGW csi binary, felix winkelmann, 2006/07/14
- Re: [Chicken-users] Extension loading problems in CMake/MinGW csi binary,
Ian Oversby <=
- Re: [Chicken-users] Extension loading problems in CMake/MinGW csi binary, felix winkelmann, 2006/07/14
- Re: [Chicken-users] Extension loading problems in CMake/MinGW csi binary, Ian Oversby, 2006/07/14
- [Chicken-users] cygchicken, Brandon J. Van Every, 2006/07/14
- [Chicken-users] Re: cygchicken, Brandon J. Van Every, 2006/07/14
- Re: [Chicken-users] Re: cygchicken, John Cowan, 2006/07/14
- Re: [Chicken-users] Re: cygchicken, Brandon J. Van Every, 2006/07/14
- Re: [Chicken-users] Extension loading problems in CMake/MinGW csi binary, Brandon J. Van Every, 2006/07/14
- Re: [Chicken-users] Extension loading problems in CMake/MinGW csi binary, felix winkelmann, 2006/07/15
Re: [Chicken-users] Extension loading problems in CMake/MinGW csi binary, Brandon J. Van Every, 2006/07/14