This is the mail archive of the gcc-help@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]

Re: There is no head file named "new.h".


On Jul  6, 2001, ness <ness@zh.t2-design.com> wrote:

> But one head file named "new.h" is not existent, which we must invoke.

> bash$ make -w all-gcc install-gcc LANGUAGES="c c++"

You're building and installing the compiler collection without the
corresponding libraries.  new.h is part of libstdc++-v3.

Use `make bootstrap' and `make install', as per the installation
instructions.  If you don't want all languages, configure
--enable-languages=c++ (C is always built).

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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