help-autogen
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-autogen] OS/X config error: autogen 5.11.9 - guile in nonstandard


From: Bruce Korb
Subject: [Help-autogen] OS/X config error: autogen 5.11.9 - guile in nonstandard dir
Date: Mon, 13 Jun 2011 16:42:16 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110414 SUSE/3.1.10 Thunderbird/3.1.10

On 06/12/11 10:15, Graham Reitz wrote:
I'm confused why the configure --with-libguile=[DIR] switch isn't working.
The same configure error occurs with autogen 5.11.8

The macros haven't changed.

$ 
/Users/grahamreitz/Development/source-dir/gnu/autogen/autogen-5.11.9/configure \
  --prefix=/Users/grahamreitz/Development/root/usr/local CFLAGS=-O3 -pedantic \
  -mtune=native CXXFLAGS=-O3 -pedantic -mtune=native \
  --with-libguile=/Users/grahamreitz/Development/root/usr/local

configure:14049: gcc -std=gnu99 -o conftest -O3 -pedantic -mtune=native \
  -I/Users/grahamreitz/Development/root/usr/local/include  conftest.c \
  -ldl  -L/Users/grahamreitz/Development/root/usr/local/lib -lguile >&5
conftest.c:125:22: error: libguile.h: No such file or directory
conftest.c: In function 'main':
conftest.c:130: error: 'SCM' undeclared (first use in this function)

``-L/Users/grahamreitz/Development/root/usr/local'' or
``-L/Users/grahamreitz/Development/root/usr/local/lib'' ??

The presumption for the past decade is that you pass the *prefix* of
the installation so that the "include" and "lib" directories can *both*
be derived from it.  So, the name ought to have been --with-libguile-prefix.
It isn't.  Sorry.  I'll try to clarify.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]