Patches item #1930701, was opened at 2008-04-01 00:28 Message generated for change (Settings changed) made by xovo 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: Open Resolution: None 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
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1930701...