This is the mail archive of the gcc@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]

Help with messages, linking errors


Can anyone make sense out of the following messages and point me in the
right direction to hunt down the problem? I have no clue where to start
looking.


RUNNING  g++ -v -Wl,-warn-once
-L/var/tmp/obj_storage/rjschwei/build60/6-0/object/linux/External
-L/usr/abaqus60/6-0/object/linux/External
-L/var/tmp/obj_storage/rjschwei/build60/6-0/object/linux/exec/lbr
-L/var/tmp/obj_storage/rjschwei/build60/6-0/object/linux/Python/Obj/lbr
-L/usr/abaqus60/6-0/object/linux/exec/lbr
-L/usr/abaqus60/6-0/object/linux/Python/Obj/lbr
-L/usr/X11R6/lib -o ../../exec/launcher lnc_StartLauncher.o
/var/tmp/obj_storage/rjschwei/build60/6-0/object/linux/lnc/impl/objects.a

Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs

gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
 /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/collect2 -m elf_i386
-dynamic-linker
/lib/ld-linux.so.2 -o ../../exec/launcher /usr/lib/crt1.o
/usr/lib/crti.o
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/crtbegin.o
-L/var/tmp/obj_storage/rjschwei/build60/6-0/object/linux/External
-L/usr/abaqus60/6-0/object/linux/External
-L/var/tmp/obj_storage/rjschwei/build60/6-0/object/linux/exec/lbr
-L/var/tmp/obj_storage/rjschwei/build60/6-0/object/linux/Python/Obj/lbr
-L/usr/abaqus60/6-0/object/linux/exec/lbr
-L/usr/abaqus60/6-0/object/linux/Python/Obj/lbr
-L/usr/X11R6/lib -L/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66
-L/usr/i386-redhat-linux/lib -warn-once lnc_StartLauncher.o
/var/tmp/obj_storage/rjschwei/build60/6-0/object/linux/lnc/impl/objects.a
-lstdc++ -lm
-lgcc -lc -lgcc /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/crtend.o
/usr/lib/crtn.o
/var/tmp/obj_storage/rjschwei/build60/6-0/object/linux/lnc/impl/objects.a(lnc_Launcher.o):

In function `ios::tie(void) const':
lnc_Launcher.o(.text+0x0): multiple definition of `ios::tie(void) const'

lnc_StartLauncher.o(.text+0x0): first defined here
/var/tmp/obj_storage/rjschwei/build60/6-0/object/linux/lnc/impl/objects.a(lnc_Launcher.o):

In function `ios::tie(ostream *)':
lnc_Launcher.o(.text+0xc): multiple definition of `ios::tie(ostream *)'
lnc_StartLauncher.o(.text+0xc): first defined here
/var/tmp/obj_storage/rjschwei/build60/6-0/object/linux/lnc/impl/objects.a(lnc_Launcher.o):

In function `ios::fill(void) const':
lnc_Launcher.o(.text+0x20): multiple definition of `ios::fill(void)
const'
lnc_StartLauncher.o(.text+0x20): first defined here
/var/tmp/obj_storage/rjschwei/build60/6-0/object/linux/lnc/impl/objects.a(lnc_Launcher.o):

In function `ios::fill(wchar_t)':
lnc_Launcher.o(.text+0x2c): multiple definition of `ios::fill(wchar_t)'
lnc_StartLauncher.o(.text+0x2c): first defined here
/var/tmp/obj_storage/rjschwei/build60/6-0/object/linux/lnc/impl/objects.a(lnc_Launcher.o):

In function `ios::flags(void) const':
lnc_Launcher.o(.text+0x40): multiple definition of `ios::flags(void)
const'
lnc_StartLauncher.o(.text+0x40): first defined here
/var/tmp/obj_storage/rjschwei/build60/6-0/object/linux/lnc/impl/objects.a(lnc_Launcher.o):

In function `ios::flags(unsigned long)':
lnc_Launcher.o(.text+0x4c): multiple definition of `ios::flags(unsigned
long)'
lnc_StartLauncher.o(.text+0x4c): first defined here
/var/tmp/obj_storage/rjschwei/build60/6-0/object/linux/lnc/impl/objects.a(lnc_Launcher.o):

In function `ios::precision(void) const':
lnc_Launcher.o(.text+0x60): multiple definition of `ios::precision(void)
const'
lnc_StartLauncher.o(.text+0x60): first defined here
/var/tmp/obj_storage/rjschwei/build60/6-0/object/linux/lnc/impl/objects.a(lnc_Launcher.o):

In function `ios::precision(int)':
lnc_Launcher.o(.text+0x6c): multiple definition of `ios::precision(int)'

There are a ton of additional messages, all along the same line as the
once above. Any help is appreciated.

Thanks,
Robert

--
Robert Schweikert                      MAY THE SOURCE BE WITH YOU
rjschwei@mindspring.com                         LINUX




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