home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.x
- Path: sparky!uunet!mcsun!julienas!lri!wacren
- From: wacren@lri.fr (Laurent WACRENIER)
- Subject: Re: Sun X install problem
- Message-ID: <1993Jan23.124121.25062@lri.fr>
- Sender: wacren@lri.fr (Laurent WACRENIER)
- Organization: Laboratoire de Recherche en Informatique
- References: <1993Jan20.174425.2485@bmw.mayo.edu>
- Date: Sat, 23 Jan 1993 12:41:21 GMT
- Lines: 41
-
-
- In article <1993Jan20.174425.2485@bmw.mayo.edu>, tmk@mayo.edu (Tom
- Kinter) writes:
- |> -platform: Sun4 SunOS-4.1.3
- |> -all 21 patches installed with no problems
- |> -mofified sun.cf to reflect SunOS 4.1.3
- |> -modified sunLib.tmpl according to news article 18 Jan entitled:
- |> "Sun X build problem (not found in FAQ)"
- |> -"make World >& world.log" worked fine, excepty for some "illegal
- |> pointer combination"
- |> errors for extensions/lib/PEX/archive/ar_conv.c
- |> -"make install >& install.log" fails
- |> .
- |> .
- |> .
- |> installing in ./clients/xterm...
- |> rm -f xterm.inst
- |> cc -o xterm.inst main.o input.o charproc.o cursor.o util.o tabs.o
- |> screen.o
- |> scrollbar.o button.o Tekproc.o misc.o VTPrsTbl.o TekPrsTbl.o
- |> data.o menu.o -O -pipe
- |> -lXaw -lXmu -lXt -lXext -lX11 -ltermcap
- |> ld: Undefined symbol
- |> _XmuCvtStringToGravity
- |> _XtShellStrings
- |> _sin
- |> _cos
- |> _pow
- |> _floor
- |> _get_wmShellWidgetClass
- |> _get_applicationShellWidgetClass
- |> *** Error code 2
- |> .
- |> .
- |> .
- |>
-
- - The `.o' include path (-I option) or the library path (-L option) are
- pehaps not compatibles. Look at your LD_LIBRARY_PATH environement variable.
-
- - Add `-lm' to link with the mathematical library. (sin, cos, pow, floor)
-