[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problems compiling clisp
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: problems compiling clisp
- From: dxs@evolving.com (Dan Stanger)
- Date: Fri, 7 Apr 1995 15:40:50 -0600
i am on a sun running solaris 2.3. i had to add -lucb to the library list to
bring in the bsd libraries to eliminate some undefined globals.
however i am not sure how to correct this problem. the error message follows.
gcc -O -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -fomit-frame-pointer -Oc
Undefined first referenced
symbol in file
ulong_to_I misc.o
ld: fatal: Symbol referencing errors. No output written to lisp.run
ld: Software Generation Utilities (SGU) SunOS/ELF (LK-1.3)
Undefined first referenced
symbol in file
ulong_to_I misc.o
ld: fatal: Symbol referencing errors. No output written to lisp.run
*** Error code 1
make: Fatal error: Command failed for target `lisp.run'
it looks like misc.c is not bringing in clisp.h but i am not sure.
does anybody have a fix for this?
thanks,
dan stanger