Typo
[linux_from_scratch_hints.git] / OLD / sound-esd.txt
bloba362d0f3a93200fda8257bf21fb9aec81c9bebe4
1 TITLE:          ESD compilation problems
2 LFS VERSION:    any
3 AUTHOR:         Wan <unknown>
5 SYNOPSIS:
6         Compiled normally, ESD doesn't work. Here is how to make it work (this problem has been fixed in esd 0.2.19)
8 HINT:
9 Ok, I was having werido problems with esd, but with recompiling 20 times
10 (really) I got it!  At least it works, I'm not sure why it works and
11 would like to hear opinions.  I did this on esound-0.2.18.
13 ./configure --enable-shared=no
14 make
15 make install
17 The strange part is on my original distro (Mandrkae 7) they use shared
18 and it works fine.  Anyways, it's rockin.
20 Wan