bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grep 2.5: CFLAGS


From: Bernhard Rosenkraenzer
Subject: Re: grep 2.5: CFLAGS
Date: Fri, 15 Mar 2002 11:21:40 +0100 (CET)

On Thu, 14 Mar 2002, Karl Berry wrote:

> In grep 2.5, under red hat [gnu/]linux 7.2, the CFLAGS variable ends up
> getting assigned -I/usr/include/pcre.  Thus, when I overrode with
> CFLAGS=-g, the build failed (errors below).

Doing it the right way(tm) works:
Try

CFLAGS="-g" ./configure --whatever
make

rather than

./configure --whatever
make CFLAGS="-g"

LLaP
bero

-- 
This message is provided to you under the terms outlined at
http://www.bero.org/terms.html




reply via email to

[Prev in Thread] Current Thread [Next in Thread]