public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libstdc++/6812: Missing definition of __c_file_type
@ 2002-05-26  1:50 Paolo Carlini
  0 siblings, 0 replies; 5+ messages in thread
From: Paolo Carlini @ 2002-05-26  1:50 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR libstdc++/6812; it has been noted by GNATS.

From: Paolo Carlini <pcarlini@unitus.it>
To: Carlo Wood <carlo@alinoe.com>
Cc: paolo@gcc.gnu.org,  gcc-bugs@gcc.gnu.org,  gcc-prs@gcc.gnu.org, 
 nobody@gcc.gnu.org,  gcc-gnats@gcc.gnu.org
Subject: Re: libstdc++/6812: Missing definition of __c_file_type
Date: Sun, 26 May 2002 10:19:50 +0200

 Carlo Wood wrote:
 
 >On Sat, May 25, 2002 at 07:56:26PM -0000, paolo@gcc.gnu.org wrote:
 >  
 >
 >>    Duplicate of libstdc++/6672: just make install to a clean
 >>    target directory and everything will be ok.
 >>    Thanks for your report, Paolo.
 >>    
 >>
 >I *did* do a make install to a brand new target
 >directory.
 >  
 >
 Honestly, I find this *very* hard to believe. Why?
 Look at this message from Alexandre Oliva posted the first time your 
 kind of problem appeared:
 
     http://gcc.gnu.org/ml/gcc/2002-05/msg01235.html
 
 Your PR too mentions /usr/local/gcc-3.1/include/g++-v3/bits/basic_file.h 
 which however is /not/ part of the current gcc3.1 distribution!!
 
 Who/what put it there??
 
 Paolo.
 


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

* Re: libstdc++/6812: Missing definition of __c_file_type
@ 2002-05-26  6:16 Carlo Wood
  0 siblings, 0 replies; 5+ messages in thread
From: Carlo Wood @ 2002-05-26  6:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR libstdc++/6812; it has been noted by GNATS.

From: Carlo Wood <carlo@alinoe.com>
To: Paolo Carlini <pcarlini@unitus.it>
Cc: paolo@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org,
  gcc-gnats@gcc.gnu.org
Subject: Re: libstdc++/6812: Missing definition of __c_file_type
Date: Sun, 26 May 2002 15:07:55 +0200

 On Sun, May 26, 2002 at 10:19:50AM +0200, Paolo Carlini wrote:
 > Your PR too mentions /usr/local/gcc-3.1/include/g++-v3/bits/basic_file.h 
 > which however is /not/ part of the current gcc3.1 distribution!!
 
 Ah...  Ok, you were right (of course).
 My appologies.  I was convinced that I never installed
 a compiler version in /usr/local/gcc-3.1 before because
 I'd always use /usr/local/gcc-cvs-3.1/ for a cvs version.
 
 -- 
 Carlo Wood <carlo@alinoe.com>


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

* Re: libstdc++/6812: Missing definition of __c_file_type
@ 2002-05-25 16:56 Carlo Wood
  0 siblings, 0 replies; 5+ messages in thread
From: Carlo Wood @ 2002-05-25 16:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR libstdc++/6812; it has been noted by GNATS.

From: Carlo Wood <carlo@alinoe.com>
To: paolo@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
  nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: libstdc++/6812: Missing definition of __c_file_type
Date: Sun, 26 May 2002 01:07:34 +0200

 On Sat, May 25, 2002 at 07:56:26PM -0000, paolo@gcc.gnu.org wrote:
 >     Duplicate of libstdc++/6672: just make install to a clean
 >     target directory and everything will be ok.
 >     Thanks for your report, Paolo.
 
 I *did* do a make install to a brand new target
 directory.
 
 Here is what I did:
 
 rm -rf gcc-3.1-objdir gcc-3.1
 mkdir gcc-3.1-objdir
 
 tar -xjvf gcc-core-3.1.tar.bz2
 tar -xjvf gcc-g++-3.1.tar.bz2
 
 cd /usr/src/gcc/gcc-3.1
 
 contrib/gcc_build -d /usr/src/gcc/gcc-3.1 -o ../gcc-3.1-objdir \
                   -c "--prefix=/usr/local/gcc-3.1 --enable-shared --with-gnu-as --with-gnu-ld --enable-languages=c++ --enable-debug --enable-threads" \
                   configure
 
 
 contrib/gcc_build -d /usr/src/gcc/gcc-3.1 -o ../gcc-3.1-objdir \
                   -c "--prefix=/usr/local/gcc-3.1 --enable-shared --with-gnu-as --with-gnu-ld --enable-languages=c++ --enable-debug --enable-threads" \
                   bootstrap
 
 cd gcc-3.1-objdir
 make install
 
 Where '/usr/local/gcc-3.1' was non-existant before.
 Yet, __c_file_type is not defined anywhere.
 
 -- 
 Carlo Wood <carlo@alinoe.com>


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

* Re: libstdc++/6812: Missing definition of __c_file_type
@ 2002-05-25 16:16 paolo
  0 siblings, 0 replies; 5+ messages in thread
From: paolo @ 2002-05-25 16:16 UTC (permalink / raw)
  To: carlo, gcc-bugs, gcc-prs, nobody

Synopsis: Missing definition of __c_file_type

State-Changed-From-To: open->closed
State-Changed-By: paolo
State-Changed-When: Sat May 25 12:56:26 2002
State-Changed-Why:
    Duplicate of libstdc++/6672: just make install to a clean
    target directory and everything will be ok.
    Thanks for your report, Paolo.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6812


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

* libstdc++/6812: Missing definition of __c_file_type
@ 2002-05-25  8:19 carlo
  0 siblings, 0 replies; 5+ messages in thread
From: carlo @ 2002-05-25  8:19 UTC (permalink / raw)
  To: gcc-gnats


>Number:         6812
>Category:       libstdc++
>Synopsis:       Missing definition of __c_file_type
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat May 25 06:16:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     carlo@alinoe.com
>Release:        3.1
>Organization:
>Environment:
i686-redhat-gnu-linux
>Description:
In file included from /usr/local/gcc-3.1/include/g++-v3/fstream:48,
                 from file.cc:1:
/usr/local/gcc-3.1/include/g++-v3/bits/basic_file.h:52: parse error before `{'
   token
>How-To-Repeat:
Compile the following file (a single line):

#include <fstream>

with g++-3.1 -c file.cc

If this is caused by me having glibc-2.2.4
then I think I should have been warned while
compiling g++-3.1.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-05-26 13:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-26  1:50 libstdc++/6812: Missing definition of __c_file_type Paolo Carlini
  -- strict thread matches above, loose matches on Subject: below --
2002-05-26  6:16 Carlo Wood
2002-05-25 16:56 Carlo Wood
2002-05-25 16:16 paolo
2002-05-25  8:19 carlo

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