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

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

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


From: Jérôme Marant
Subject: Re: [Gnu-arch-users] [Resolved] Problems building Bazaar 1.3.2
Date: Wed, 27 Apr 2005 15:38:58 +0200
User-agent: Internet Messaging Program (IMP) 3.2.5

Quoting John A Meinel <address@hidden>:

> 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'

It didn't seem to work that way.

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

After some grepping into the code, I discovered the EXTRA_CFLAGS variable.

  EXTRA_CFLAGS="-I/path/to/gpgme/include -L/path/to/gpgme/lib" make

works.

Thanks!

PS: It's too bad Bazaar people were unwilling to reply to such a simple
request (my messages to address@hidden were probably sent to /dev/null).

--
Jérôme Marant




reply via email to

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