> Jeremy, do you run into the same problem in your Mac OS X builds? What > solution do you use?
We build exclusively from the source tarballs on blp's buildbot, effectively avoiding the need for autotools/Smake. Here's what we do run and set for ./configure and make. Configure: Environment: CPATH='/opt/pspp/include' CFLAGS='-pipe -Os -fno-inline-functions -arch x86_64' CPPFLAGS='-I/opt/pspp/include' CXXFLAGS='-pipe -Os -arch x86_64' LIBRARY_PATH='/opt/pspp/lib' MACOSX_DEPLOYMENT_TARGET='10.6' PERL='/opt/pspp/bin/perl' CXX='/usr/bin/llvm-g++-4.2' CC_PRINT_OPTIONS_FILE='/opt/pspp/var/macports/build/_Users_aeetes_dports_math_pspp-devel/pspp-devel/work/.CC_PRINT_OPTIONS' F90FLAGS='-pipe -Os -m64' LDFLAGS='-L/opt/pspp/lib -Wl,-headerpad_max_install_names -arch x86_64' OBJC='/usr/bin/llvm-gcc-4.2' FCFLAGS='-pipe -Os -m64' INSTALL='/usr/bin/install -c' OBJCFLAGS='-pipe -Os -arch x86_64' FFLAGS='-pipe -Os -m64' CC_PRINT_OPTIONS='YES' CC='/usr/bin/llvm-gcc-4.2' Assembled command: 'cd "/opt/pspp/var/macports/build/_Users_aeetes_dports_math_pspp-devel/pspp-devel/work/pspp-0.7.10-g921061" && ./configure --prefix=/opt/pspp --disable-rpath --without-libpq --with-packager=snc --with-packager-version=0.7.10-20130520010502 --with-packager-bug-reports=snc' Build: Environment: CPATH='/opt/pspp/include' CC_PRINT_OPTIONS_FILE='/opt/pspp/var/macports/build/_Users_aeetes_dports_math_pspp-devel/pspp-devel/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/pspp/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6' Assembled command: 'cd "/opt/pspp/var/macports/build/_Users_aeetes_dports_math_pspp-devel/pspp-devel/work/pspp-0.7.10-g921061" && /usr/bin/make -w all' _______________________________________________ Pspp-users mailing list [email protected] https://lists.gnu.org/mailman/listinfo/pspp-users
