public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/11626] New: abi_check fails to compile during make bootstrap
@ 2003-07-22  3:12 rlw at cinci dot rr dot com
  2003-07-23 21:04 ` [Bug libstdc++/11626] " pinskia at physics dot uc dot edu
  0 siblings, 1 reply; 2+ messages in thread
From: rlw at cinci dot rr dot com @ 2003-07-22  3:12 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug libstdc++/11626] abi_check fails to compile during make bootstrap
  2003-07-22  3:12 [Bug libstdc++/11626] New: abi_check fails to compile during make bootstrap rlw at cinci dot rr dot com
@ 2003-07-23 21:04 ` pinskia at physics dot uc dot edu
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-23 21:04 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-23 21:04 -------
This is a dup of bug 11612 which I just confirmed as happening any where.

*** This bug has been marked as a duplicate of 11612 ***


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-07-23 21:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-22  3:12 [Bug libstdc++/11626] New: abi_check fails to compile during make bootstrap rlw at cinci dot rr dot com
2003-07-23 21:04 ` [Bug libstdc++/11626] " pinskia at physics dot uc dot edu

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).