I've posted this to the autogen-user mailing list. Although, the message has been pending moderator approval for several days. I thought I'd search for help on the gcc-help list. The goal is to run the gcc-4.6 make check test suite on the source build. Host/Target: OS X 10.6.7 gcc make check testing depends on autogen. While building the lastest autogen 5.11.9 (and 5.11.8) from source the following configuration error is received: checking whether with-libguile-cflags was specified... no checking whether with-libguile-libs was specified... no checking whether libguile can be linked with... no configure: error: Cannot find libguile. libguile is required. I'm confused why the configure --with-libguile=[DIR] switch isn't working. The config.log is attached. configure command: $ ($SOURCE_DIR)/gnu/autogen/autogen-5.11.9/configure --prefix=$DEV_ROOT_DIR/usr/local CFLAGS="-O3 -pedantic -mtune=native" CXXFLAGS="-O3 -pedantic -mtune=native" --with-libguile=$DEV_ROOT_DIR/usr/local guile install files (include, lib, and share): $ ls -ll $DEV_ROOT_DIR/usr/local/include | grep guile drwxr-xr-x 4 grahamreitz staff 136 Jun 11 12:01 guile $ ls -ll $DEV_ROOT_DIR/usr/local/lib | grep guile drwxr-xr-x 4 grahamreitz staff 136 Jun 11 11:41 guile -rwxr-xr-x 1 grahamreitz staff 1918416 Jun 11 12:09 libguile-2.0.22.dylib -rw-r--r-- 1 grahamreitz staff 2732416 Jun 11 12:09 libguile-2.0.a lrwxr-xr-x 1 grahamreitz staff 21 Jun 11 12:09 libguile-2.0.dylib -> libguile-2.0.22.dylib -rwxr-xr-x 1 grahamreitz staff 1416 Jun 11 12:09 libguile-2.0.la -rwxr-xr-x 1 grahamreitz staff 56388 Jun 11 11:29 libguilereadline-v-18.18.dylib -rw-r--r-- 1 grahamreitz staff 73544 Jun 11 11:29 libguilereadline-v-18.a lrwxr-xr-x 1 grahamreitz staff 30 Jun 11 11:29 libguilereadline-v-18.dylib -> libguilereadline-v-18.18.dylib -rwxr-xr-x 1 grahamreitz staff 1557 Jun 11 11:29 libguilereadline-v-18.la $ ls -ll $DEV_ROOT_DIR/usr/local/share | grep guile drwxr-xr-x 3 grahamreitz staff 102 Jun 11 11:29 guile $ gcc -v Target: i686-apple-darwin10 gcc version 4.2.1 (Apple Inc. build 5666) (dot 3) Any help would be greatly appreciated with the promise to post the results of gcc 4.6.0 make check to gcc-testresults mailing list graham
Attachment:
config.log
Description: Binary data