Re: [Autogen-users] OS/X config error: autogen 5.11.9 - guile in nonstandard dir
Brought to you by:
bkorb
From: Harlan S. <st...@nt...> - 2011-06-14 04:07:27
|
Bruce wrote: > 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. This is clearly more flexible (and clearly a PITA), and I had to do this with openssl for NTP for some platforms where, for reason I no longer remember, the "prefix" was *not* the same for lib and include. These days I am happy to look for pkg-config files first, and if they fail either recommend that somebody create the .pc file or fall back to the old style (which is either --foo-lives-in=... or --foo-incs=... and --foo-libs=...). H |