This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Running aclocal in libstdc++-v3 directory


> My rule of thumb: Check the options in automake's generated
> Makefile.in.
> 
> You probably need a -I path.
> 
> -- 
> Daniel Jacobowitz
> CodeSourcery

Ah, I see "ACLOCAL_AMFLAGS = -I .  -I ..  -I ../config", if I add those
-I options to my aclocal call I get no errors or warnings when running
aclocal.

Thanks for the tip.

Steve Ellcey
sje@cup.hp.com


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