This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++/10217: problem in building libstdc++-v3


Synopsis: problem in building libstdc++-v3

State-Changed-From-To: feedback->closed
State-Changed-By: rearnsha
State-Changed-When: Thu Apr 10 09:37:30 2003
State-Changed-Why:
    This is the same problem as PR 10354. The correct way to build a cross-gcc compiler is to configure the compiler with the option
      --with-headers=<path-to-libc-sources>/include
    instead of 
      --without-headers
    
    You can't build the C++ compiler libraries without knowing where these are.

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


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