Louis Bertrand [2006-07-14, 23:58:07]: > >> http://www.bertrandtech.ca/cflow-20060713.tar.gz > > > >it is linking with libiconv and libintl statically. we should use the > >shared libraries. maybe configure will need some patching. > > > As far as I can see, the configure script is looking for the > suffix .so instead of one with major/minor numbers, so for example > /usr/local/lib/libiconv.so.4.0 isn't found. Instead, it finds > libiconv.a and uses that. > > Is there a standard workaround to patch the configure script? > I'm also asking the author to look at how the configure script > gets created.
it looks like we can fix it without patching, by overriding a variable: MAKE_FLAGS= LIBINTL="-L${LOCALBASE}/lib -liconv -lintl" then you won't need all the CONFIGURE_FLAGS/ARGS. steven. Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm