Re: [Ekiga-devel-list] CFLAGS for ptlib and opal



At the time I noticed this (maybe 1 year ago), it was not so simple to get rid of CFLAGS, or perhaps I looked only at opal.

I will take a new look as soon as I find time, thanks.

On 13/04/14 22:16, John Smith wrote:
Hrm.

ptlib's configure seems to modify CFLAGS like this:

CFLAGS="-g -O2"

overwriting the current values


instead of

CFLAGS+="-g -O2"

adding to the current values


Looks like that needs fixing....




On Sun, Apr 13, 2014 at 9:52 PM, Eugen Dedu
<Eugen Dedu pu-pm univ-fcomte fr> wrote:
On 13/04/14 21:43, John Smith wrote:

Hi,


In the compiling instructions
(http://wiki.ekiga.org/index.php/Compiling_Ekiga#Compiling_instructions)
it is stated that the use of the CFLAGS variable is not reliable. I
was wondering if this is still the case ? And if so, what seems to be
the issue ? I would like to use the CFLAGS var.


I think this is still the case.  ptlib and opal wrongly define some
configuration flags in CFLAGS, and if you use CFLAGS then those flags are
not used anymore.  The end result is that compilation fails or that
execution of ekiga fails, I do not remember exactly which one.

--
Eugen



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