[PD-cvs] externals/grill/flext/buildsys/mac/pd gnumake-gcc-ext.inc, 1.6, 1.7

Thomas Grill xovo at users.sourceforge.net
Fri Aug 11 18:44:50 CEST 2006


Update of /cvsroot/pure-data/externals/grill/flext/buildsys/mac/pd
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2314/buildsys/mac/pd

Modified Files:
	gnumake-gcc-ext.inc 
Log Message:
fix dynamic linker problem, not using flat_namespace
OSX switch to dynamic_lookup, 10.3 only but much cleaner
cosmetic changes to calm the compiler
use normal assertion


Index: gnumake-gcc-ext.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** gnumake-gcc-ext.inc	23 Dec 2005 13:06:09 -0000	1.6
--- gnumake-gcc-ext.inc	11 Aug 2006 16:44:48 -0000	1.7
***************
*** 1,5 ****
  EXT=pd_darwin
  
! LDFLAGS += -bundle -bundle_loader $(PDBIN) 
  
  TARGET=$(TARGETPATH)/$(TARGETNAME)
--- 1,6 ----
  EXT=pd_darwin
  
! #LDFLAGS += -bundle -bundle_loader $(PDBIN) 
! LDFLAGS += -dylib -undefined dynamic_lookup 
  
  TARGET=$(TARGETPATH)/$(TARGETNAME)





More information about the Pd-cvs mailing list