gnu-arch-users
[Top][All Lists]
Advanced

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

Re: [Gnu-arch-users] Problems building Bazaar 1.3.2


From: John A Meinel
Subject: Re: [Gnu-arch-users] Problems building Bazaar 1.3.2
Date: Wed, 27 Apr 2005 02:12:16 -0500
User-agent: Mozilla Thunderbird 1.0.2-1.3.2 (X11/20050324)

Jérôme Marant wrote:
Hi,

For some reasons, I had to install gpgme in a non-standard location.

After spending some time fighting with package-framework, I did not
find any way to tell the build system where to look for my gpgme
headers and libs. (There are no docs around and ./configure --help
does not tell anything about it).

Could someone please enlighten me?

TIA.

Cheers,

--
Jérôme Marant

The easiest thing to do, is to supply it in the CFLAGS env variable. So
you can do:

export CFLAGS='-O2 -Wall -I/path/to/gpgme/include -L/path/to/gpgme/lib'
make

You should also be able to do:
make CFLAGS='-O2 -Wall -I/path/to/gpgme/include -L/path/to/gpgme/lib'

I don't know of an easy way to supply the location to ./configure.

John
=:->

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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