bug-gnustep
[Top][All Lists]
Advanced

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

[bug #45081] gui and back do not pick up compiler setting


From: Riccardo Mottola
Subject: [bug #45081] gui and back do not pick up compiler setting
Date: Tue, 12 May 2015 09:16:20 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33.1

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/




reply via email to

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