help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] configuration questions


From: Bonzini
Subject: Re: [Help-smalltalk] configuration questions
Date: Thu, 17 Apr 2003 10:53:48 +0200

It all boils down to a single bug: in configure.ac,

test "$gst_cv_inet_sockets" != "not found" && MODULES_TCP="tcp.la"

must be changed to read

test "$gst_cv_inet_sockets" != no && MODULES_TCP="tcp.la"

I am preparing a patch for Cygwin which will include this little change.

Otherwise, make will attempt to compile the TCP module even if sockets are not 
found;
the #error is there in tcp.c to show this kind of bug, because if there are no 
sockets
usually tcp.c will not even be compiled.

|_  _  _ __
|_)(_)| ),'
------- '---







reply via email to

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