[PD-cvs] pd/src configure,1.6.2.14.2.2,1.6.2.14.2.3

Mathieu Bouchard matju at users.sourceforge.net
Wed Dec 6 04:48:39 CET 2006


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

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


Index: configure
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/configure,v
retrieving revision 1.6.2.14.2.2
retrieving revision 1.6.2.14.2.3
diff -C2 -d -r1.6.2.14.2.2 -r1.6.2.14.2.3
*** configure	6 Dec 2006 02:44:25 -0000	1.6.2.14.2.2
--- configure	6 Dec 2006 03:48:37 -0000	1.6.2.14.2.3
***************
*** 4322,4327 ****
  fi
  
! if test `uname -p` = x86_64; then
!     LDSOFLAGS=$LDSOFLAGS" -fPIC"
  fi
  
--- 4322,4336 ----
  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"
  fi
  





More information about the Pd-cvs mailing list