On 5/17/14, 12:16 PM, jkolata wrote: > Error building autogen on OSX 10.9.3. Here is the info: > > > checking whether with-libguile was specified... no > checking whether with-libguile-cflags was specified... no > checking whether with-libguile-libs was specified... no > configure: guile-config used for CFLAGS: -I/sw/include/guile/2.0 > -I/sw/include -D_THREAD_SAFE > configure: guile-config used for LIBS: -L/sw/lib -lguile-2.0 -lgc > checking whether libguile can be linked with... no > configure: error: Cannot find libguile. libguile is required. Perhaps > you need to install guile-devel? > ### execution of /tmp/fink.6FgHF failed, exit code 1 > ### execution of /tmp/fink.lSuxe failed, exit code 1 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-autogen-5.18.2-3 > (Reading database ... 117647 files and directories currently installed.) > Removing fink-buildlock-autogen-5.18.2-3 ... > Failed: phase compiling: autogen-5.18.2-3 failed > > Package manager version: 0.36.4.1 > Distribution version: selfupdate-cvs Sat May 17 14:02:40 2014, 10.9, x86_64 > Trees: local/main stable/main > Xcode.app: 5.1.1 > Xcode command-line tools: 5.1.0.0.1.1396320587 > Max. Fink build jobs: 2 > > Comments: guile20-dev and guile18 are installed. libguile and > guile-devel are not listed among the packages > > >
The "libguile" message is from upstream, and has nothing to do with how we name our packages--they're probably assuming a particular Linux distribution. Try installing gc, if you don't have that installed. There was a prior report on this list in which the issue was that the test for the guile library also involves linking the gc library (as noted in the "configure: guile-config used for LIBS: -L/sw/lib -lguile-2.0 -lgc" line). If you do have gc (and gc-shlibs) installed, then the next thing to try is to check the config.log file in the autogen build directory to see what else might be failing. -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
