public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rlw at cinci dot rr dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/11626] New: abi_check fails to compile during make bootstrap
Date: Tue, 22 Jul 2003 03:12:00 -0000	[thread overview]
Message-ID: <20030722031228.11626.rlw@cinci.rr.com> (raw)

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11626

           Summary: abi_check fails to compile during make bootstrap
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rlw at cinci dot rr dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: 3.3
  GCC host triplet: Solaris Sparc 2.7 Generic_106541-23
GCC target triplet: 3.3

This is essentially the same bug as 11612, however it is for Solaris 2.7 rather 
than Linux X86.  When doing make bootstrap you get an error and the compile is 
aborted while trying to compile abi_check.o.  This seems to be due to an 
inability to find libstdc++.so.  The Makefile in sparc-sun-
solaris2.7/sparcv9/libstdc++-v3/testsuite and in sparc-sun-solaris2.7/libstdc++-
v3/testsuite uses the LD_RUN_PATH variable which seems to not work.  When I 
comment out that line and modify the Makefile in sparc-sun-
solaris2.7/sparcv9/libstdc++-v3 to include LD_LIBRARY_PATH as per the following 
snippet then things compile properly.

check-abi: $(top_builddir)/testsuite/abi_check
        -@(cd testsuite; \
           LD_LIBRARY_PATH=../src/.libs:.:$LD_LIBRARY_PATH \
          /export/apps/software_orig/gcc/gcc-3.3/libstdc++-v3/config/abi/extract
_symvers \


I have set CONFIG_SHELL=/bin/ksh in my environment and before running 
configure.  Here is my configure command

bash# cat configure_cmd2.sh
CONFIG_SHELL=/bin/ksh;export CONFIG_SHELL
NM=/usr/ccs/bin/nm;export NM
../configure --prefix=/usr/local/gcc-3.3 --with-gnu-as --with-
as=/usr/local/bin/as --with-gnu-ld --with-ld=/usr/local/bin/ld --disable-nls --
enable-languages=c,c++,java


Regards,

Richard


             reply	other threads:[~2003-07-22  3:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-22  3:12 rlw at cinci dot rr dot com [this message]
2003-07-23 21:04 ` [Bug libstdc++/11626] " pinskia at physics dot uc dot edu

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=20030722031228.11626.rlw@cinci.rr.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /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).