a bug the rpm spec file or in the makefile ?

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Fri Jun 30 14:30:00 GMT 2000


> it'll contain, since it includes
> /usr/local/include/g+*
> /usr/local/lib/libstdc++-3-libc*-%{STDC_VERSION}.a
> /usr/local/lib/libstdc++-3-libc*-%{STDC_VERSION}.so
> /usr/local/lib/libstdc++-libc*.a.3
> /usr/local/lib/libstdc++-libc*.so.3
> (anyway for /usr/local a define would be useful:-)

Ok, so the headers will show up in the RPM. The library itself won't;
on my system, it installed itself as

libstdc++.a
libstdc++.la
libstdc++.so -> libstdc++.so.3.0.0
libstdc++.so.3 -> libstdc++.so.3.0.0
libstdc++.so.3.0.0

> but I don't know what is the result of --enable-libstdcxx-v3 ?
> does it cause to install just v3 (and not v2) ? 

Yes, that's the case.

Regards,
Martin


More information about the Libstdc++ mailing list