Help in AC_CHECK_LIB

2005-07-26 Thread madan m raj
Hi, I want to check for two libraries libIL.so and libILU.so so, i included the below lines in the configure.in script so as to get the flags -lILU and -lIL - #Find the DevIL library AC_CHECK_LIB (IL, ilSaveImage, [], [

Help in AC_CHECK_LIB

2005-07-26 Thread madan m raj
Hi, Attached my configure.in script I want to check for two libraries libIL.so and libILU.so so, i included the below lines in the configure.in script so as to get the flags -lILU and -lIL - #Find the DevIL library AC_CHECK_

Re: Help in AC_CHECK_LIB

2005-07-26 Thread Stepan Kasal
Hello, On Tue, Jul 26, 2005 at 08:29:52AM -, madan m raj wrote: > AC_CHECK_LIB (IL, ... m4 doesn't allow the space before opening parenthesis. With the space, AC_CHECK_LIB is expanded without any parameters. > Thanks You are welcome. Stepan Kasal _

Re: Help in AC_CHECK_LIB

2005-07-26 Thread Andreas Schwab
"madan m raj" <[EMAIL PROTECTED]> writes: > AC_CHECK_LIB (IL, ilSaveImage, [], [ ^ Drop the space. In m4, a macro call must be followed immediately by the open paren for being recognized as the start of a parameter list. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] Su

Re: Re: Help in AC_CHECK_LIB

2005-07-26 Thread madan m raj
Thanks for all your help. Its working fine ;) Madhan Raj M On Tue, 26 Jul 2005 Stepan Kasal wrote : >Hello, > >On Tue, Jul 26, 2005 at 08:29:52AM -, madan m raj wrote: > > AC_CHECK_LIB (IL, ... > >m4 doesn't allow the space before opening parenthesis. > >With the space, AC_CHECK_LIB is exp

Mac OS X library path woes / issues / complaints

2005-07-26 Thread tom fogal
Hi all, I'm trying to make a project that uses the GNU scientific library, and having trouble getting it to build comfortable on the Mac. The problem is the location of the GSL libraries. When building from source, they are put (appropriately, at least IMHO) in /usr/local/lib. Darwinports puts the

Re: enable/disable configure options for subpackages

2005-07-26 Thread Bob Rossi
On Fri, Jul 15, 2005 at 12:14:44PM +0200, Stepan Kasal wrote: > Hello, > > On Thu, Jul 14, 2005 at 03:36:48PM -0400, Bob Rossi wrote: > > > > Is there a way to pass in --disable-shared to the AC_CONFIG_SUBDIRS? > > I apologize for the wrong answer I gave previously. > > No, I don't know about an