chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] build on Windows with cygwin


From: felix winkelmann
Subject: Re: [Chicken-users] build on Windows with cygwin
Date: Tue, 18 Sep 2007 14:38:38 +0200

What makefile did you use?


cheers,
felix


On 9/17/07, Shawn Rutledge <address@hidden> wrote:
> With cygwin, it helps if I add the flag -mno-cygwin, like this:
>
> C_COMPILER_OPTIONS = -fno-strict-aliasing -mno-cygwin -DHAVE_CHICKEN_CONFIG_H
>
> There is an explanation here:
>
> http://www.cygwin.com/ml/cygwin/2002-05/msg01665.html
>
> But it still fails with some undefined references:
>
> library.o:library.c:(.text+0x11969): undefined reference to `__isctype'
> library.o:library.c:(.text+0x12e6a): undefined reference to `__imp___pctype'
> library.o:library.c:(.text+0x12e7d): undefined reference to `__isctype'
> library.o:library.c:(.text+0x1329f): undefined reference to `__filbuf'
> library.o:library.c:(.text+0x360bb): undefined reference to `__errno'
> runtime.o:runtime.c:(.text+0xb0ba): undefined reference to `__imp___iob'
>
> (all in multiple places)
>
>
> _______________________________________________
> 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]