public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Dynamic linker
       [not found] <3911692F.27C5FCD6@infop6.jussieu.fr>
@ 2000-05-04 12:42 ` llewelly
  0 siblings, 0 replies; only message in thread
From: llewelly @ 2000-05-04 12:42 UTC (permalink / raw)
  To: HM Nesbit; +Cc: gcc-help

On Thu, 4 May 2000, HM Nesbit wrote:

> Greetings,
> 
> I don't know if this is the right address to ask about trouble using
> GCC, 

It is not. gcc-help@gcc.gnu.org is what you want.

> but I'm not a very experienced Linux user, so I have to call upon
> "gurus". All apologies if I was wrong.
> 
> I recently installed GCC 2.95.2, 

When reporting bugs or difficulties with gcc, please describe how you
  installed it.

> but after that, no shared libraries
> couldn't be found by any application using them. 

What applications could not find shared libraries?

> I read in the docs that
> the dynamic linker was not updated while installing, so I would like to
> know how to do this.

This varies widely from one platform to the next. I will have to assume
  you are using linux.

  (0) Find out which directories contain newly installed shared libs.

      If you do not have root on the machine you are using, add these dirs
        to the environment variable LD_LIBARY_LOAD_PATH , and stop here.

  (1) $man ldconfig

  (2) Check your /etc/ld.so.conf . If these directories are not in your
      /etc/ld.so.conf, add them to /etc/ld.so.conf, one directory per
      line. (You must edit /etc/ld.so.conf as root.)

  (3) $su
      $ldconfig


by the way, I do not really know what your problem is; you should re-read
  the installation instructions for gcc, and see if you missed something.

[snip]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-05-04 12:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <3911692F.27C5FCD6@infop6.jussieu.fr>
2000-05-04 12:42 ` Dynamic linker llewelly

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).