[PD-cvs] pd/src configure.in,1.5.4.5.2.16.2.4,1.5.4.5.2.16.2.5

Mathieu Bouchard matju at users.sourceforge.net
Wed Dec 6 04:46:25 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9197

Modified Files:
      Tag: desiredata
	configure.in 
Log Message:
cygwin fix for libpd


Index: configure.in
===================================================================
RCS file: /cvsroot/pure-data/pd/src/configure.in,v
retrieving revision 1.5.4.5.2.16.2.4
retrieving revision 1.5.4.5.2.16.2.5
diff -C2 -d -r1.5.4.5.2.16.2.4 -r1.5.4.5.2.16.2.5
*** configure.in	6 Dec 2006 03:37:57 -0000	1.5.4.5.2.16.2.4
--- configure.in	6 Dec 2006 03:46:22 -0000	1.5.4.5.2.16.2.5
***************
*** 78,81 ****
--- 78,90 ----
  fi
  
+ if test `uname -s | cut -f1 -d_` = CYGWIN; then
+     LDFLAGS="-Wl,-export-dynamic "
+     EXT=pd_linux
+     LIBSUFFIX=.dll
+     MORECFLAGS="-DDL_OPEN -DPA_USE_OSS -DUNIX -DUNISTD -fno-strict-aliasing"
+     STRIPFLAG=-s
+     LDSOFLAGS="-shared"
+ fi
+ 
  if test `uname -m` = x86_64; then
      MORECFLAGS=$MORECFLAGS" -fPIC"





More information about the Pd-cvs mailing list