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.

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Autogen-users mailing list
Autogen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/autogen-users

Reply via email to