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]

Re: fail to build libstdc++ in gcc-2.95


> Has anybody an idea why I can not build the run time libstdc++ included
> in the egcs-1.1.2/gcc-2.95 source package. This problem also existed on
> egcs-1.1.2 and persists on gcc-2.95. I use --enable-shared option with
> configure. But it insists on not building libstdc++ without an error
> report. Even a libstdc++ directory is not configured in objdir although
> it exists in the root of source tree.

There should not be a libstdc++ directory in objdir. Instead, it
should be in objdir/<target> (e.g. i586-pc-linux-gnu). Also, this is
not created until after cc1plus has been built. Please follow the
build instructions carefully.

Regards,
Martin


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