configure.sh
上传用户:shenzhenrh
上传日期:2013-05-12
资源大小:2904k
文件大小:1k
源码类别:

信息检索与抽取

开发平台:

Unix_Linux

  1. #!/bin/sh
  2. cd $BUILT_PRODUCTS_DIR/
  3. export MACOSX_DEPLOYMENT_TARGET=10.3
  4. # Edit this configure command to reflect local 
  5. # library installation paths.
  6. # Optimise for G4 or G5 by adding stuff like -fast
  7. # -mcpuG5 -mtuneG5 etc to CFLAGS. (not tested!)
  8. ../../configure CC="gcc-4.0" CFLAGS=" -g -O0 -Wno-long-double" 
  9. --prefix=/usr/local/swarm2.2 
  10. --with-ffidir=/usr/lib/gcc/powerpc-apple-darwin/4.0.0 
  11. --with-tcldir=/usr/local/tcl8.4.7 
  12. --with-tkdir=/usr/local/tcl8.4.7 
  13. --with-bltdir=/usr/local/tcl8.4.7 
  14. --with-pngdir=/usr/local/png_1.2.5 
  15. --with-hdf5dir=/usr/local/hdf5_1.6.1 
  16. --with-jdkdir=/System/Library/Frameworks/JavaVM.framework 
  17. --enable-onelib 
  18. --disable-fast-install 
  19. --disable-static 
  20. #CFLAGS="-Wno-long-double"   Apple compilers only
  21. #--with-jdkdir=/System/Library/Frameworks/JavaVM.framework 
  22. #--with-ffidir=/usr/lib/gcc/powerpc-apple-darwin/4.0.0 
  23. #--with-ffcalldir=/Users/billn/Public/Swarm/ffcall-1.9/avcall/build/dst 
  24. #--disable-onelib 
  25. #--with-tcllibname=libtcl8.4g 
  26. #--with-tclscriptdir=/usr/local/tcl8.4.5/lib/tcl8.4 
  27. #--with-tklibname=libtk8.4g 
  28. #--with-ffcalldir=/Groups/billn/Public/Swarm/ffcall-1.9/avcall/build/dst 
  29. #--without-hdf5dir