On Dec 23, 2006, at 10:28 AM, Dominique Dhumieres wrote:
Building gcc4-4.3.0-20061223 on OSX 10.3 failed with:
...
gcc -g -fkeep-inline-functions -no-cpp-precomp -
DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute
-fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/
genconstants \
build/genconstants.o build/rtl.o build/read-rtl.o build/ggc-
none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/
print-rtl.o build/errors.o ../build-powerpc-apple-darwin7/libiberty/
libiberty.a
ld: warning prebinding disabled because of undefined symbols
ld: Undefined symbols:
_integer_nonzerop
_integer_zerop
This was seen on a few platforms. I think it's due to zdenek's patch.
-eric