Follow-up Comment #2, bug #45081 (project gnustep): for base it works, this is why I ask. If it can be made work for everythin, I would prefer that, much much more user-friendly! I would then import the fix in GWorkspace.
By default configure does't import anything. I think this is the bit in base that does the magic: 1048 #-------------------------------------------------------------------- 1049 # Find the compiler 1050 #-------------------------------------------------------------------- 1051 if test "$CC" = ""; then 1052 CC=`gnustep-config --variable=CC` 1053 fi 1054 if test "$CPP" = ""; then 1055 CPP=`gnustep-config --variable=CPP` 1056 fi 1057 if test "$CXX" = ""; then 1058 CXX=`gnustep-config --variable=CXX` 1059 fi 1060 AC_PROG_CC 1061 AC_PROG_CPP 1062 AC_USE_SYSTEM_EXTENSIONS 1063 1064 MAKECC=`gnustep-config --variable=CC` 1065 if test "$CC" != "$MAKECC"; then 1066 AC_MSG_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]) 1067 exit 1 1068 fi 1069 _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?45081> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-gnustep mailing list Bug-gnustep@gnu.org https://lists.gnu.org/mailman/listinfo/bug-gnustep