chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] build on Windows with cygwin


From: Shawn Rutledge
Subject: [Chicken-users] build on Windows with cygwin
Date: Mon, 17 Sep 2007 13:30:32 -0700

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)




reply via email to

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