From 0bd0c851a374ba3e129a24528a828301345acb94 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 8 Apr 2003 02:33:02 +0000 Subject: "" svn path=/trunk/; revision=552 --- externals/grill/flext/build-pd-linux.sh | 4 +++- externals/grill/flext/make-inc.pd-msvc | 2 +- externals/grill/flext/makefile.pd-cygwin | 2 +- externals/grill/flext/makefile.pd-darwin | 2 +- externals/grill/flext/makefile.pd-linux | 2 +- externals/grill/flext/readme.txt | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) (limited to 'externals') diff --git a/externals/grill/flext/build-pd-linux.sh b/externals/grill/flext/build-pd-linux.sh index 9694fe16..7805d2d7 100644 --- a/externals/grill/flext/build-pd-linux.sh +++ b/externals/grill/flext/build-pd-linux.sh @@ -4,7 +4,9 @@ make -f makefile.pd-linux && { - if [ $INSTDIR != "" ]; then + echo Will now install flext to ${INSTDIR} + + if [ ${INSTDIR} != "" ]; then echo Now install as root su -c "make -f makefile.pd-linux install" fi diff --git a/externals/grill/flext/make-inc.pd-msvc b/externals/grill/flext/make-inc.pd-msvc index 891a321a..be7bd463 100644 --- a/externals/grill/flext/make-inc.pd-msvc +++ b/externals/grill/flext/make-inc.pd-msvc @@ -23,7 +23,7 @@ INCPATH=$(INCPATH) /I$(STK) # compiler definitions and flags DEFS=/DFLEXT_SYS=2 -CFLAGS=/GX- /GD /G6 +CFLAGS=/GD /G6 OFLAGS=/Ox DFLAGS=/Od /Zi diff --git a/externals/grill/flext/makefile.pd-cygwin b/externals/grill/flext/makefile.pd-cygwin index 5239346d..c7d8b472 100644 --- a/externals/grill/flext/makefile.pd-cygwin +++ b/externals/grill/flext/makefile.pd-cygwin @@ -19,7 +19,7 @@ include $(CONFIG) # compiler+linker stuff INCLUDES=/usr/include $(PDPATH)/src -FLAGS=-DFLEXT_SYS=2 -fno-exceptions $(UFLAGS) +FLAGS=-DFLEXT_SYS=2 $(UFLAGS) CFLAGS=-O6 CFLAGS_D=-g CFLAGS_T=-DFLEXT_THREADS diff --git a/externals/grill/flext/makefile.pd-darwin b/externals/grill/flext/makefile.pd-darwin index eaa68a92..e105c332 100644 --- a/externals/grill/flext/makefile.pd-darwin +++ b/externals/grill/flext/makefile.pd-darwin @@ -15,7 +15,7 @@ include ${CONFIG} # compiler+linker stuff INCLUDES=${PDPATH} FLAGS=-DFLEXT_SYS=2 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes -FLAGS+=${UFLAGS} -fno-exceptions +FLAGS+=${UFLAGS} CFLAGS=-O6 CFLAGS_D=-g CFLAGS_T=-DFLEXT_THREADS diff --git a/externals/grill/flext/makefile.pd-linux b/externals/grill/flext/makefile.pd-linux index 49444440..08612ccd 100644 --- a/externals/grill/flext/makefile.pd-linux +++ b/externals/grill/flext/makefile.pd-linux @@ -16,7 +16,7 @@ include ${CONFIG} INCLUDES=${PDPATH} # general compiler flags -FLAGS=-DFLEXT_SYS=2 -fno-exceptions ${UFLAGS} +FLAGS=-DFLEXT_SYS=2 ${UFLAGS} # compiler flags for optimized build CFLAGS=-O6 diff --git a/externals/grill/flext/readme.txt b/externals/grill/flext/readme.txt index 388945fc..cb9f90a1 100644 --- a/externals/grill/flext/readme.txt +++ b/externals/grill/flext/readme.txt @@ -24,7 +24,7 @@ o if you choose to compile with SndObj support you will need the respective libr o if you choose to compile with STK support you will need the respective package and build a library download from: http://ccrma-www.stanford.edu/software/stk/ For linking it may preferable to use a library of all the STK objects. - Under linux you can create one from the STK directory with: + Under linux you can create one from the STK directory with something like "g++ -c -pipe -I include -D __LINUX_OSS__ src/*.cpp && ar r libstk.a *.o && rm -f *.o" ---------------------------------------------------------------------------- -- cgit v1.2.1