chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] http egg compile on windows


From: Patrick Brannan
Subject: [Chicken-users] http egg compile on windows
Date: Tue, 23 Nov 2004 12:42:18 -0600

Does the http egg compile on windows? I'm having some linking issues:

F:\scheme\chicken-1.74\eggs\http>chicken-setup http
  F:\scheme\chicken-1.74\csc -s -O2 -d0 http-client.scm
http-client.c
   Creating library http-client.lib and object http-client.exp
http-client.obj : error LNK2019: unresolved external symbol
address@hidden referenced in function @address@hidden
http-client.obj : error LNK2019: unresolved external symbol
address@hidden referenced in function @address@hidden
http-client.obj : error LNK2019: unresolved external symbol
address@hidden referenced in function @address@hidden
http-client.dll : fatal error LNK1120: 3 unresolved externals
*** Shell command terminated with exit status 1120: link
/out:http-client.dll /nologo http-client.obj
F:\scheme\chicken-1.74\libchicken.lib
F:\scheme\chicken-1.74\libsrfi-chicken.lib F:\scheme\chicken
-1.74\libstuffed-chicken.lib /dll
make: Failed to make http-client.so: shell invocation failed with
non-zero return status
Error: shell invocation failed with non-zero return status
"F:\\scheme\\chicken-1.74\\csc -s -O2 -d0 http-client.scm"
1120
Error: shell invocation failed with non-zero return status
"F:\\scheme\\chicken-1.74\\csc -s -O2 -d0 http-client.scm"
1120


Does anyone know what I'm missing? It looks like it is supposed to
link up with one of the win32 libraries.

Thanks,

Pat




reply via email to

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