home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gumby!destroyer!news.itd.umich.edu!merit.edu!labovit
- From: labovit@merit.edu (Craig Labovitz)
- Newsgroups: comp.protocols.iso.dev-environ
- Subject: Problems compiling ISODE 8.0 on Sun
- Date: 21 Dec 1992 21:47:30 GMT
- Organization: Merit Network, Inc. Ann Arbor, MI
- Lines: 41
- Distribution: world
- Message-ID: <1h5e1iINN2vb@terminator.rs.itd.umich.edu>
- NNTP-Posting-Host: merit.edu
-
- I've had problems compiling ISODE 8.0 (with patch 1) on
- a Sun Sparc station running Sun 4.1.
-
- For some strange reason, its not linking with the math
- libraries during the basic system make (i.e. ./make).
-
- I get something like:
- cc -g -I. -I../h -DPEPYPATH -PIC -c tsapd.c
- cc -g -o xtsapd tsapd.o -L../ -lisode -L/usr/local/lib/
- ld: Undefined symbol
- _pow
- _infinity
- *** Error code 2
- cc -g -I. -I../h -DPEPYPATH -PIC -c isod.c
- cc -g -o xisod isod.o -L../ -lisode -L/usr/local/lib/
- ld: Undefined symbol
- _pow
- _infinity
- *** Error code 2
- cc -g -I. -I../h -DPEPYPATH -PIC -c isoc.c
- cc -g -o xisoc isoc.o -L../ -lisode -L/usr/local/lib/
- ld: Undefined symbol
- _pow
- _infinity
-
- and then the make continues on for a bit until it gets
- grumpy, and gives lots of errors about not being
- able to make assorted object files.
-
- The make still fails even when I stick in flags to link with
- math library.
-
- I have compiled ISODE 8.0 on other machines without a problem.
- Has anyone experienced anything similar? Any suggestions?
-
-
- Thanks.
-
- - Craig
-
-
-