Dan Nicholson wrote these words on 05/27/06 09:43 CST:

> I would try `make install'.

My notes show these commands to install festival:

./configure --prefix=/opt/festival-1.95-beta
install -v -m755 -d /opt/festival-1.95-beta/{bin,src/main}
ln -s ../src/main/festival{,_client} bin
make

install -v -m755 src/main/festival{,_client} /opt/festival-1.95-beta/src/main
install -v -m644 doc/festival{,_client}.1 /usr/share/man/man1
ln      -v -s    ../src/main/festival{,_client} /opt/festival-1.95-beta/bin
cp      -v -R    examples /opt/festival-1.95-beta
cp      -v -R    lib /opt/festival-1.95-beta
ln      -v -s    festival-1.95-beta /opt/festival
ln      -v -s    /opt/festival/bin/festival /usr/bin
find /opt/festival-1.95-beta -name Makefile -exec rm -v {} \;
echo "(Parameter.set 'Audio_Method 'linux16audio)" >> 
/opt/festival/lib/siteinit.scm
cat /opt/festival/lib/speech.properties >>/opt/jdk/jdk/jre/lib/speech.properties

make test
======================================================

I'm not sure why I didn't/don't use the install target. I know I
would if it worked, or appeared to work. There must be something
funky with it, but I'm only speculating.

-- 
Randy

rmlscsi: [bogomips 1003.27] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3]
[GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686]
09:50:00 up 15 days, 1:50, 1 user, load average: 0.13, 0.31, 0.30
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to