MOC under OpenBSD compile problems

So ... first with the latest stable release ...
and when ./configure "No iconv found", but ...
$ ldconfig -r | grep liconv
15:-liconv.4.0 => /usr/local/lib/libiconv.so.4.0
82:-liconv.6.0 => /usr/local/lib/libiconv.so.6.0

then i get 2.4.0 version ... there is no iconv again but the configure script didn't stop
The problem with 2.4.0 is with libmad ... it is not detected in decoder plugins
$ ldconfig -r | grep libmad
88:-lmad.2.1 => /usr/local/lib/libmad.so.2.1

Some help? Thanks.

The exact error message is in config.log, search it for iconv. Did you run configure this way: ./configure LDFLAGS=-L/usr/local/lib CPPFLAGS=-I/usr/local/include

--
Damian Pietras - MOC developer

Sorry for this late answer ... everything is ok now, thanks a lot ... i had problem with the oss ... but after linking /dev/dsp to /dev/audio0 it works great.

Thanks again.