Re: [Xml-coreutils-discuss] Compilation Problem
Status: Alpha
Brought to you by:
lbreyer
From: <la...@lb...> - 2011-04-29 10:30:51
|
Hi Latha, On Fri, 29 Apr 2011 15:16:43 +0530, Latha Ganesan <la...@ai...> wrote: > Hi, > > I removed the link of libexpat.so and made it point to the new > library > And then the make & install of xml-coreutils worked I'm glad to hear that. FYI, the usual way to add a nonstandard library location is to do something like this: ./configure CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib Cheers, Laird Breyer. |