I do have another small issue, which is performance over X. If I am running any gnustep apps (Gorm, GWorkspace, etc) over an X lan link, graphical performance of the app is extremely poor, ie it takes up to 5 seconds for a repaint of the entire GWorkspace window.
This is not true of any other X app that I've found, including Firefox, Gentoo filemanager, and other FMs, where the performance degradation over X is the sub-second lag that one would expect, maybe 250ms.
Any ideas here?
Regards,
Jason Thomas
On 12/3/05, Adam Fedor <[EMAIL PROTECTED]> wrote:
On Nov 30, 2005, at 9:42 PM, Jason Thomas wrote:
> Trying to build any GNUstep apps on OpenSuse 10, I get the following
> error messages during the make:
>
> Linking tool fswatcher ...
>
> /usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld:
> warning:
> libcallback.so.0, needed by
> /usr/GNUstep/System/Library/Libraries/libgnustep-bas
> e.so, not found (try using -rpath or -rpath-link)
>
> /usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld:
> warning:
> libavcall.so.0, needed by
> /usr/GNUstep/System/Library/Libraries/libgnustep-base.
> so, not found (try using -rpath or -rpath-link)
> /usr/GNUstep/System/Library/Libraries/libgnustep-base.so: undefined
> reference to
> `__builtin_avcall'
>
How did you build ffcall? On some platforms it must be built like this:
./configure --enable-shared --disable-static
_______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
