This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

[Question] about cygwin


Hi ? I am Seung-Hoon Lee. Now days, I have ported some sources on 
win32. There were no errors during compile-time, but I have met the 
below errors during linking-time. I don't understnad the error. How 
can I overcome them ? Could you help me ?

                                            
                                          Thanks.


make --unix
ld -r -o svr svr.o cubit.o ../lib/libcorba.a
../lib/libcorba.a: In function `align_binary(unsigned int, unsigned 
int)':
//d/iiop1v4/lib/runtime/..\\..\\lib\\runtime/align.hh:46: multiple 
definition of
 `CORBA_Any::operator delete(void *)'
svr.o(.text$__dl__9CORBA_AnyPv+0x0)://d/iiop1v4/test/svr.cpp: first 
defined here

../lib/libcorba.a: In function `align_binary(unsigned int, unsigned 
int)':
//d/iiop1v4/lib/runtime/..\\..\\lib\\runtime/align.hh:46: multiple 
definition of
 `CORBA_Environment::CORBA_Environment(void)'
svr.o(.text$__17CORBA_Environment+0x0)://d/iiop1v4/test/svr.cpp: 
first defined h
ere
../lib/libcorba.a:


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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