Re: how best specify lib and include paths for garnome ?



On Mon, Sep 29, 2003 at 11:04:38AM +0100, Ijonas Kisselbach wrote:
> Hi,
> 
> I'm building garnome-0.27.1 on RH9. During the 'configure' of
> gnome-vfs-extras it comes a across a dependency check for libsmbclient..
> My instance of Samba isn't spread across /usr/lib and /usr/include, but
> instead resides below /usr/local/samba. 
> 
> Is there a global garnome config file where I can add extra lib and
> include paths ?

In gar.conf.mk, add

-I/usr/local/samba/include

to the CPPFLAGS line, and

-L/usr/local/samba/lib

to the LDFLAGS line, and both to the CFLAGS line.

-- 
GPG public key:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x9D5B8762



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