Re: Linke error



ranganath ramachandra wrote:
: > dld.sl: Unresolved symbol: symbol not found: __PureVirtualCalled
: > (/opt/odbc32v52/lib/libivicu22.sl)

I'm not sure how that unsat message occurred with just ldd?

: this symbol is defined in /usr/lib/libCsup.2. apparently the odbc libraries
: are C++, so you have to compile and link your application using aCC, which
: will make sure that the C++ runtime libraries are linked in as required.

The aC++ documentation tells you how to package aC++ libs to be used with C:
http://www.docs.hp.com/en/7762/5991-4874/distributing.htm#linking
.



Relevant Pages

  • pthread
    ... If I compile a program with -pthread should the program show links to ... both libc and libc_r in the output of ldd? ... To unsubscribe, ...
    (freebsd-questions)
  • Re: wrong ELF class: ELFCLASS32
    ... ldd /usr/ucblib/librpcsoc.so ... As you can see the message you are getting shows that you are pointing ... The solution is to insure you compile with a compiler that is 64bit ... capable or any shared object is 64 bit format. ...
    (comp.unix.solaris)
  • Re: no Hello World!!
    ... I used to compile on a Red Hat ... box and run on Debian Woody earlier and that worked just fine. ... #ldd a.out ...
    (comp.os.linux.development.apps)
  • Re: no Hello World!!
    ... I used to compile on a Red Hat ... box and run on Debian Woody earlier and that worked just fine. ... Case 1 (compiled on FC6 run on Debian): ... #ldd a.out ...
    (comp.os.linux.development.apps)