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: bkoz at redhat dot com
- 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 19:10:54 +0200
- CC: libstdc++ at sourceware dot cygnus dot com
- References: <Pine.SOL.3.91.1000630084422.11837B-100000@cse.cygnus.com>
> can't people just use the nightly source snapshots and configure with
> --enable-libstdcxx-v3?
Maybe I lost track about what the problem is, but: If you have a rpm
spec file, and now start configuring with --enable-libstdcxx-v3, the
resulting binary RPM could be easily incorrect. You have to tell the
spec file what files go into binary distribution. Without having
looked at the spec file in question, my guess is that it might not
pick up the libstdc++-v3 header file, as they live in a different
directory.
Regards,
Martin