public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Problem with "multiply defined ..."
@ 2001-02-01 11:17 Zhi-Wei Lu
  2001-02-01 12:16 ` Alexandre Oliva
  0 siblings, 1 reply; 2+ messages in thread
From: Zhi-Wei Lu @ 2001-02-01 11:17 UTC (permalink / raw)
  To: gcc-help

Hi Gcc Gurus,

I am trying to compile pgp 6.5.8 on an Compaq Tru64 UNIX 4.0f
system using gcc 2.95.2. Since pgp 6.5.8 is not ported to Tru64 UNIX yet,
I am having a lot of problem trying to compile.  Finally, I am reaching the
point to link the pgp executable, but I  am getting this message:

g++ -g -O2 -g  main.o args.o pgp.o getopt.o fileio.o config.o doencode.o dodecode.o lists.o keyview.o keygen.o keyadd.o keyremove.o keyedit.o keyexport.o keymaint.o keysign.o keyrevoke.o more.o groups.o match.o misc.o pgpAcquireEntropy.o pgpLanguage.o ../shared/pgpDiskWiper.o ../shared/pgpClientErrors.o -o pgp -L/usr/local/lib -L../../../libs/pfl -L../../../libs/pgpcdk/unix -L -L/usr/shlib -lPGPui -lPGPsdkNetwork -lPGPsdk -lpfl -lpthreads  -lm 
/usr/bin/ld:
/opt/pkg/gnu/lib/gcc-lib/alphaev6-dec-osf4.0f/2.95.2/libgcc.a(exception.o): terminate(void): multiply defined
/opt/pkg/gnu/lib/gcc-lib/alphaev6-dec-osf4.0f/2.95.2/libgcc.a(exception.o): __eh_alloc: multiply defined
/opt/pkg/gnu/lib/gcc-lib/alphaev6-dec-osf4.0f/2.95.2/libgcc.a(exception.o): __cp_push_exception: multiply defined
/opt/pkg/gnu/lib/gcc-lib/alphaev6-dec-osf4.0f/2.95.2/libgcc.a(exception.o): __cp_pop_exception: multiply defined
/opt/pkg/gnu/lib/gcc-lib/alphaev6-dec-osf4.0f/2.95.2/libgcc.a(exception.o): __uncatch_exception: multiply defined
/opt/pkg/gnu/lib/gcc-lib/alphaev6-dec-osf4.0f/2.95.2/libgcc.a(tinfo2.o): int type_info function: multiply defined
/opt/pkg/gnu/lib/gcc-lib/alphaev6-dec-osf4.0f/2.95.2/libgcc.a(tinfo.o): __rtti_si: multiply defined
/opt/pkg/gnu/lib/gcc-lib/alphaev6-dec-osf4.0f/2.95.2/libgcc.a(tinfo.o): __rtti_user: multiply defined
collect2: ld returned 1 exit status
make: *** [pgp] Error 1


What will be the fix for this symptom ?  Thank you very much for your help.
By the way, I have successfully (with a lot pain, of course)  compiled pgp 6.5.8 on IRIX 6.5, 
if anyone is interested, I can send a copy to you.
-- 
Zhi-Wei Lu 		
CIPIC (Center for Image Processing and Integrated Computing)
UC Davis 	  	Phone:	(530)-752-0494
Davis, CA 95616		Fax:   	(530)-752-8894


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Problem with "multiply defined ..."
  2001-02-01 11:17 Problem with "multiply defined ..." Zhi-Wei Lu
@ 2001-02-01 12:16 ` Alexandre Oliva
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 2001-02-01 12:16 UTC (permalink / raw)
  To: Zhi-Wei Lu; +Cc: gcc-help

On Feb  1, 2001, Zhi-Wei Lu <zwluxx@chopin.cipic.ucdavis.edu> wrote:

> I am trying to compile pgp 6.5.8 on an Compaq Tru64 UNIX 4.0f

> /opt/pkg/gnu/lib/gcc-lib/alphaev6-dec-osf4.0f/2.95.2/libgcc.a(exception.o): terminate(void): multiply defined

IIRC, this problem is documented in the platform-specific installation
instructions of GCC.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-02-01 12:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-01 11:17 Problem with "multiply defined ..." Zhi-Wei Lu
2001-02-01 12:16 ` Alexandre Oliva

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).