Subject: Re: (xsrc) SharedXtReqs in NetBSD.cf?
To: port-amiga list <port-amiga@netbsd.org>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: port-amiga
Date: 10/25/1999 21:58:52
On Sun, Oct 24, 1999 at 09:36:22PM +0200, Ingolf Koch wrote:

> shouldn't there be a define for SharedXtReqs in
> /usr/xsrc/xc/config/cf/NetBSD.cf?
> 
> At least for NetBSD/amiga (current), I get for example:
> /usr/libexec/ld.so: Undefined symbol "_SmcSaveYourselfDone" in vim:/usr/X11R6/lib/libXt.so.6.0
> (with a current vim from /usr/pkgsrc). vim (and probably
> other programs using certain functions from libXt need
> at least to be linked against libSM and libICE, too.

All Xt programs, since about X11R6, need to be linked against libSM and libICE.
If you create your Makefile(s) using xmkmf, this is taken care of
automatically.

How is SharedXtReqs related to this?

	-is