Stable: 2.4.3
Development: 2.5.0-alpha3
MOC under OpenBSD compile problems
Submitted by bonybon4e on Thu, 2008-05-29 11:03
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.
Sorry for this late answer
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.
The exact error message is
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