Indiana Unversity logo[ConceptGCC]

ConceptGCC :

Re: Major merge on Subversion trunk

From: Matthias Troyer (troyer_at_[hidden])
Date: 2007-02-08 10:22:22


On 7 Feb 2007, at 13:38, Doug Gregor wrote:

> Hi all,
>
> I've just committed a major update to ConceptGCC on the Subversion
> trunk, which merges in the latest prerelease versions of GCC 4.3 with
> the latest updates to ConceptGCC. If you're using ConceptGCC directly
> from Subversion, you should expect some instability for a little
> while.

Hi Doug,

Unfortunately this no longer compiles on my MacOX X machine:

gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -
Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -
Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -o cc1-dummy
c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o
c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-
semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o
prefix.o c-objc-common.o c-dump.o c-pch.o c-parser.o darwin-c.o c-
gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o dummy-checksum.o \
   main.o tree-browser.o libbackend.a ../libcpp/libcpp.a ../
libdecnumber/libdecnumber.a ../libcpp/libcpp.a ./../intl/libintl.a -
liconv ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/sw/
lib -lmpfr -lgmp
/usr/bin/ld: multiple definitions of symbol _where_clause_lookup
c-lang.o definition of _where_clause_lookup in section (__DATA,__common)
stub-objc.o definition of _where_clause_lookup in section
(__DATA,__common)
c-errors.o definition of _where_clause_lookup in section
(__DATA,__common)
c-lex.o definition of _where_clause_lookup in section (__DATA,__common)
c-pragma.o definition of _where_clause_lookup in section
(__DATA,__common)
c-decl.o definition of _where_clause_lookup in section (__DATA,__common)
c-typeck.o definition of _where_clause_lookup in section
(__DATA,__common)
c-convert.o definition of _where_clause_lookup in section
(__DATA,__common)
c-aux-info.o definition of _where_clause_lookup in section
(__DATA,__common)
c-common.o definition of _where_clause_lookup in section (__DATA,__data)
c-opts.o definition of _where_clause_lookup in section (__DATA,__common)
c-format.o definition of _where_clause_lookup in section
(__DATA,__common)
c-semantics.o definition of _where_clause_lookup in section
(__DATA,__common)
c-ppoutput.o definition of _where_clause_lookup in section
(__DATA,__common)
c-cppbuiltin.o definition of _where_clause_lookup in section
(__DATA,__common)
c-objc-common.o definition of _where_clause_lookup in section
(__DATA,__common)
c-dump.o definition of _where_clause_lookup in section (__DATA,__common)
c-pch.o definition of _where_clause_lookup in section (__DATA,__common)
c-parser.o definition of _where_clause_lookup in section
(__DATA,__common)
darwin-c.o definition of _where_clause_lookup in section
(__DATA,__common)
c-gimplify.o definition of _where_clause_lookup in section
(__DATA,__common)
c-pretty-print.o definition of _where_clause_lookup in section
(__DATA,__common)
c-omp.o definition of _where_clause_lookup in section (__DATA,__common)
collect2: ld returned 1 exit status
make[3]: *** [cc1-dummy] Error 1
make[2]: *** [all-stage1-gcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [all] Error 2

Do you have a clue what is wrong?

Matthias