On Tue, Jul 31, 2001 at 06:54:23PM -0700, Brad Benedict wrote:
> > Check to see if it happens with all makefiles, or really only for
> > programs with auto-generated makefiles.
>
> If it already comes with a Makefile, it works.
>
> > If it truly only happens to things you run configure for, we can
> > probably conclude that it's not a problem with GCC, but with the
> > generated configure scripts. Usually, having autoconf and automake is
> > not required, and are not used in production packages (they're for
> > developers only), so it's probably not with them, either. Most likely
> > some tool that the configure script relies on isn't working the way
> > it's expected to.
>
> My friend suggested it might be my libs, but I don't really know how to
> tell.
I don't see how it could be the libs if it works fine with
hand-written Makefiles.
Micah