Re: Problem with build on ubuntu 8.04



On Apr 30, 6:56 pm, karsten <karsten.po...@xxxxxxxxx> wrote:
(DEFPARAMETER *SOCKET-1* (SHOW (SOCKET-CONNECT (SOCKET-SERVER-PORT
*SERVER*) "localhost" :TIMEOUT 0)))
[SIMPLE-OS-ERROR]: UNIX error 22 (EINVAL): Invalid argument

I assume the problem is that since this defparameter fails. the
following tests are using the value of *SOCKET-1* and fail also. I
assume that you can safely ignore this failure unless you need socket
operations on your system.

Look in the makefile what comes after the tests, perhaps just make
install is missing. don't think that this has anything to do with
libsigsegv, afaik this is for stack overflow detection

Thanks to all. There is something wrong with sockets. I will follow
__Pascal Bourguignon__ advise. and some day, who knows, I could be
able to help new releases of clisp :-)
.