bug-gnulib
[Top][All Lists]
Advanced

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

libunistring.m4 macro does not support --with-libunistring


From: Christian Grothoff
Subject: libunistring.m4 macro does not support --with-libunistring
Date: Fri, 06 Jan 2012 20:39:59 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20111004 Lightning/1.0b1 Icedove/3.0.11

We're using the libunistring.m4 macro from gnulib to test for libunistring.

However, I get user complaining that it doesn't support specifying an install path for the library:

https://gnunet.org/bugs/view.php?id=2060

The reporter writes:
>>
My command line: ./configure --prefix=/home/gnunet --with-extractor=/home/gnunet --with-libmicrohttpd=/home/gnunet --with-libunistring-prefix=/usr/local
The error in config.log:
configure:22576: checking for libunistring
configure:22595: gcc -o conftest -fno-strict-aliasing -Wall -g -O2 -I/home/gnunet/include -L/home/gnunet/lib conftest.c -lm -ldl -lunistring >&5
conftest.c:83:21: error: uniconv.h: No such file or directory
conftest.c: In function 'main':
conftest.c:87: warning: implicit declaration of function 'u8_strconv_from_locale'
configure:22595: $? = 1

As you can see there is no -I/usr/local/include -L/usr/local/lib like you would expect.
<<

The macro is from:
http://www.gnu.org/software/gnulib/MODULES.html#module=libunistring

I'd appreciate a fix ;-).


Happy hacking,

Christian



reply via email to

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