[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How does one specify -Wall?
From: |
Stepan Kasal |
Subject: |
Re: How does one specify -Wall? |
Date: |
Wed, 20 Jul 2005 16:07:44 +0200 |
User-agent: |
Mutt/1.4.1i |
Hello,
On Wed, Jul 20, 2005 at 09:56:13AM -0400, David Ohlemacher wrote:
> Thank you so much Stepan.
I'm glad my answer was helpful.
> I'll go read about configure now. I would like it to build to a
> debug/src directory.
Try this:
tar xf foo-0.0.1.tar
cd foo-0.0.1
mkdir debug
cd debug
../configure CFLAGS=-Wall && make
Happy hacking,
Stepan