id summary reporter owner description type status priority milestone component version resolution keywords cc port 30581 emacs: configure picks up Fink headers and dependencies ballapete drkp "Hello! The configure script has these lines: {{{ 3158 *-apple-darwin* ) 3159 case ""${canonical}"" in 3160 i[3456]86-* ) machine=intel386 ;; 3161 powerpc-* ) machine=macppc ;; 3162 x86_64-* ) machine=amdx86-64 ;; 3163 * ) unported=yes ;; 3164 esac 3165 opsys=darwin 3166 # Define CPP as follows to make autoconf work correctly. 3167 CPP=""${CC-cc} -E -no-cpp-precomp"" 3168 # Use fink packages if available. 3169 if test -d /sw/include && test -d /sw/lib; then 3170 GCC_TEST_OPTIONS=""-I/sw/include -L/sw/lib"" 3171 CPP=""${CPP} ${GCC_TEST_OPTIONS}"" 3172 NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} 3173 fi 3174 ;; }}} Due to the setting of Fink directories as roots for C header files and dylibs the configure script picks up wrong files and files to finish successfully. The script needs to be patched. Mac OS X 10.6.8, Core i7, Sandy Bridge " defect closed Normal ports 2.0.1 fixed emacs