Problem running gui apps in Freebsd 4.8
Michael Johnson <[email protected]>
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2004-02-03 at 17:01 +0000, Adam Ballai wrote: > > ln -s /usr/X11R6/lib/libXcursor.so.1 /usr/X11R6/lib/libXcursor.so.1.0 > > that should solve the problem. > I thought the same thing but according to Pav (see below) pnet does not load libraries properly, I've been looking through the source of pnet to find a fix but I have come up empty handed so far. michael > On Mar 26, 2004, at 12:17 AM, Michael Johnson wrote >> this lets nim run >> ln -s /usr/X11R6/lib/libXcursor.so.1 /usr/X11R6/lib/libXcursor.so.1.0 >> >> I dunno how to fix that from the pnet port? >> What do you suggest ? > I haven't responded. You have to fix pnet to load libraries in > libFoo.so.X format, because that's the way it's done on FreeBSD. > My first guess is that you need to look on libtool. > > -- > Pav Lucistnik <[email protected]> > <[email protected]>