This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL 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: Macro works OK, but aclocal says "macro `AM_PATH_GSL' notfoundin library"


On Tue, 8 Apr 2003, Dr. David Kirkby wrote:
> Ronald Landheer-Cieslak wrote:
> > Where does the macro "live"?
> > If you've put it in a file in a subdirectory (e.g. m4/gsl.m4) you should
> > add the proper -I option to aclocal:
> > $ aclocal -Im4
> > so aclocal will search in that directory for the missing macros.
> The macros are in the top-level directory where configure.ac lives, so
> I'm surprised this is necessary.
> 
> After making several changes along the lines of those suggested by
> everyone here, I now have a configure.ac that creates a configure
> script, without producting any error messages!! It also runs without any
> error messages!! But alas my problems are not over, as the Makefile
> exits with the error message 
What error message would that be? I'd be (very) surprised if your macro 
call just got copied to the Makefile, so I'd WAG that there's a new error 
here :)

Please post the exact error message given by make.

rlc



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