home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!cs.utexas.edu!sdd.hp.com!wupost!uwm.edu!daffy!uwvax!astroatc!vidiot!ftms!brown
- From: brown@ftms.UUCP (Vidiot)
- Newsgroups: comp.windows.x
- Subject: Re: compile error
- Message-ID: <247@ftms.UUCP>
- Date: 21 Jul 92 07:04:20 GMT
- References: <1992Jul20.121551.22457@kth.se>
- Reply-To: brown@ftms.UUCP (Vidiot)
- Organization: Vidiot's Other Hangout
- Lines: 39
-
- In article <1992Jul20.121551.22457@kth.se> tomasc@lionfish.tds.kth.se (Tomas Carlsson) writes:
- <I'm trying to compile a program I've written. I've stolen and
- <modified a Makefile but I'm not able to understand this error:
- <
- < ld: Undefined symbol
- < _error
- < _pow
- < _floor
-
- I don't know about these two.
-
-
-
- This one requires -lm as the last in the library list.
- < _get_wmShellWidgetClass
- < _get_applicationShellWidgetClass
- < __XtInherit
-
- These two are a kicker for many OW3.0 applications. I just got through trying
- to hunt this one down. These two are in the $OW30/lib/libXmu.a library, but
- they are not in libXmu.so.4.0, so the link fails. Did Sun screw up the library?
- Are all of our compiles doomed?
-
- < _XtToolkitInitialize
- < *** Error code 2
-
- I don't know about these two.
-
- <I include the following files:
- <used devguide)
- <
- < -lguidexv -lguide -lxview -lolgx -lXmu -lXt -lXext -lX11
-
- You need -lm at the end of the list.
- --
- harvard\
- ucbvax!uwvax!astroatc!ftms!brown or uu2.psi.com!ftms!brown
- rutgers/
- INTERNET: brown@wi.extrel.com or ftms!brown%astroatc.UUCP@cs.wisc.edu
-