[PD-dev] [ pure-data-Patches-1930701 ] configure for a compiler other than cc

SourceForge.net noreply at sourceforge.net
Tue May 17 12:38:23 CEST 2011


Patches item #1930701, was opened at 2008-04-01 02:28
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1930701&group_id=55736

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: Pending
>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: IOhannes m zmlnig (zmoelnig)
Date: 2011-05-17 12: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&group_id=55736



More information about the Pd-dev mailing list