Re: Building optional shared libraries

2001-10-08 Thread Steven G. Johnson
On Mon, 8 Oct 2001, Bill Moseley wrote: > http://www.gnu.org/software/ac-archive/Installed_Packages/smr_with_build_pat > h.html > >(i.e. *don't* do --with-libfoo=) > > Oh, so that's what I'm doing. What's wrong with --with-libfoo? > > Actually, it seems necessary in my situation, because the l

Re: Building optional shared libraries

2001-10-08 Thread Bill Moseley
At 07:55 PM 10/08/01 -0400, Steven G. Johnson wrote: >I think that most of us agree that the "standard" approach is to tell the >user to use LDFLAGS and CPPFLAGS to tell configure to look in nonstandard >locations for libraries/headers, e.g.: > > ./configure LDFLAGS=-L/foo/lib CPPFLAGS=-I/fo