The gnustep-gui configure seems to run great, but I am getting hung
up on the following error
when running make
Making all for bundle RTFConverter...
- - -
Linking bundle RTFConverter ...
/usr/bin/ld: warning can't open dynamic library: libgnustep-
base.dylib.1.18 (checking
for undefined symbols may be affected) (No such file or
directory, errno = 2)
/usr/bin/ld: Undefined symbols:
_NSClassFromString referenced from libgnustep-gui.dylib.0.16
expected to be defined
in libgnustep-base.dylib.1.18
/* contuing with a long list of undefined symbols */
I don't have a clue why this error is happening. libgnustep-
gui.dylib.0.16 exists in /usr/
GNUstep/Local/Library/Libraries which is in my DYLD_LIBRARY_PATH.
So far everything I've tried
has resulted in the exact same error.