[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Conventions for library naming



Marcelo E. Magallon wrote:
> On Thu, Feb 18, 1999 at 09:12:45AM -0500, Mitch Blevins wrote:
> 
> > Great, thanks!
> > http://www.mozart-oz.org/download/srctar.shtml
> 
> in mozart/aclocal.m4, look for 
> 
> 	OZ_CHECK_LIB_PATH(gmp, mpz_init,
> 
> and change that to
> 
> 	OZ_CHECK_LIB_PATH(gmp2, mpz_init,
> 
> I had to download and unpack mozart on va, and right now (16:31 GMT) my net
> connection to almost everywhere sucks. (like if there's a time of the day
> when it doesn't :-\ )
> 
> After looking at aclocal.m4, it's pretty obvious this guys rewrote a great
> deal of AC_ functions, and put wrappers arround some more. 
> OZ_CHECK_LIB_PATH calls OZ_CHECK_LIB, which in turn calls OZ_TRY_LINK, which
> is a wrapper for AC_TRY_LINK
> 
> I'm pretty sure that change should do the trick.  After you change
> aclocal.m4, run autoconf, and then ./configure.

Thanks much.  Will try it.
And uhmmm... I assume the original poster will also.

-Mitch


Reply to: