autoconf
[Top][All Lists]
Advanced

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

[Fwd: Re: Clips with autoconf]


From: Harald Servat
Subject: [Fwd: Re: Clips with autoconf]
Date: Thu, 12 Apr 2007 18:37:00 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20061027)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Hello,

  first of all, add address@hidden to the mailers. If I can't answer,
maybe another can.

  I would suggest you locate that "EnvUserFunctions" symbol (not
undefined, a real TEXT or DATA component) and then force CHECK_LIB to
use the container of this symbol.

  If EnvUserFunctions is on libblabla.so maybe a hardcoded solution
would be to set LIBS="-lblabla" before calling AC_CHECK_LIB

Regards,

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFGHmAswMPeuqUCg9wRAkG9AJsFWCWhOI9JH8zbEJs0Xwc51JGOcwCfW8yX
Xqzit1umF5xCDiVyoWmJKdk=
=rAay
-----END PGP SIGNATURE-----
--- Begin Message --- Subject: Re: Clips with autoconf Date: Thu, 12 Apr 2007 17:41:13 +0200
El jue, 12-04-2007 a las 14:21 +0200, Harald Servat escribió:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> mac wrote:
> > Hi,
> > 
> > i have this line in a configure.in:
> > AC_CHECK_LIB([clips], [Clear])
> > 
> > i have libclips installed and is in /usr/lib, but when the check is
> > passed says that it doesnt exist.
> > 
> > Any ideas?
> 
> What does config.log say?

configure:5971: gcc -o conftest -g -O2   conftest.c -lclips  -lm  >&5 
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libclips.so: undefined
reference to `EnvUserFunctions'

I think why this check doesnt work, is necessary to define a function
called EnvUserFunctions, because is an undefined symbol.

How could i make this check work?
> 
> > Thanks in advance
> > 
> > 
> > 
> > _______________________________________________
> > Autoconf mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/autoconf
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (FreeBSD)
> 
> iD8DBQFGHiRnwMPeuqUCg9wRAhjTAJ0U+dCOQcSVOGYog3fF3rAKV53/PwCeOP56
> TnYZtpUxUYhWk3+Q6kFMTVM=
> =YuNk
> -----END PGP SIGNATURE-----


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]