Subject: Re: Running program with qt-1.42 has a problem.
To: Ruey-Shyang Guo <rsguo@ms25.hinet.net>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: port-i386
Date: 02/14/1999 20:40:06
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>
--