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

SourceForge.net noreply at sourceforge.net
Tue Apr 1 02:28:04 CEST 2008


Patches item #1930701, was opened at 2008-04-01 00:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
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
Group: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Thomas Grill (xovo)
Assigned to: Nobody/Anonymous (nobody)
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&group_id=55736




More information about the Pd-dev mailing list