bug-automake
[Top][All Lists]
Advanced

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

Re: ICC


From: Akim Demaille
Subject: Re: ICC
Date: Thu, 03 Jul 2003 11:16:46 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

Sorry, I didn't have enough to evaluate your suggestion, but anyway I
experience problems with the current depcomp:

src/codegen/mips % :> .deps/codegen.Po                           nostromo 11:03
src/codegen/mips % make                                          nostromo 11:03
source='codegen.cc' object='codegen.o' libtool=no \
depfile='.deps/codegen.Po' tmpdepfile='.deps/codegen.TPo' \
depmode=icc /bin/sh ../../../config/depcomp \
icc -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../../../src    -g -Wall 
-wd111,193,279,383,444,654,810,981,1418  -c -o codegen.o codegen.cc
rm -f libcodegen_mips.a
ar cru libcodegen_mips.a spim-layout.o spim-assembly.o codegen.o runtime.o 
ranlib libcodegen_mips.a
src/codegen/mips % make                                          nostromo 11:05
.deps/codegen.Po:120: *** missing separator.  Stop.

This is codegen.Po:

Attachment: codegen.Po
Description: Text document


and this is what Icc produces (without the call to depcomp):

src/codegen/mips % icc -DHAVE_CONFIG_H -I. -I. -I../../.. -I ../../../src -g 
-Wall -wd111,193,279,383,444,654,810,981,1418 -c -o codegen.o codegen.cc -MD 
-MF .deps/codegen.TPo


Attachment: codegen.TPo
Description: Text document

Note that this is true icc 7.1 (not a hidden call the distcc).

(if you want to play with this failure, this is LRDE's tc).  I'm very
sorry, but I don't have time to study this at all (today).

The Tpo file is the same with or without the warning options.

reply via email to

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