Subject: Re: Running program with qt-1.42 has a problem.
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Ruey-Shyang Guo <rsguo@ms25.hinet.net>
List: port-i386
Date: 02/15/1999 16:30:51
Hi,
Compiling statically seems to does not work. The full message is:
/usr/lib/exec/ld.so: Undefined symbol "_XSetErrorHandler" called from
musicbox:/usr/X11R6/libqt.so.1.42 at 0x40169f34
I think that this is concerned with 'ld.so'.

Manuel Bouyer wrote:
> 
> On Sun, Feb 14, 1999 at 03:27:29PM +0800, Ruey-Shyang Guo wrote:
> > I am tring to port musicbox-1.01p2(a front-interface of mpg123) from
> > FreeBSD to NetBSD-1.3.3. I installed qt-1.42 from packages system for
> > compiling it. I compile it successfully. But when I run it, it just
> > print a error message: Undefined symbol "_XSetErrorHandler"...
> > What does this message mean? Thanks for your answer!!
> 
> Sounds like it was not linked with all the needed libraries (some symbols
> are only resolved dynamically). Could you try to compile your program
> statically ?
> 
> --
> Manuel Bouyer <bouyer@antioche.eu.org>
> --