This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libstdc++-2.90.4 and egcs-19990314 on i586-pc-linux-gnu


Hello,

I had some problems to build libstdc++-2.90.4 with egcs-19990314 on
i586-pc-linux-gnu.

It didn't build until I had made small changes in three files:

libstdc++/src/misc-inst.cc
libstdc++/bits/locfacets.h
libstdc++/src/locale-inst.cc

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'

Best Regards!
Marc

-- 
Marc Girod                Hiomo 5/1          Voice:  +358-9-511 23746
Nokia Telecommunications  P.O. Box 320       Mobile: +358-40-569 7954
NWS/NMS/NMS for Data      00045 NOKIA Group  Fax:    +358-9-511 23580
                          Finland            marc.girod@ntc.nokia.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]