Patches item #1930701, was opened at 2008-04-01 00:28 Message generated for change (Settings changed) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1930701...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata-dev Group: feature
Status: Closed
Resolution: Fixed Priority: 5 Private: No Submitted By: Thomas Grill (xovo) Assigned to: Miller Puckette (millerpuckette) Summary: configure for a compiler other than cc
Initial Comment: the patch below against makefile.in (0.41-4) allows for a configuration run like
CC=gcc-4.3 ./configure --disable-fat
where gcc-4.3 will be used as the compiler
--- makefile.ori.in 2008-04-01 02:23:18.000000000 +0200 +++ makefile.in 2008-04-01 02:23:28.000000000 +0200 @@ -32,6 +32,7 @@ -Wno-unused -Wno-parentheses -Wno-switch ARCH_CFLAGS = -DPD
+CC = @CC@ CFLAGS = @CFLAGS@ $(ARCH_CFLAGS) $(WARN_CFLAGS) $(CPPFLAGS) $(MORECFLAGS)
# the sources
----------------------------------------------------------------------
Comment By: SourceForge Robot (sf-robot)
Date: 2011-05-31 11:20
Message: This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig) Date: 2011-05-17 10:38
Message: with the new autobuild based system, this has been included.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1930701...