bug-gnustep
[Top][All Lists]
Advanced

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

[bug #30638] 'configure' for gnustep-startup-0.25.0 should use '$CC' rat


From: Craig Hadady
Subject: [bug #30638] 'configure' for gnustep-startup-0.25.0 should use '$CC' rather than 'gcc'
Date: Tue, 03 Aug 2010 12:33:55 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.7) Gecko/2009032606 Red Hat/3.0.7-3.el4 Firefox/3.0.7

URL:
  <http://savannah.gnu.org/bugs/?30638>

                 Summary: 'configure' for gnustep-startup-0.25.0 should use
'$CC' rather than 'gcc'
                 Project: GNUstep
            Submitted by: craigh
            Submitted on: Tue 03 Aug 2010 12:33:54 PM GMT
                Category: Makefiles
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Line 7175 of 'configure' reads:

cc1objpath=`gcc -print-prog-name=cc1obj`

which fails if the native compiler is not gcc (mine is gcc4.5)

change to:

cc1objpath=`$CC -print-prog-name=cc1obj`

to fix.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30638>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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