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.d...@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
> _______________________________________________
> ekiga-devel-list mailing list
> ekiga-devel-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/ekiga-devel-list
_______________________________________________
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Reply via email to