-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
first of all, add autoconf@xxxxxxx 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 ---
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
> > Autoconf@xxxxxxx
> > 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 ---
_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf