> >
> > AFAIR, you have to change
> > CFLAGS=$(CFLAGS) ./configure [...]
> > to
> > CFLAGS="$(CFLAGS)" ./configure [...]
> > in debian/rules.
>
> Wouldn't
>
> CFLAGS += .configure [...]
>
> be a lot easier in most cases?
That's a totally different notion :P
We're trying to se
> >
> > AFAIR, you have to change
> > CFLAGS=$(CFLAGS) ./configure [...]
> > to
> > CFLAGS="$(CFLAGS)" ./configure [...]
> > in debian/rules.
>
> Wouldn't
>
> CFLAGS += .configure [...]
>
> be a lot easier in most cases?
That's a totally different notion :P
We're trying to se
On Fri, Nov 07, 2003 at 05:12:29PM +0100, Eike Sauer wrote:
> José Oliveira schrieb:
> > This is second package that I try to build and generates this exactly
> > error. what it must be made?
>
> AFAIR, you have to change
> CFLAGS=$(CFLAGS) ./configure [...]
> to
> CFLAGS="$(CFLAG
José Oliveira schrieb:
> This is second package that I try to build and generates this exactly
> error. what it must be made?
AFAIR, you have to change
CFLAGS=$(CFLAGS) ./configure [...]
to
CFLAGS="$(CFLAGS)" ./configure [...]
in debian/rules.
Ciao,
Eike
On Fri, Nov 07, 2003 at 05:12:29PM +0100, Eike Sauer wrote:
> José Oliveira schrieb:
> > This is second package that I try to build and generates this exactly
> > error. what it must be made?
>
> AFAIR, you have to change
> CFLAGS=$(CFLAGS) ./configure [...]
> to
> CFLAGS="$(CFLAG
José Oliveira schrieb:
> This is second package that I try to build and generates this exactly
> error. what it must be made?
AFAIR, you have to change
CFLAGS=$(CFLAGS) ./configure [...]
to
CFLAGS="$(CFLAGS)" ./configure [...]
in debian/rules.
Ciao,
Eike
--
To
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 st
On Fri, Nov 07, 2003 at 12:52:48PM -0300, José Oliveira wrote:
> Hi all! Somebody can say me what is happening? I'm trying to build a
> .deb and it's generating this error when I run dpkg-buildpackage:
>
> # Add here commands to configure the package.
> CFLAGS=-Wall -g -O2 ./configure --host=i386-
Hi all! Somebody can say me what is happening? I'm trying to build a
.deb and it's generating this error when I run dpkg-buildpackage:
# Add here commands to configure the package.
CFLAGS=-Wall -g -O2 ./configure --host=i386-linux --build=i386-linux
--prefix=/usr --mandir=\${prefix}/share/man
--in
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 st
On Fri, Nov 07, 2003 at 12:52:48PM -0300, José Oliveira wrote:
> Hi all! Somebody can say me what is happening? I'm trying to build a
> .deb and it's generating this error when I run dpkg-buildpackage:
>
> # Add here commands to configure the package.
> CFLAGS=-Wall -g -O2 ./configure --host=i386-
Hi all! Somebody can say me what is happening? I'm trying to build a
.deb and it's generating this error when I run dpkg-buildpackage:
# Add here commands to configure the package.
CFLAGS=-Wall -g -O2 ./configure --host=i386-linux --build=i386-linux
--prefix=/usr --mandir=\${prefix}/share/man
--in
12 matches
Mail list logo