all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Akop Pogosian <akopps+usenet@ocf.berkeley.edu>
Subject: Re: emacs 21.3 wants "libXaw3d.so.5";  got Xaw3d-1.5.tar.gz; NOW WHAT?
Date: Mon, 19 May 2003 08:09:32 +0000 (UTC)	[thread overview]
Message-ID: <baa3fs$1tcp$1@agate.berkeley.edu> (raw)
In-Reply-To: ba9sgd$5mr$1@panix1.panix.com

In comp.unix.solaris David Combs <dkcombs@panix.com> wrote:
> []  emacs: 21.3: 21.3 wants "libXaw3d.so.5";  got Xaw3d-1.5.tar.gz; NOW WHAT?

> (four questions)

> Here's the original message I got while "making" emacs-21.2:

>   ld.so.1: ./temacs: fatal: libXaw3d.so.5: open failed: No such file or directory

If you're compiling emacs from source (that means you should have
compiled temacs, whatever it is, from source too), supposedly your
linker should have managed to find the location of the libXaw3d
library. Otherwise, you wouldn't have gotten temacs executable file in
the first place. This means that this shared library file already
exists somewhere on your system but the run time-linker can not find
it. The proper way to fix this is to make sure that when you compile
emacs that -R<path to the library directory> flag is passed to the
linker when linking the emacs binaries. I haven't compiled emacs
recently, so I don't remember what needs to be done to make this
happen. Typically, setting the LDFLAGS='-R/something/something/lib"
environment variable works, sometimes you need to pass this ld flag as
an option to the configure script, and finally, you can edit the
generated Makefile(s) after running configure.

As for installing Xaw3d-1.5.tar.gz, extract the tar archive and then
look at the files with names that might suggest that they contain
installation instructions (e.g. README, INSTALL, etc) and see what
they say. There is no standard way to compile things from source. 

Tinkering with source packages is useful for learning how to build
unix software but in lots of cases I'd also settle for precompiled
packages (specially if a copy of emacs and a few other standard
package is all that you need). Solaris 8 and 9 companion CDs contain a
copy of emacs and you can also download emacs packages from sites like
www.sunfreeware.org or www.blastwave.org.


-akop

  reply	other threads:[~2003-05-19  8:09 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-19  6:10 emacs 21.3 wants "libXaw3d.so.5"; got Xaw3d-1.5.tar.gz; NOW WHAT? David Combs
2003-05-19  8:09 ` Akop Pogosian [this message]
2003-05-19 17:54   ` David Combs
2003-05-19 18:17     ` Stefan Monnier
2003-05-20  6:19       ` David Combs
2003-05-20  6:56         ` Stefan Monnier
2003-05-20 16:32           ` David Combs
2003-05-22 11:02 ` Kai Großjohann
2003-05-23  5:34   ` David Combs
2003-05-23  7:04     ` Kai Großjohann
2003-05-25 21:37       ` David Combs
2003-05-25 22:22         ` Stefan Monnier
2003-05-26  6:57         ` Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='baa3fs$1tcp$1@agate.berkeley.edu' \
    --to=akopps+usenet@ocf.berkeley.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.