This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


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

Re: a bug the rpm spec file or in the makefile ?


> 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

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