OK...not to be a complete dumb ass...but.... iconv.h lives at /sw/include/iconv.h there is no libiconv.so but there are libiconv.la and libiconv.dylib both at /sw/lib/libiconv.* would I put those explicit paths in CPPFLAGS="-I$i/include" and LDFLAGS="-L$i/lib" ?
would I then ./configure ( I tried autoconf and it spat at me...) kp > > So, do /sw/bin/include/iconv.h and /sw/bin/lib/libiconv.so.* exist? > > If not, you probably want do some changes in configure.in: > 132 CPPFLAGS="-I$i/include" > 133 LDFLAGS="-L$i/lib" > > .and do 'autoconf'. > > Regards > Peter > > -- > Nonsense-Message of the mail: > "K�nig Ludwig II.: Cum spe definitionem rasa!" > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
