help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem running after installation


From: maierh
Subject: Re: Problem running after installation
Date: Mon, 31 Mar 2003 17:28:54 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3 (i386-mingw-nt5.0.2195)

"Harter, Douglas" <dharter@state.pa.us> writes:

> When I run emacs, I get 
> ld.so.1: emacs: fatal: libgcc_s.so.1: open failed: No such file or directory
> Killed
>
> There is a libgcc_s.so.1 file in /usr/local/sparcv9 and /usr/local
> I tried adding both to PATH and got the same result.

You should set the LD_LIBRARY_PATH environment variable. E.g.
  export LD_LIBRARY_PATH=/usr/local

If you have more than one directory that contains shared libs than use
a colon (:) to seperate them, similar to set the PATH environment
variable.

Harald


reply via email to

[Prev in Thread] Current Thread [Next in Thread]