I just commanded './configure', then 'make', rather than './InstallGNUstep', but failed with error message.
*********************************************************************
* Startup configuration report *
*********************************************************************
--------------------------------------------------------------
W109 Warning
For security reasons, your make program will not pass LD_LIBRARY_PATH
along. This might not cause any problems, but if you do encounter any
errors installing GNUstep, you may need to start again and use
'sudo ./InstallGNUstep' or 'su root; ./InstallGNUstep'.
When installing other applications, you also may need to install
as root, or use 'sudo make LD_LIBRARY_PATH=$LD_LIBRARY_PATH install'.
--------------------------------------------------------------
W151 Error
You do not have the GNU Objective-C headers installed.
Check to make sure you have a full installation of the GCC
compiler that includes the Objective-C headers and libraries.
Ignore this warning on MingW. The Objective-C library will be insatlled
by Startup anyway.
--------------------------------------------------------------
I199 Information
GNUstep is not installed yet. Please proceed with installation of GNUstep
as long as you have resolved other errors listed here.
--------------------------------------------------------------
W272 Warning
You do not have a recent version of the libobjc library. Startup
will install one.
--------------------------------------------------------------
E281 Error
I don't seem to be able to use your Objective-C compiler to produce
working binaries! Please check your Objective-C compiler installation.
For gcc-3.0.x make sure that your compiler's libgcc_s and libobjc
can be found by the dynamic linker - usually that requires you to add
the directory given by gcc -print-file-name=libobjc.so to your
LD_LIBRARY_PATH or /etc/ld.so.conf.
Please refer to your compiler installation instructions for more help.
*********************************************************************
Please correct the above errors before installing GNUstep
If you don't understand something or think a test is in error,
please email
bug-gnustep@gnu.org and send the /usr/GNUstep/gnustep-startup-0.25.0/build/logs.tar.gz file
make: *** [all] Error 1
I did not make sure that how I could check one by one according to the issues, but at the end of the message, I thought I might be able to get some help to solve this problem by sending the compressed log file.
For some comment, I failed this job through './InstallGNUstep', as well as the four separate packages including GNU make and so on.
So I downloaded and installed 'GNU make'(make-3.82.tar.gz) and 'gdb'(gdb-7.2.tar.gz) according to the page.