public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Marc ESPIE <Marc.Espie@liafa.jussieu.fr>
To: egcs@cygnus.com
Subject: Use of libstdc++.so is not transparent
Date: Sun, 08 Feb 1998 13:45:00 -0000	[thread overview]
Message-ID: <19980208224254.30794@liafa1.liafa.jussieu.fr> (raw)

I've got egcs-980205 up and running with a shared libstdc++ on solaris and
on dec-osf4.0a.

However, since I am not root on either machine, I have to put everything
in a directory which is not visited by ldconfig.

Any C++ program will link against the shared libstdc++.so, as expected, but
the resulting executable will hold no library path information.

Under dec-osf4.0a, linking occurs as:
 /users/algo/espie/pub/lib/gcc-lib/alpha-dec-osf4.0a/egcs-2.91.07/ld -G 8 -O1 -call_shared /usr/lib/cmplrs/cc/crt0.o -L/users/algo/espie/pub/lib/gcc-lib/alpha-dec-osf4.0a/egcs-2.91.07 -L/users/algo/espie/pub/alpha-dec-osf4.0a/lib -L/usr/lib/cmplrs/cc -L/users/algo/espie/pub/lib /tmp/ccaaBmoa1.o -lstdc++ -lm -lgcc -lc -lgcc

(missing -rpath /users/algo/espie/pub/lib)

Under solaris, linking occurs as:
 /usr/local/util/packages/egcs-980205/lib/gcc-lib/sparc-sun-solaris2.5/egcs-2.91.07/ld -V -Y P,/usr/ccs/lib:/usr/lib -Qy /usr/local/util/packages/egcs-980205/lib/gcc-lib/sparc-sun-solaris2.5/egcs-2.91.07/crt1.o /usr/local/util/packages/egcs-980205/lib/gcc-lib/sparc-sun-solaris2.5/egcs-2.91.07/crti.o /usr/ccs/lib/values-Xa.o /usr/local/util/packages/egcs-980205/lib/gcc-lib/sparc-sun-solaris2.5/egcs-2.91.07/crtbegin.o -L/usr/local/util/packages/egcs-980205/lib/gcc-lib/sparc-sun-solaris2.5/egcs-2.91.07 -L/usr/local/util/packages/egcs-980205/sparc-sun-solaris2.5/lib -L/usr/ccs/bin -L/usr/ccs/lib -L/usr/local/util/packages/egcs-980205/lib /var/tmp/cca0063S1.o -lstdc++ -lm -lgcc -lc -lgcc /usr/local/util/packages/egcs-980205/lib/gcc-lib/sparc-sun-solaris2.5/egcs-2.91.07/crtend.o /usr/local/util/packages/egcs-980205/lib/gcc-lib/sparc-sun-solaris2.5/egcs-2.91.07/crtn.o
 ld: Software Generation Utilities (SGU) SunOS/ELF (LK-2.0 (S/I) - versioning)

(missing -R /users/local/util/packages/egcs-980205/lib)


I don't know what to modify during the configuration/build process, 
but I surmise g++ should build so that no reference to g++ internal should
be necessary to compile and run programs.
-- 
	Marc Espie

                 reply	other threads:[~1998-02-08 13:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=19980208224254.30794@liafa1.liafa.jussieu.fr \
    --to=marc.espie@liafa.jussieu.fr \
    --cc=egcs@cygnus.com \
    /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.
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).