gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Newest Commit Could be improved


From: Jackie Gleason
Subject: Newest Commit Could be improved
Date: Wed, 7 Dec 2011 21:24:17 -0500

The one of the last commits added the following to the configure...

MAKECC=`gnustep-config --variable=CC`
if test "$CC" != "$MAKECC"; then
  { { $as_echo "$as_me:$LINENO: error: You are running configure with the compiler ($CC) set to a different value from that used by gnustep-make ($MAKECC).  Please run configure again with your environment set to match your gnustep-make" >&5
$as_echo "$as_me: error: You are running configure with the compiler ($CC) set to a different value from that used by gnustep-make ($MAKECC).  Please run configure again with your environment set to match your gnustep-make" >&2;}
   { (exit 1); exit 1; }; }
  exit 1
fi 

Shouldn't this be changed to ...

MAKECC=`$MAKE/gnustep-config --variable=CC`

So if I am cross compiling I can use the MAKE variable to specify where the gnustep-make is? My case is that I am compiling for Android ARM using a Ubuntu x64 machine



reply via email to

[Prev in Thread] Current Thread [Next in Thread]