Subject: Re: Shared library not found
To: John Hayward <John.C.Hayward@wheaton.edu>
From: Jared D. McNeill <jmcneill@invisible.yi.org>
List: current-users
Date: 09/05/2000 23:10:20
On Tue, 5 Sep 2000, John Hayward wrote:
> Any suggestions on what I should do to build xdvi so it will run without
> setting the environmental path?

Make sure that when the program is linking, that gcc gets passed the
option '-Wl,-R/usr/X11R6/lib'. That should solve the problem for
you; although pkgsrc is usually the easiest route to go :-)

Good luck,
Jared