> GNUSTEP Internal Error: > The private GNUstep function to establish the argv and environment > variables was not called. > Please report the error to [EMAIL PROTECTED] > > Uncaught exception NSInternalInconsistencyException, reason: > GNUSTEP Internal Error: > The private GNUstep function to establish the argv and environment > variables was not called. > Please report the error to [EMAIL PROTECTED]
This is normally caused by a configuration problem when configuring gnustep-base. Check the output of ./configure when run in gnustep-base ... you want to look for the following stuff - checking if +load method is executed before main... yes checking kernel support for /proc filesystem... yes checking use of fake-main definition... no The fact you're using RH 7.1 might be the problem ... if it includes a gcc 2.96.x compiler, that doesn't work, you need to install gcc 3.0.3 and use it (look on the gnu.gnustep.discuss mailing list (or newsgroup) archives for a discussion of how to install and use it with gnustep. _______________________________________________ Help-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-gnustep
