Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Error by compiling libmad



Hi all,

I have a solution for my problem.
Madlib needs autoconf 2.13 to compile
correct. The newer version from Suse 7.3
doesn't work. So everybody who wants to
use it with the latest Suse has to install
the older version from autoconf. I down-
loaded my package from
http://sdb.suse.de/de/sdb/html/kdevelop_autoconf_73.html

Bye
Jens Dorstewitz
dorstewitz@gmx.de

> -----Original Message-----
> From: vdr-bounce@linuxtv.org [mailto:vdr-bounce@linuxtv.org]On Behalf Of
> Jens Dorstewitz
> Sent: Tuesday, November 27, 2001 10:09 PM
> To: vdr@linuxtv.org
> Subject: [vdr] Re: Error by compiling libmad
> 
> 
> 
> Hi Stefan,
> 
> > > but without success. The configure-script runs
> > > fine, but when I run make this error occurs:
> > 
> > Which options did you gave to configure?
> 
> I only use the option --enable-shared. Once I tried the
> option --host=Sun4 as descriped in the error message but
> I doesn't changed anything.
> 
> > > loading cache /dev/null within ltconfig
> > > ./ltconfig: .: /dev/null: not a regular file
> > 
> > For any reason ltconfig tries to load a file from /dev/null, this
> > obviously can't work. Either you have a faulty configuration
> > (libtool, autoconf or whatever) or you directed ltconfig to use
> > /dev/null with some option.
> 
> Yes, but I can't see an reason for that. I made a standard
> installation from my Suse 7.3 with developer package.
>  
> > Something must be completely wrong, my make starts with:
> > 
> > # make
> > make  all-recursive
> > make[1]: Entering directory `/usr/local/source/mad-0.14.2b'
> > Making all in intl
> > make[2]: Entering directory `/usr/local/source/mad-0.14.2b/intl'
> > make[2]: Nothing to be done for `all'.
> > make[2]: Leaving directory `/usr/local/source/mad-0.14.2b/intl'
> > Making all in po
> > make[2]: Entering directory `/usr/local/source/mad-0.14.2b/po'
> > make[2]: Leaving directory `/usr/local/source/mad-0.14.2b/po'
> > Making all in libid3tag
> > make[2]: Entering directory `/usr/local/source/mad-0.14.2b/libid3tag'
> > /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
> >    -Wall -g -O2 -c version.c
> > mkdir .libs
> > gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -O2 -c  -fPIC -DPIC 
> > version.c -o .libs/version.lo
> > gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -O2 -c version.c -o 
> > version.o >/dev/null 2>&1
> > [...]
> >
> > No automake/autoconf calling at this point...
> 
> Yes, that's completly different. I saw that there is a mailing list
> for this tool. Perhaps somebody there can help.
> 
> Thanks for your answer. Your MP3-Extension is good work and
> I like it, and I hope that I can use it in the future again.
> 
> Bye
> Jens
> 
> 
> 



Home | Main Index | Thread Index