Hi, first of all, I don't know anything about OSX.
> I am so close to getting midgard installed on OSX...I am doing the > ./configure for the midgard-lib but it kicks out when it checks for iconv > and says it is not installed...well it is installed but fink puts it in > /sw/bin. I tried adding --with-iconv=/sw/bin but it kicks out with the same > msg....any body got any suggestions? 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]
