This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: a bug the rpm spec file or in the makefile ?
- To: lfarkas at mindmaker dot hu
- Subject: Re: a bug the rpm spec file or in the makefile ?
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Fri, 30 Jun 2000 23:25:37 +0200
- CC: bkoz at redhat dot com, libstdc++ at sourceware dot cygnus dot com
- References: <Pine.LNX.4.21.0006302101200.13258-100000@ai.inside>
> 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