public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/23926] New: libstdc++-v3 configure failed
@ 2005-09-17  0:00 gnu at jcom dot home dot ne dot jp
  2005-09-17  0:05 ` [Bug libstdc++/23926] [4.1 Regression] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 7+ messages in thread
From: gnu at jcom dot home dot ne dot jp @ 2005-09-17  0:00 UTC (permalink / raw)
  To: gcc-bugs

libstdc++-v3/configure include illegal shell script.
it comes from 1.446 to 1.447. see bellow
----
*** 87159,87169 ****
  # If we never went through the GLIBCXX_CHECK_LINKER_FEATURES macro, then we
  # don't know enough about $LD to do tricks...
  
! # FIXME  The following test is too strict, in theory.
! if test $enable_shared = no ||
!         test "x$LD" = x ||
!         test x$glibcxx_gnu_ld_version = x; then
!   enable_symvers=no
  fi
  
  # Check to see if libgcc_s exists, indicating that shared libgcc is possible.
--- 87159,87186 ----
  # If we never went through the GLIBCXX_CHECK_LINKER_FEATURES macro, then we
  # don't know enough about $LD to do tricks...
  
! 
! # Turn a 'yes' into a suitable default.
! if test x$enable_symvers = xyes ; then
!   if test $enable_shared = no ||
!      test "x$LD" = x ; then
!     enable_symvers=no
!   elif test $with_gnu_ld == yes ; then
!     enable_symvers=gnu
!   else
!     case ${target_os} in
!       darwin*)
!       enable_symvers=darwin-export ;;
!       *)
!       { echo "$as_me:$LINENO: WARNING: === You have requested some kind of sym
bol versioning, but" >&5
! echo "$as_me: WARNING: === You have requested some kind of symbol versioning, 
but" >&2;}
!       { echo "$as_me:$LINENO: WARNING: === you are not using a supported linke
r." >&5
! echo "$as_me: WARNING: === you are not using a supported linker." >&2;}
!       { echo "$as_me:$LINENO: WARNING: === Symbol versioning will be disabled.
" >&5
! echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
!       enable_symvers=no ;;
!     esac
!   fi
  fi
----
elif test $with_gnu_ld == yes ; then
may be
elif test $with_gnu_ld = yes ; then

-- 
           Summary: libstdc++-v3 configure failed
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gnu at jcom dot home dot ne dot jp
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-10-13 15:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-23926-11369@http.gcc.gnu.org/bugzilla/>
2005-10-12  0:55 ` [Bug libstdc++/23926] [4.1 Regression] libstdc++-v3 configure failed pinskia at gcc dot gnu dot org
2005-10-12  1:18 ` cvs-commit at gcc dot gnu dot org
2005-10-12  1:18 ` pinskia at gcc dot gnu dot org
2005-10-13 13:56 ` pinskia at gcc dot gnu dot org
2005-10-13 15:24 ` cvs-commit at gcc dot gnu dot org
2005-10-13 15:25 ` rearnsha at gcc dot gnu dot org
2005-09-17  0:00 [Bug libstdc++/23926] New: " gnu at jcom dot home dot ne dot jp
2005-09-17  0:05 ` [Bug libstdc++/23926] [4.1 Regression] " pinskia at gcc dot gnu dot org

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