This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

/usr/include/c++/4.2/exception:59: multiple definition of `root_category'


porting win32 project to linux, after resolving all incompatibilities still
have weird "multiple definition":

bin/gcc-4.2.4/debug/lobby.o:/usr/include/c++/4.2/exception:59: multiple
definition of `root_category'
bin/gcc-4.2.4/debug/database.o:/usr/include/c++/4.2/bits/locale_facets.tcc:2560:
first defined here
bin/gcc-4.2.4/debug/main.o:/usr/include/c++/4.2/bits/locale_classes.h:464:
multiple definition of `root_category'
bin/gcc-4.2.4/debug/database.o:/usr/include/c++/4.2/bits/locale_facets.tcc:2560:
first defined here
bin/gcc-4.2.4/debug/dbcore.o:/usr/include/c++/4.2/exception:59: multiple
definition of `root_category'
bin/gcc-4.2.4/debug/database.o:/usr/include/c++/4.2/bits/locale_facets.tcc:2560:
first defined here
bin/gcc-4.2.4/debug/aes.o:/usr/include/c++/4.2/bits/locale_classes.h:464:
multiple definition of `root_category'
bin/gcc-4.2.4/debug/database.o:/usr/include/c++/4.2/bits/locale_facets.tcc:2560:
first defined here

and no idea where to look for any clue

thanks in advance for any help
-- 
View this message in context: http://www.nabble.com/-usr-include-c%2B%2B-4.2-exception%3A59%3A-multiple-definition-of-%60root_category%27-tp20182543p20182543.html
Sent from the gcc - Help mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]