This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


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

Re: build error (2)


Tom.Williams@diversifiedsoftware.com wrote:

> I, personally, don't see any reason why you would want to get the new front
> end into the 2.95.x releases.  I'm happy to wait until 3.x to get the gcj
> support.  One of the things that makes me SOO anxious to keep up with the
> egcs snapshots is libstdc++-v3 became the default C++ library and when I
> installed the egcs snapshot with this config (v3 as default), it clobbered
> my gcc-2.95.2 libstdc++ libs and now I can't link ANY of my C++ programs,
> even with g++ 2.95.2.

It shouldn't do that. The old libs and V3 co-exist peacefully on my system. I
havn't tried building anything with 2.95.2, but RedHat's 2.96 seems to link
the right libs just fine.

> I haven't taken the time to re-install anything
> because I prefer to install stuff from source.  I've also upgraded to
> glibc-2.2 and I can't build gcc-2.95.2 due to compile errors I'm getting in
> the libstdc++-v3 code.
>
> Does anyone know the configure option to enable the libstdc++-v2 instead of
> v3 or am I stuck with v3?

--disable-libstdcxx-v3 ? But you probibly don't want to do that. libgcj won't
work without v3 (actually, it doesn't need libstdc++ at all, but it does need
libsupc++ - which only builds as part of v3)

regards

  [ bryce ]



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