|   Configuring, making and installing Tao   |   If you are still stuck with configuration problems   |   Setting PATH and LD_LIBRARY_PATH for the bash shell   | 
| Continuing with the build processAssuming the configuration part worked you can continue with the build process, i.e.makeandmake install. After
this you should have the following files installed (assuming thatprefix=/usr/local):
    /usr/local/  
        lib/
            libtao.so*
            libtao.a
        bin/
            tao
            tao-config
            taosf
            taoparse
            tao2wav
The install process leaves Tao's header files where they are but
provides a shell script  
    tao-config --prefix     =>  location for installed files
    tao-config --cflags     =>  command line flags for the compiler
                                to find Tao's header files
    tao-config --libs       =>  command line flags for the compiler
                                to find Tao's libraries
The next step is important. In order for your system to locate
the binary executables, shell scripts and libraries you have to set
two environment variables:  
    echo $SHELL
 | ||
|   Configuring, making and installing Tao   |   If you are still stuck with configuration problems   |   Setting PATH and LD_LIBRARY_PATH for the bash shell   | 
| ©1999,2000 Mark Pearson
m.pearson@ukonline.co.uk April 30, 2000 | ||