mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Warn the user that GNUstep doesn't work with the NeXT Objective C
runtime. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1821 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1537fc493f
commit
bcbe46a7d6
1 changed files with 5 additions and 0 deletions
|
@ -97,6 +97,11 @@ if test $NeXTCC = 0; then
|
|||
ac_ext=$saved_ac_ext
|
||||
if test $NeXT_runtime = 1; then
|
||||
AC_MSG_RESULT(no: NeXT runtime)
|
||||
AC_MSG_ERROR(Sorry GNUstep doesn't yet work with the NeXT runtime.
|
||||
Type `setenv CC gcc -fgnu-runtime' and run ./configure again.
|
||||
If you are interested in having GNUstep work with the NeXT runtime
|
||||
please contact Andrew McCallum <mccallum@gnu.ai.mit.edu>.)
|
||||
# Not reached, for now...
|
||||
LIBOBJC=''
|
||||
CC="$CC -fnext-runtime"
|
||||
# Make sure that we get NeXTs objc/*.h files
|
||||
|
|
Loading…
Reference in a new issue