[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: no libgnustep-xgps.so.0.6.9?
From: |
Nicola Pero |
Subject: |
Re: no libgnustep-xgps.so.0.6.9? |
Date: |
Mon, 18 Jun 2001 09:31:41 +0100 (BST) |
> I compiled and installed gnustep-gui-0.6.9 and gnustep-xgps-0.6.9.
> There is libgnustep-gui.so.0.6.9 in
> /usr/local/GNUstep/Libraries/ix86/linux-gnu/gnu-gnu-gnu, but there is no
> libgnustep-xgps.so.0.6.9. Should it be so?
Yes ! :-)
the graphic backend (xgps in this case) is now compiled as a bundle (which
is sort of a plug-in), and dynamically loaded at run-time.
one the big advantages is that by setting a different user default, you
can tell the library to use a different backend (for example, xdps, the
postscript one), without having to relink the application.