[parisc-linux] ldconfig problems

Helge Deller deller@gmx.de
Thu, 23 Jan 2003 09:20:14 +0100


On Thursday 23 January 2003 02:34, Sir Ace wrote:
> I am having issues with the libraries from the 'out-of-box' debian 3.0 for
> parisc...
>
> -------------------------------------------------------------------------
> /tmp/ccywfbmB.o(.eh_frame+0x11): undefined reference to
> `__gxx_personality_v0'
> collect2: ld returned 1 exit status


Link your c++ object files with g++, not with ld.

Helge