Hi, I'm a student making a simple tts with flite(festival lite). So I use WL-500gP with USB memory. I would like to install flite from usb through symboic link.
it generated only folders to symbolic links.
Set below.
root@OpenWrt:/tts/flite# ls -al
drwxr-xr-x 1 root root 0 Jan 26 00:47 .
drwxr-xr-x 1 root root 0 Jan 26 00:12 ..
-rwxr-xr-x 1 root root 2289 Jan 2 2005 ACKNOWLEDGEMENTS
-rwxr-xr-x 1 root root 5975 Nov 1 2005 Makefile
lrwxrwxrwx 1 root root 21 Jan 26 00:46 config -> /mnt/tts/flite/config
-rwxr-xr-x 1 root root 38536 Apr 16 2002 config.guess
-rwxr-xr-x 1 root root 2909 Jan 26 00:48 config.log
-rwxr-xr-x 1 root root 29121 Feb 9 2002 config.sub
-rwxr-xr-x 1 root root 146360 Aug 13 2005 configure
-rwxr-xr-x 1 root root 8194 Aug 13 2005 configure.in
-rwxr-xr-x 1 root root 145403 Jan 26 00:47 configure.lineno
-rwxr-xr-x 1 root root 7589 Jan 3 2005 copying
lrwxrwxrwx 1 root root 18 Jan 26 00:45 doc -> /mnt/tts/flite/doc
lrwxrwxrwx 1 root root 22 Jan 26 00:46 include -> /mnt/tts/flite/include
-rwxr-xr-x 1 root root 5598 Mar 1 2001 install-sh
lrwxrwxrwx 1 root root 19 Jan 26 00:46 lang -> /mnt/tts/flite/lang
lrwxrwxrwx 1 root root 19 Jan 26 00:46 main -> /mnt/tts/flite/main
-rwxr-xr-x 1 root root 6283 Mar 1 2001 missing
-rwxr-xr-x 1 root root 721 Mar 2 2001 mkinstalldirs
lrwxrwxrwx 1 root root 19 Jan 26 00:47 palm -> /mnt/tts/flite/palm
-rwxr-xr-x 1 root root 12151 Nov 1 2005 readme
lrwxrwxrwx 1 root root 19 Jan 26 00:47 sapi -> /mnt/tts/flite/sapi
lrwxrwxrwx 1 root root 18 Jan 26 00:46 src -> /mnt/tts/flite/src
lrwxrwxrwx 1 root root 24 Jan 26 00:47 testsulte -> /mnt/tts/flite/testsulte
lrwxrwxrwx 1 root root 20 Jan 26 00:47 tools -> /mnt/tts/flite/tools
root@OpenWrt:/tts/flite#
Then, excuted ./configure and printed like that.
checking build system type... ./config.guess: unable to guess system type
This script, last modified 2002-01-30, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from
ftp://ftp.gnu.org/pub/gnu/config/
If the version you run (./config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to <config-patches@gnu.org> in order to provide the needed
information to handle your system.
config.guess timestamp = 2002-01-30
uname -m = mips
uname -r = 2.4.34
uname -s = Linux
uname -v = #3 Sun Sep 30 20:33:21 CEST 2007
/usr/bin/uname -p =
/bin/uname -X =
hostinfo =
/bin/universe =
/usr/bin/arch -k =
/bin/arch =
/usr/bin/oslevel =
/usr/convex/getsysinfo =
UNAME_MACHINE = mips
UNAME_RELEASE = 2.4.34
UNAME_SYSTEM = Linux
UNAME_VERSION = #3 Sun Sep 30 20:33:21 CEST 2007
configure: error: cannot guess build type; you must specify one
I don't know what problem is. Please let me know how to solve that.
(Last edited by Hyoung on 8 Oct 2008, 08:18)