Re: Unable to resolve the symbols in shared library
- From: Tomás Ó hÉilidhe <toe@xxxxxxxxxxx>
- Date: Mon, 16 Jun 2008 05:43:47 -0700 (PDT)
On Jun 16, 1:38 pm, sunil <sunil....@xxxxxxxxx> wrote:
On Jun 16, 5:28 pm, Tomás Ó hÉilidhe <t...@xxxxxxxxxxx> wrote:
On Jun 16, 1:20 pm, sunil <sunil....@xxxxxxxxx> wrote:
---------------------------------------------
symbol not found: main (./libxauthn.so)
/platform/SUNW,Sun-Fire-T200/lib/libc_psr.so.1
symbol not found:
checkPropagateCustomCdasErrors (./libxauthn.so)
/usr/lib/cpu/sparcv8plus/libCstd_isa.so.1
------------------------------------
Maybe a 3rd party library is calling that function? Or maybe it's
called by the application's "start up" code?
How to diagnose the problem whether third party function is calling or
not?
Am unaware where and how to dig into the problem.
I should have paid more attention to the error. Given that you're
getting a "symbol not found" error for "main", it definitely looks
like the problem is with the "start up" code, i.e. the secret code
that gets executed before main.
I'd say the problem is either:
1) The compiler is corrupt and needs to be reinstalled
2) The project options are screwed up
Try creating a brand new project and copying all the header and source
files to it, then re-compile.
If that doesn't work, re-install the compiler.
.
- Follow-Ups:
- References:
- Unable to resolve the symbols in shared library
- From: sunil
- Re: Unable to resolve the symbols in shared library
- From: Tomás Ó hÉilidhe
- Re: Unable to resolve the symbols in shared library
- From: sunil
- Unable to resolve the symbols in shared library
- Prev by Date: Re: Unable to resolve the symbols in shared library
- Next by Date: Re: Unable to resolve the symbols in shared library
- Previous by thread: Re: Unable to resolve the symbols in shared library
- Next by thread: Re: Unable to resolve the symbols in shared library
- Index(es):
Relevant Pages
|