Problem compiling on Solaris 10
Posted: 28 Dec 2005 23:08
Greetings,
I'm trying to get VLC 0.8.4a compiled on a Solaris 10 box.
However, I'm having strange issues with ./configure.
Libraries such as ffmpeg, libogg, libmad, and others are installed
under /opt/csw (for example, /opt/csw/include/mad.h, /opt/csw/lib/libmad.so...)
Here is a quote of the output of the configure script:
I really don't know what I should do. As the script told me, I report
these errors to you. If anyone could help me it would be very nice.
Thanks,
deather
I'm trying to get VLC 0.8.4a compiled on a Solaris 10 box.
However, I'm having strange issues with ./configure.
Libraries such as ffmpeg, libogg, libmad, and others are installed
under /opt/csw (for example, /opt/csw/include/mad.h, /opt/csw/lib/libmad.so...)
Here is a quote of the output of the configure script:
Code: Select all
% CC=3Dcc CXX=3DCC CPPFLAGS=3D-I/opt/csw/include\ -L/opt/csw/lib
LDFLAGS=3D-L/opt/csw/lib ./configure --prefix=3D/opt/csw --enable-shared
[...]
checking ogg/ogg.h usability... no
checking ogg/ogg.h presence... yes
configure: WARNING: ogg/ogg.h: present but cannot be compiled
configure: WARNING: ogg/ogg.h: check for missing prerequisite headers?
configure: WARNING: ogg/ogg.h: see the Autoconf documentation
configure: WARNING: ogg/ogg.h: section "Present But Cannot Be Compiled"
configure: WARNING: ogg/ogg.h: proceeding with the preprocessor's result
configure: WARNING: ogg/ogg.h: in the future, the compiler will take preced=
ence
configure: WARNING: ## ------------------------------ ##
configure: WARNING: ## Report this to the vlc lists. ##
configure: WARNING: ## ------------------------------ ##
checking for ogg/ogg.h... yes
checking for oggpack_read in -logg... no
checking libmodplug/modplug.h usability... no
checking libmodplug/modplug.h presence... no
checking for libmodplug/modplug.h... no
checking mpcdec/mpcdec.h usability... no
checking mpcdec/mpcdec.h presence... no
checking for mpcdec/mpcdec.h... no
checking mad.h usability... no
checking mad.h presence... yes
configure: WARNING: mad.h: present but cannot be compiled
configure: WARNING: mad.h: check for missing prerequisite headers?
configure: WARNING: mad.h: see the Autoconf documentation
configure: WARNING: mad.h: section "Present But Cannot Be Compiled"
configure: WARNING: mad.h: proceeding with the preprocessor's result
configure: WARNING: mad.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------ ##
configure: WARNING: ## Report this to the vlc lists. ##
configure: WARNING: ## ------------------------------ ##
checking for mad.h... yes
checking for mad_bit_init in -lmad... no
configure: error: Cannot find libmad library...
%
these errors to you. If anyone could help me it would be very nice.
Thanks,
deather