Re: [Ledger-discuss] Cygwin build problem ...
Brought to you by:
jwiegley
From: John W. <jo...@ne...> - 2007-01-13 02:46:53
|
You'll have to set your CPPFLAGS and LDFLAGS, like this: ./configure CPPFLAGS="-I..." LDFLAGS="-L..." Even though you have the libraries installed, they are not in a standard directory where configure can find them. John |