|
From: Dominik V. <dom...@gm...> - 2003-06-10 14:37:10
|
The Makefile.am's in 1.9.6 override thew user settings for CFLAGS and CXXFLAGS and use the deprecated INCLUDES automake directive. Instead they should use AM_CFLAGS, AM_CXXFLAGS and AM_CPPFLAGS (patch attached). With the patch you say $ make CFLAGS="-O2" without later compile errors. Bye Dominik ^_^ ^_^ |