On Nov 14, 2006, at 3:13 AM, Dominique Dhumieres wrote:
Since the problem is still there in gcc4-4.3.0-20061111 and I did
not get
any answer, I tried the following:
(1) I replaced gcc/config/darwin.h by the file from
gcc4-4.3.0-20061028,
and the build was done without obvious problem.
(2) Using the gcc/config/darwin.h from gcc4-4.3.0-20061111, I
replaced:
#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
by
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
Please remove your changes from your tree, re-pull the current
mainline and try building again. See my posting test results posting
in http://gcc.gnu.org/ml/gcc-testresults/2006-11/msg00708.html for
details on how I got those results. You don't have to apply the
referenced patch, as I already checked it into mainline.
You can run as -v to see what version of cctools you have.
Let me know if that works for you.