Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!mailrus!umich!samsung!zaphod.mps.ohio-state.edu!swrinde!ucsd!nosc!humu!pegasus!pilikia!art From: art@pilikia.pegasus.com (Art Neilson) Newsgroups: comp.unix.xenix Subject: Re: iProblems compo Message-ID: <1990Aug19.192208.26212@pilikia.pegasus.com> Date: 19 Aug 90 19:22:08 GMT References: <2934.26cd83e3@cc.helsinki.fi> Organization: Pilikia, Honolulu Lines: 23 In article <2934.26cd83e3@cc.helsinki.fi> stickler@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@pilikia.pegasus.com Bank of Hawaii Tech Support | UUCP: uunet!ucsd!nosc!pegasus!pilikia!art