public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/20537] New: GCC install libstdc++ headers in wrong dir
@ 2005-03-18 19:24 wanderer at rsu dot ru
  2005-03-18 19:30 ` [Bug bootstrap/20537] [4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wanderer at rsu dot ru @ 2005-03-18 19:24 UTC (permalink / raw)
  To: gcc-bugs

Current GCC mainline (4.1.0 20050318) install libstdc++ headers at FreeBSD 5.3 
in
<gcc-dir>/include/c++/const/ dir instead <gcc-dir>/include/c++/4.1.0/
I think problem related to last GCC version generation changes.

I build and install without this problem GCC 4.1.0 20050313 

Vladimir

-- 
           Summary: GCC install libstdc++ headers in wrong dir
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wanderer at rsu dot ru
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-unknown-freebsd5.3
  GCC host triplet: i386-unknown-freebsd5.3
GCC target triplet: i386-unknown-freebsd5.3


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


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

* [Bug bootstrap/20537] [4.1 Regression] GCC install libstdc++ headers in wrong dir
  2005-03-18 19:24 [Bug c++/20537] New: GCC install libstdc++ headers in wrong dir wanderer at rsu dot ru
@ 2005-03-18 19:30 ` pinskia at gcc dot gnu dot org
  2005-03-18 19:31 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-18 19:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-18 19:30 -------
We know about this.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
          Component|c++                         |bootstrap
     Ever Confirmed|                            |1
           Keywords|                            |build
   Last reconfirmed|0000-00-00 00:00:00         |2005-03-18 19:30:22
               date|                            |
            Summary|GCC install libstdc++       |[4.1 Regression] GCC install
                   |headers in wrong dir        |libstdc++ headers in wrong
                   |                            |dir
   Target Milestone|---                         |4.1.0


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


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

* [Bug bootstrap/20537] [4.1 Regression] GCC install libstdc++ headers in wrong dir
  2005-03-18 19:24 [Bug c++/20537] New: GCC install libstdc++ headers in wrong dir wanderer at rsu dot ru
  2005-03-18 19:30 ` [Bug bootstrap/20537] [4.1 Regression] " pinskia at gcc dot gnu dot org
@ 2005-03-18 19:31 ` pinskia at gcc dot gnu dot org
  2005-03-19 16:39 ` pinskia at gcc dot gnu dot org
  2005-03-21 17:57 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-18 19:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-18 19:30 -------
See: <http://gcc.gnu.org/ml/gcc-patches/2005-03/msg01697.html> and follow ups.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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

* [Bug bootstrap/20537] [4.1 Regression] GCC install libstdc++ headers in wrong dir
  2005-03-18 19:24 [Bug c++/20537] New: GCC install libstdc++ headers in wrong dir wanderer at rsu dot ru
  2005-03-18 19:30 ` [Bug bootstrap/20537] [4.1 Regression] " pinskia at gcc dot gnu dot org
  2005-03-18 19:31 ` pinskia at gcc dot gnu dot org
@ 2005-03-19 16:39 ` pinskia at gcc dot gnu dot org
  2005-03-21 17:57 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-19 16:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-19 16:39 -------
*** Bug 20555 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |laurent at guerby dot net


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


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

* [Bug bootstrap/20537] [4.1 Regression] GCC install libstdc++ headers in wrong dir
  2005-03-18 19:24 [Bug c++/20537] New: GCC install libstdc++ headers in wrong dir wanderer at rsu dot ru
                   ` (2 preceding siblings ...)
  2005-03-19 16:39 ` pinskia at gcc dot gnu dot org
@ 2005-03-21 17:57 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-21 17:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-21 17:57 -------
Fixed by:
2005-03-21  Zack Weinberg  <zack@codesourcery.com>

        * acinclude.m4 (GLIBCXX_CONFIGURE): Delete gcc_version logic.
        (GLIBCXX_EXPORT_INSTALL_INFO): Adjust quotation so ${gcc_version}
        is expanded by the Makefiles, not by configure.
        * fragment.am: Set gcc_version.
        * libmath/Makefile.am: Likewise.
        * configure, Makefile.in, include/Makefile.in, libmath/Makefile.in
        * libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in
        * testsuite/Makefile.in: Regenerate.
etc.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2005-03-21 17:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-18 19:24 [Bug c++/20537] New: GCC install libstdc++ headers in wrong dir wanderer at rsu dot ru
2005-03-18 19:30 ` [Bug bootstrap/20537] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-03-18 19:31 ` pinskia at gcc dot gnu dot org
2005-03-19 16:39 ` pinskia at gcc dot gnu dot org
2005-03-21 17:57 ` 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).