Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Oct 1997 21:00:56 -0700
From:      "Robin Walsh" <rtwalsh@ix.netcom.com>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   shared libraries
Message-ID:  <199710030401.XAA25156@dfw-ix12.ix.netcom.com>

next in thread | raw e-mail | index | archive | help
Hello,

I have been pulling my hair out trying to get the latest version of
libstdc++.so.2.7.2.  However, I keep getting this error when it is linking:

ld: exceptioni.o: relocation must refer to global symbol at 0x27f

It is trying to link the files in the pic/ directory.  However, when I try
to do:

ld -Bshareable -o libstdc++.so.2.7.2 from the libstdc++ directory (i.e.
code compiled without the -fpic option), it seems to make this shared
library no problem (although, I do not know if it works yet).  

Any ideas about what is doing on?

Thanks.

Robin.
rtwalsh@ix.netcom.com





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710030401.XAA25156>