This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project. See the libstdc++ home page for more information.
> I had some problems to build libstdc++-2.90.4 with egcs-19990314 on > i586-pc-linux-gnu. I'm just now working with current egcs and current libstdc++ sources. I should have this fixed in a bit, and will let you know what I find. > It didn't build until I had made small changes in three files: template param redeclaration? I fixed this 2 days ago in CVS. > Also, after I rebuilt with -fnew-abi, and tried to build a small demo, > I got the following: > > % g++ -fnew-abi -L/home/marc/H-libstdc++/lib -I/home/marc/H-libstdc++/include -o foo foo.C > foo.C: In function `int main()': > foo.C:36: `cout' undeclared in namespace `std' > foo.C:46: `endl' undeclared in namespace `std' haven't tried the -fnew-abi build. Can you post a bit more on what sources you are trying to compile? Also, see the libstdc++/testsuite/27/27hello.cc app if you are just trying to do hello world. . . best, Benjamin