Re: [Autogen-users] OS/X config error: autogen 5.11.9 - guile in nonstandard dir
Brought to you by:
bkorb
From: Bruce K. <bk...@gn...> - 2011-06-13 23:52:06
|
On 06/13/11 16:42, Bruce Korb wrote: > ``-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. It seems I had considered a -I pointing at one tree and -L to another: Use --with-libguile-cflags=xxx --with-libguile-ldflags=yyy But why would you do that? --with-libguile is used to provide both with one option. |