[blfs-support] compile problem libmad-0.15.1b

2013-08-14 Thread Sirsendu Roy
Hello All, I was trying to compile the  libmad-0.15.1b package but when I run make I got the following error : - configure.ac:31: error: 'AM_CONFIG_HEADER': this macro is obsolete.    

[blfs-support] Set default audio device

2013-08-14 Thread Dave Wagler
This command exercises my HDMI speakers: speaker-test -Dhdmi:PCH,1 -c 2 -t wav -l 2 How do I set this device as the system default? Thanks, Dave -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above

Re: [blfs-support] Don't have sound

2013-08-14 Thread Bruce Dubbs
Dave Wagler wrote: On Tue, Aug 13, 2013 at 11:14 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Then run speaker-test. You should get white noise (static noise). From there, you can start other packages, but you will have established the basic sound capabilities. I get the white noise

Re: [blfs-support] Don't have sound

2013-08-14 Thread Dave Wagler
On Wed, Aug 14, 2013 at 10:18 AM, Bruce Dubbs bruce.du...@gmail.com wrote: Dave Wagler wrote: On Tue, Aug 13, 2013 at 11:14 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Then run speaker-test. You should get white noise (static noise). From there, you can start other packages, but

[blfs-support] Error installing FAAD2

2013-08-14 Thread Dave Wagler
When installing faad2-2.7 this happens: $ patch -Np1 -i ../faad2-2.7-mp4ff-1.patch autoreconf -fi patching file common/mp4ff/Makefile.am aclocal: warning: autoconf input should be named 'configure.ac', not ' configure.in' configure.in:28: error: 'AM_CONFIG_HEADER': this macro is obsolete.

Re: [blfs-support] Error installing FAAD2

2013-08-14 Thread Bruce Dubbs
Dave Wagler wrote: When installing faad2-2.7 this happens: $ patch -Np1 -i ../faad2-2.7-mp4ff-1.patch autoreconf -fi patching file common/mp4ff/Makefile.am aclocal: warning: autoconf input should be named 'configure.ac', not ' configure.in' configure.in:28: error: 'AM_CONFIG_HEADER': this

Re: [blfs-support] Don't have sound

2013-08-14 Thread Bruce Dubbs
Dave Wagler wrote: On Wed, Aug 14, 2013 at 10:18 AM, Bruce Dubbs bruce.du...@gmail.com wrote: Dave Wagler wrote: On Tue, Aug 13, 2013 at 11:14 PM, Bruce Dubbs bruce.du...@gmail.com wrote: Then run speaker-test. You should get white noise (static noise). From there, you can start other

Re: [blfs-support] Error installing FAAD2

2013-08-14 Thread Armin K.
On 08/14/2013 05:38 PM, Dave Wagler wrote: When installing faad2-2.7 this happens: $ patch -Np1 -i ../faad2-2.7-mp4ff-1.patch autoreconf -fi patching file common/mp4ff/Makefile.am aclocal: warning: autoconf input should be named 'configure.ac http://configure.ac', not

Re: [blfs-support] compile problem libmad-0.15.1b

2013-08-14 Thread Armin K.
On 08/14/2013 12:18 PM, Sirsendu Roy wrote: Hello All, I was trying to compile the libmad-0.15.1b package but when I run make I got the following error : - configure.ac:31: error:

Re: [blfs-support] Error installing FAAD2

2013-08-14 Thread Dave Wagler
On Wed, Aug 14, 2013 at 11:12 AM, Armin K. kre...@email.com wrote: Try using sed -i s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g configure.in Worked, thanks again, Dave -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See

[blfs-support] Problem installing dmalloc

2013-08-14 Thread Dave Wagler
sh ./configure --enable-shlib runs without error. The make command ends like this: ld: libdmalloc.a(arg_check.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC libdmalloc.a(arg_check.o): could not read symbols: Bad value

[blfs-support] Segmentation fault in dmalloc installation

2013-08-14 Thread Dave Wagler
While installing dmalloc both sh ./configure and make run without errors. Then the test command make light finishes like this: gcc -o aout dmalloc_fc_t.o dmalloc_argv.o libdmalloc.a mv aout dmalloc_fc_t ./dmalloc_fc_t -s make: *** [light] Segmentation fault Am I right that this is serious

Re: [blfs-support] Segmentation fault in dmalloc installation

2013-08-14 Thread Armin K.
On 08/14/2013 07:35 PM, Dave Wagler wrote: While installing dmalloc both sh ./configure and make run without errors. Then the test command make light finishes like this: gcc -o aout dmalloc_fc_t.o dmalloc_argv.o libdmalloc.a mv aout dmalloc_fc_t ./dmalloc_fc_t -s make: ***

Re: [blfs-support] Segmentation fault in dmalloc installation

2013-08-14 Thread Dave Wagler
On Wed, Aug 14, 2013 at 12:37 PM, Armin K. kre...@email.com wrote: On 08/14/2013 07:35 PM, Dave Wagler wrote: While installing dmalloc both sh ./configure and make run without errors. Then the test command make light finishes like this: gcc -o aout dmalloc_fc_t.o dmalloc_argv.o

Re: [blfs-support] Segmentation fault in dmalloc installation

2013-08-14 Thread Armin K.
On 08/14/2013 07:50 PM, Dave Wagler wrote: On Wed, Aug 14, 2013 at 12:37 PM, Armin K. kre...@email.com mailto:kre...@email.com wrote: On 08/14/2013 07:35 PM, Dave Wagler wrote: While installing dmalloc both sh ./configure and make run without errors. Then the test command make

Re: [blfs-support] Don't have sound

2013-08-14 Thread Dave Wagler
On Wed, Aug 14, 2013 at 10:56 AM, Bruce Dubbs bruce.du...@gmail.com wrote: OK, alsa is working fine. It seems to be something with gnash, but I don't know much about it. Try getting flash and install that, at least temporarily. -- Bruce Well, gnash must have a problem, because after

Re: [blfs-support] Don't have sound

2013-08-14 Thread Ken Moffat
On Wed, Aug 14, 2013 at 06:35:39PM -0500, Dave Wagler wrote: On Wed, Aug 14, 2013 at 10:56 AM, Bruce Dubbs bruce.du...@gmail.com wrote: OK, alsa is working fine. It seems to be something with gnash, but I don't know much about it. Try getting flash and install that, at least

Re: [blfs-support] Don't have sound

2013-08-14 Thread Dave Wagler
On Wed, Aug 14, 2013 at 7:19 PM, Ken Moffat zarniwh...@ntlworld.com wrote: On Wed, Aug 14, 2013 at 06:35:39PM -0500, Dave Wagler wrote: On Wed, Aug 14, 2013 at 10:56 AM, Bruce Dubbs bruce.du...@gmail.com wrote: OK, alsa is working fine. It seems to be something with gnash, but I