public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libstdc++/3198
@ 2001-06-18 13:06 John Clemens
  0 siblings, 0 replies; only message in thread
From: John Clemens @ 2001-06-18 13:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: John Clemens <clemej@deater.net>
To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org,
        nobody@gcc.gnu.org, pere@hungry.com
Cc:  
Subject: Re: libstdc++/3198
Date: Mon, 18 Jun 2001 15:09:37 -0400

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3198&database=gcc
 
 This same problems is happening to Slackware 7.1 (modified) w/glibc2.2, 
 and keeps me from compiling and using gcc-3.0 final (well, g++ at 
 least).  Whats the status of this? is the diff provided the correct fix?
 
 what header file mixups cause this problem? here's the exact error 
 messages when compiling: (with cut-n-paste errors)
 
 /bin/sh ../libtool --tag CXX --mode=compile 
 /home/clemej/gcc-bins/gcc/xgcc -B/home/clemej/gcc-bins/gcc/ -nostdinc++ 
   -L/home/clemej/gcc-bins/i686-slackware-linux/libstdc++-v3/src 
 -L/home/clemej/gcc-bins/i686-slackware-linux/libstdc++-v3/src/.libs 
 -B/usr/i686-slackware-linux/bin/ -B/usr/i686-slackware-linux/lib/ 
 -isystem /usr/i686-slackware-linux/include -nostdinc++ 
 -I../../../../gcc-3.0/libstdc++-v3/include 
 -I../../../../gcc-3.0/libstdc++-v3/include/std 
 -I../../../../gcc-3.0/libstdc++-v3/include/c_std -I../include 
 -I../../../../gcc-3.0/libstdc++-v3/libsupc++ -I../libio 
 -I../../../../gcc-3.0/libstdc++-v3/libio 
 -I../../../../gcc-3.0/libstdc++-v3/libmath                      -g -O2 
 -D_GNU_SOURCE -fno-implicit-templates           -Wall -Wno-format -W 
 -Wwrite-strings -Winline  -fdiagnostics-show-location=once 
     -ffunction-sections -fdata-sections  -g    -c 
 ../../../../gcc-3.0/libstdc++-v3/src/stdexcept.cc
 /home/clemej/gcc-bins/gcc/xgcc -B/home/clemej/gcc-bins/gcc/ -nostdinc++ 
 clemej/gcc-bins/i686-slackware-linux/libstdc++-v3/src 
 -L/home/clemej/gcc-bins/i686-slackware-linux/libstdc++-v3/src/.libs 
 -B/usr/i686-slackware-linux/bin/ -B/usr/i686-slackware-linux/lib/ 
 -isystem /usr/i686-slackware-linux/include -nostdinc++ 
 -I../../../../gcc-3.0/libstdc++-v3/include 
 -I../../../../gcc-3.0/libstdc++-v3/include/std 
 -I../../../../gcc-3.0/libstdc++-v3/include/c_std -I../include 
 -I../../../../gcc-3.0/libstdc++-v3/libsupc++ -I../libio 
 -I../../../../gcc-3.0/libstdc++-v3/libio 
 -I../../../../gcc-3.0/libstdc++-v3/libmath -g -O2 -D_GNU_SOURCE 
 -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline 
 -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g 
 -c ../../../../gcc-3.0/libstdc++-v3/src/stdexcept.cc  -fPIC -DPIC -o 
 .libs/stdexcept.o
 In file included from 
 ../../../../gcc-3.0/libstdc++-v3/include/bits/fpos.h:40,
                   from 
 ../../../../gcc-3.0/libstdc++-v3/include/bits/char_traits.h:40,
                   from 
 ../../../../gcc-3.0/libstdc++-v3/include/bits/std_string.h:41,
                   from ../../../../gcc-3.0/libstdc++-v3/src/stdexcept.cc:34:
 ../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:126: 
 `fgetwc'
     not declared
 ../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:127: 
 `fgetws'../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:128: 
 `fputwc'
     not declared
 ../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:129: 
 `fputws'
     not declared
 ../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:130: 
 `fwide'
     not declared
 ../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:131: 
 `fwprintf'
     not declared
 ../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:132: 
 `fwscanf'
     not declared
 ../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:133: 
 `getwc'
     not declared
 ../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:134: 
 `getwchar'
     not declared
 ../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:139: 
 `putwc'
     not declared
 ../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:140: 
 `putwchar'
     not declared
 ../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:141: 
 `swprintf'../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:142: 
 `swscanf'
     not declared
 ../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:143: 
 `ungetwc'
     not declared
 ../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:144: 
 `vfwprintf'
     not declared
 ../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:145: 
 `vfwscanf'
     not declared
 ../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:146: 
 `vswprintf'
     not declared
 ../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:147: 
 `vswscanf'
     not declared
 ../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:148: 
 `vwprintf'
     not declared
 ../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:149: 
 `vwscanf'
     not declared
 ../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:156: 
 `wcsftime'../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:174: 
 `wprintf'
     not declared
 ../../../../gcc-3.0/libstdc++-v3/include/c_std/bits/std_cwchar.h:175: 
 `wscanf'
     not declared
 make[3]: *** [stdexcept.lo] Error 1
 make[3]: Leaving directory 
 `/home/clemej/gcc-bins/i686-slackware-linux/libstdc++-v3/src'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory 
 `/home/clemej/gcc-bins/i686-slackware-linux/libstdc++-v3'
 make[1]: *** [all-recursive-am] Error 2
 make[1]: Leaving directory 
 `/home/clemej/gcc-bins/i686-slackware-linux/libstdc++-v3'
 make: *** [all-target-libstdc++-v3] Error 2
 clemens:~/gcc-bins $ cd ../gcc-3.0/libstdc++-v3/include/c_std/bit
 
 
 
 john.c
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-06-18 13:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-18 13:06 libstdc++/3198 John Clemens

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