>
> Hi!
>
> Well, I wish to write programs with openstep look'n feel, and I
> were glad when I discovered GNUstep.
Welcome! :-)
> I downloaded dgs and gnustep 0.6.5.
> I installed the RPMs of the last release I found for dgs, and I compiled
> GNUstep Libraries.
Uhm - dgs is very interesting but it is still for experimenting.
I suggest using xgps (which does not require dgs) as backend for now,
which is quite stable and usable instead.
[To other developers - perhaps we should think about writing this
out more clearly in the GNUstep HOWTO and in related introductions]
> After installation, I modified /etc/profile file adding to it GNUstep.sh
> in /usr/GNUstep/Makefiles directory, in order to let compile objective C
> programs with GNUstep libs. Then, I tried to compile the tests programs
> (or some user-apps) and I could compile them without problems, But I can't
> run them.
You need to run them as follows:
openapp ProcViewer.app
The 'README' in the directory core/Testing/ should have a more complete
explanation of how to run them.