Hello,<br><br>Thanks, I removed them and put them in my /etc/make.conf file !<br><br>Regards,<br>Cedric<br><br><div class="gmail_quote">2009/9/15 Enrico Tröger <span dir="ltr"><<a href="mailto:enrico.troeger@uvena.de">enrico.troeger@uvena.de</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Sat, 12 Sep 2009 10:54:51 +0200, Cédric wrote:<br>
<br>
Hi,<br>
<br>
>Thanks for your explanations :-) That's important to me to understand<br>
>how it works !<br>
<br>
on a side note, while fixing this issue you put the -fno-common flag in<br>
your Makefile.am. This can be problematic when users have other<br>
compilers than gcc and these compilers may not know the -fno-common<br>
option. Most of the compiler flags are not common (except things like<br>
-o, -c and -g) and so you should avoid using them in build system files<br>
as much as possible. Same goes for -Wall.<br>
<br>
If you still want to use them, just add:<br>
CFLAGS="-Wall -fno-common"<br>
export CFLAGS<br>
<br>
to your ~/.bashrc or ~/.profile or the config file of whatever shell you<br>
are using.<br>
<br>
Regards,<br>
Enrico<br>
<font color="#888888"><br>
--<br>
Get my GPG key from <a href="http://www.uvena.de/pub.asc" target="_blank">http://www.uvena.de/pub.asc</a><br>
</font><br>_______________________________________________<br>
Geany-devel mailing list<br>
<a href="mailto:Geany-devel@uvena.de">Geany-devel@uvena.de</a><br>
<a href="http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel" target="_blank">http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel</a><br>
<br></blockquote></div><br>