iProblems compo

Art Neilson art at pilikia.pegasus.com
Mon Aug 20 05:22:08 AEST 1990


In article <2934.26cd83e3 at cc.helsinki.fi> stickler at cc.helsinki.fi writes:
>I`m having the following problem compiling XLISP under
>SCO XENIX/286 vs. 2.2:
>
>Using the following command:
>
>	cc -O -Ml -o xlisp *.c
>
>I get the following unresolved externals, all of which
>are in xlmath.o (xlmath.c):
>
>	_tan _cos _sin _sqrt _pow _exp
>
>If anyone has any answer/solution, I would be very
>grateful.

you probably need to add -lm to the command, looks like you
need the math library.  Why not just use the Makefile which
comes with Xlisp ?  It takes care of all the compiling and
linking for you.
-- 
Arthur W. Neilson III		| ARPA: art at pilikia.pegasus.com
Bank of Hawaii Tech Support	| UUCP: uunet!ucsd!nosc!pegasus!pilikia!art



More information about the Comp.unix.xenix mailing list