public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* c++ link problems
@ 2001-11-05 10:04 Zrinka Bilusic
  0 siblings, 0 replies; only message in thread
From: Zrinka Bilusic @ 2001-11-05 10:04 UTC (permalink / raw)
  To: gcc-help

>
> Help!
> I am trying to compile some c++ code (this is on Mac OS 10.1) and I 
> keep getting messages like these:
> c++ -o fast    -Wcomment -Wformat -DUSE_TRACING -DHAVE_XDBE 
> -no-cpp-precomp -Wno-long-double -O -I. -I/usr/local/fsl/include -I. 
> -I/usr/local/fsl/include/zimage -L. -L/usr/local/fsl/lib  fast.o 
> mriseg.o imagebase.o image.o palette.o  -lZImageio -lZImagePro -lZMath 
> -lZCommon
>
> /usr/bin/ld: multiple definitions of symbol ___vt_t6ZImage1ZUc
> fast.o private external definition of ___vt_t6ZImage1ZUc in section 
> (__DATA,__coalesced)
> image.o definition of ___vt_t6ZImage1ZUc in section (__DATA,__const)
> /usr/bin/ld: multiple definitions of symbol ___vt_t6ZImage1Zf
> .
> .
> .
> ---------------
>
> I did a grep on the *.o files these errors refer to and I get a match. 
> When I do grep on the corresponding source files I do not get a match. 
> The error list is longer, but it is always the same symbol in question: 
> __vt_t****. It seems that this is something that is created at compile 
> time (because there was no problem creating the *.o files). I don't 
> know c++ so I am very confused here. Is there a way around this?
>
> THANKS!!!
> Zrinka

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-11-16  1:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-05 10:04 c++ link problems Zrinka Bilusic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).