help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Compiling gst under cygwin 1.3.1


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Compiling gst under cygwin 1.3.1
Date: Thu, 17 May 2001 17:48:13 +0200

> /cygdrive/c/Distrib/linux/gst/smalltalk-1.95.4/tcp/tcp.c:440: undefined
> reference to `setSignalHandler'

It is because --no-undefined (which checks that the DLLs don't refer
to the main program) seems not to work as intended, and one reference
slipped through.  They cause problems under Windows and AIX.

1.96 fixed this, but has many bugs because it is an alpha.  Unless
you are curious about the internals, or things like that, I suggest
that you don't upgrade and copy the relevant function from
libgst/sysdep.c to tcp/tcp.c.

Paolo




reply via email to

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