bug-lib-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with building libstdcc++-v3


From: DAlessandro, Larry (GEAE)
Subject: Problem with building libstdcc++-v3
Date: Tue, 3 Jul 2001 17:32:05 -0400

Hello All,

Hope I've got this question to the right group, if not I apologize.  I'm
trying to build gcc-3.0, on Red Hat Linux 2.4. I've already built and
installed the latest binutils (2.11).  I'm building to run with the djgpp
dos cross compiler. I supplied two switches to the configure step,
--target=i586-pc-msdosdjgpp --prefix=/usr/local.  What happens is that it
gets into building the globals.cc file and generates assembly code that the
assembler (/usr/local/i586-pc-msdosdjgpp/bin/as) cannot digest -
here's the 4 lines from the file that as chokes on:

 .def __vptr$basic_ios<char,std::char_traits<char> >; .val 0;
 .def __vptr$basic_istream<char,std::char_traits<char> >; .val 0;
 .def __vptr$basic_ostream<char,std::char_traits<char> >; .val 0;
 .def __vptr$basic_streambuf<char,std::char_traits<char> >; .val 0;

I don't have the exact as message here, but it was quite terse and said
basically, Error .

Any ideas/help will be greatly appreciated 

Thanks

Larry


Larry D'Alessandro
e GE Aircraft Engines
1000 Western Avenue
MZ14008
Lynn, MA 01910
ph 781-594-1852 / fax 781-594-4703
e-mail address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]