Re: gal & iconv
- From: Ole Aamot <ole gnu org>
- To: Niklas Saers Mailinglistaccount <niklasmls saers com>
- Cc: gnome-list gnome org
- Subject: Re: gal & iconv
- Date: 06 Jan 2001 18:06:07 +0100
* Niklas Saers Mailinglistaccount <niklasmls saers com>
| Hi. I try building gal from cvs, but I get
|
| checking for iconv in -liconv... no
| checking for iconv... no
| configure: error: You need to install a working iconv implementation, such
| as http://clisp.cons.org/~haible/packages-libiconv.html
|
| which is strange because of
|
| /usr/local/lib/libiconv.so
| /usr/local/lib/libiconv.so.2
| /usr/local/include/giconv.h
| /usr/local/include/iconv.h
|
| which are all recently built.
gal uses standard GNU Autoconf, Automake and Libtool
like most other GNOME packages.
You can override the default installation path with:
- "./autogen.sh --prefix=/GNOME" for sources in CVS
- "./configure --prefix=/GNOME" for tar-ball source
If you are building gal from CVS with gcc, try:
export LDFLAGS="-L/usr/local/lib -R/usr/local/lib"
export LD_LIBRARY_PATH="/usr/local/lib"
export LD_RUN_PATH="/usr/local/lib"
./autogen.sh --with-libiconv=/usr/local
On GNU/Linux, you could optionally add "/usr/local/lib" in
/etc/ld.so.conf
Hope this helps.
-- Ole
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]