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