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, [], [
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_
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
_
"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
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
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
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