This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
-I/usr/include (was: fixinc...)
- To: gcc at gcc dot gnu dot org, Daniel Elstner <daniel dot elstner at gmx dot net>, Russ Allbery <rra at stanford dot edu>
- Subject: -I/usr/include (was: fixinc...)
- From: Bruce Korb <bkorb at veritas dot com>
- Date: Mon, 18 Jun 2001 08:46:38 -0700
- Reply-To: Bruce Korb <bkorb at pacbell dot net>
Russ wrote:
> It's *never* been correct to add -I/usr/include. I'm amazed
> that there are still packages making this mistake; like I said,
> I've hardly ever run into a package with this problem.
That seems a little strong. If you ever run into a package
that uses:
`guile-config compile`
on the command line, you will run into it. It turns out that
package developers do not have complete control over their
command line options. :-} OTOH, I don't think it GCC's place
to correct Guile's problem. But it is another data point.