Re: [Chicken-users] Build error

2009-10-22 Thread Fadi Moukayed
> I thought this sounded familiar: > http://lists.gnu.org/archive/html/chicken-users/2009-08/msg00069.html > But, there doesn't seem to be a resolution in the thread. Thread continues here (sorry, too lazy to setup a real mail client): http://lists.gnu.org/archive/html/chicken-users/2009-08/msg000

Re: [Chicken-users] Re: Chicken fails to build on Windows (mingw)

2009-08-26 Thread Fadi Moukayed
ifdef USES_SONAME 2009/8/26 felix winkelmann > > On Wed, Aug 26, 2009 at 12:34 AM, Fadi Moukayed wrote: > > > > This is probably because Windows' del command doesn't like the duplicated > > backslash / forward slash in the middle of the path. xcopy seems to be ok &

Re: [Chicken-users] Re: Chicken fails to build on Windows (mingw)

2009-08-25 Thread Fadi Moukayed
nto it though; I just hacked around the various problems until it worked :d Regards, Fadi. 2009/8/25 felix winkelmann > On Mon, Aug 24, 2009 at 8:05 PM, Fadi Moukayed > wrote: > >> Hm... how did you invoke make? Did you pass "PLATFORM=mingw"? > > > > Y

[Chicken-users] Re: Chicken fails to build on Windows (mingw)

2009-08-24 Thread Fadi Moukayed
> Hm... how did you invoke make? Did you pass "PLATFORM=mingw"? Yes, I used the following build command, nothing special really: mingw32-make PREFIX=c:/chicken PLATFORM=mingw C_COMPILER_OPTIMIZATION_OPTIONS="-O2 -pipe" Anyway, I think I found where the problem lies: Line 86 in extras.scm contai

[Chicken-users] Chicken fails to build on Windows (mingw)

2009-08-23 Thread Fadi Moukayed
Hello, Currently, the build aborts with the following error: gcc -Wl,--enable-auto-import -shared -Wl,--out-implib,libchicken.dll.a \ -o libchicken.dll library.o eval.o data-structures.o ports.o files.o e xtras.o lolevel.o utils.o tcp.o srfi-1.o srfi-4.o srfi-13.o srfi-14.o srfi-18.o sr