Re: xearth
To solve that problem, you need to tell the compiler where to find
libXt.so. Edit your Makefile and find all instances of the string '-lXt'.
Insert -L/usr/X11R6/lib, or whatever the appropriate path is to the
directory containing libXt.so.
However, instead of building this program from source, you should download
the Debian package file containing the pre-compiled binary. It's
available at
ftp://ftp.debian.org/debian/non-free/binary/xearth_1.0-12.deb
Use 'dpkg -i xearth_1.0-12.deb' to install it once you've downloaded it.
noah
On Sat, 21 Feb 1998, Abou Anber wrote:
>
> Dear Sir:
> I try to Install xearth, version 1.0 under Linux but I got an error
>
> message, which is "ld: cannot open -lXt No such file or directory"
> " make: *** [xearth] error 1"
>
> I'll be appreciate if you can help me about solving this problem.
>
> Many thanks
> Scincerly
> Ahmed
>
>
>
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> debian-user-request@lists.debian.org .
> Trouble? e-mail to templin@bucknell.edu .
>
PGP public key available at
http://lynx.dac.neu.edu/home/httpd/n/nmeyerha/mail.html
or by 'finger -l frodo@ccs.neu.edu'
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org .
Trouble? e-mail to templin@bucknell.edu .
Reply to:
- References:
- xearth
- From: Abou Anber <ahmed@qse.tohoku.ac.jp>