[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
clisp for NetBSD
- To: Multiple recipients of list <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: clisp for NetBSD
- From: Ricardo Aler Mur <aler@inf.uc3m.es>
- Date: Fri, 4 Jul 1997 21:03:17 +0200 (CEST)
- Distribution: world
- In-reply-to: <Pine.LNX.3.93.970528185419.106B-100000@rickerd.home>
- Reply-to: aler@inf.uc3m.es
Hi, I've been trying to compile the last version of clisp for NetBSD/i386
but failed. Here is the last message I get after trying to make it:
gcc -O -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type
-fomit-frame-pointer -O2 -fexpensive-optimizations -fno-strength-reduce
-DDYNAMIC_FFI -c spvw.c
In file included from lispbibl.d:1665,
from spvw.d:18:
unix.d:95: conflicting types for `msync'
/usr/include/sys/mman.h:88: previous declaration of `msync'
spvw.d: In function `main':
spvw.d:9997: warning: variable `argv_memneed' might be clobbered by
`longjmp' or `vfork'
*** Error code 1
Any idea of what's going on?
R. Aler.