[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question about GNUstep Make 2 and compilation
From: |
Benoit |
Subject: |
Re: Question about GNUstep Make 2 and compilation |
Date: |
Sun, 25 May 2008 10:58:17 +0200 |
Le 24 mai 08, à 13:20, Nicola Pero a écrit :
On my iBook, when I changed a header file and type "make" to compile
the project, all the source files importing this header where
recompiled. Now on my Powerbook, when I do the same thing, nothing is
done.
Check for the line
"checking if the compiler supports autodependencies... yes: gcc
version is 4.1 >= 3.0"
when you ./configure gnustep-make. It is the feature you are looking
for :-)
Does it say 'yes' or 'no' ?
It says no :
configure:5789: checking for the GCC version
configure:5816: result: version: 3.3.3.3
configure:5824: checking if the compiler supports autodependencies
./configure: line 5834: test: 3.3: integer expression expected
configure:5839: result: no: gcc version is 3.3.3.3 < 3.0
My compiler is : gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build
1671), it was exactly the same on my old computer
If it says 'no', you can try manually editing config.make and changing
snip...
Thanks, it solves the problem.
I submit a bug report : #23353 but can't manage to provide a fix for
the configure script.