On Fri, Nov 07, 2003 at 12:52:48PM -0300, José Oliveira wrote: > This is second package that I try to build and generates this exactly > error. what it must be made?
It is a known error in dh-make (Bug #213118), simply quote the "$(CFLAGS)" part in the line containing the ./configure command to start like this: CFLAGS="$(CFLAGS)" ./configure --host=..... Michael