Mailing List archive

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

[vdr] Re: Error by compiling libmad




On 27 Nov 2001 "Jens Dorstewitz" <dorstewitz@gmx.de> wrote:

> but without success. The configure-script runs
> fine, but when I run make this error occurs:

Which options did you gave to configure?

> 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.

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...

Sorry if this isn't a great help, I'm not an expert on this
topic.

-- 
Stefan Huelswitt
huels@iname.com  | http://home.pages.de/~nathan



Home | Main Index | Thread Index