bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: gettext-0.10.36 question/concern/problem ??


From: Bruno Haible
Subject: Re: gettext-0.10.36 question/concern/problem ??
Date: Fri, 20 Apr 2001 20:03:13 +0200 (CEST)

Warren L Dodge wrote on 2001-04-07:
> However, several of the commands are using the libiconv.so.2 library
> and when the program runs the library is not found.

You can remedy by a) setting LD_LIBRARY_PATH, or

> So, my question is:
>
>        How can I get the -R switch set when building gettext

Before configuring gettext, set your CPPFLAGS environment variable to
    CPPFLAGS="-I/my/path/include"
and your LDFLAGS environment variable to
    LDFLAGS="-L/my/path/lib -R/my/path/lib"

Similar things are explained in the INSTALL file.

Bruno



reply via email to

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