Configuring, making and installing Tao |
Troubleshooting the configuration process |
Continuing with the build process |
If you are still stuck with configuration problemsAfter receiving a emails from some Tao users who had run into problems with the configure script I decided to write a shell script as and aid to testing for installed libraries, their locations, and whether or not the executables dependent on those libraries would be able to find them. This shell script is located in the top level directory of the distribution and is calleddiagnose-lib .
Typing Usage: diagnose-lib <libname> Diagnose problems in finding shared libraries during configuration of Tao <libname> can be one of the following: 'gl', 'GL', 'glu', 'GLU', 'glut' or 'audiofile'. So, for example, if the configure script claims that you don't have any OpenGL libraries installed but you are convinced that you do, type: ./diagnose-lib glto check for the GL library or ./diagnose-lib glufor the GLU library. The If on the other hand it does find a suitable candidate it then checks
to see whether either the file If neither contain the path to this file a suitable message is printed out and suggestions for solving the problem are given. If you find that you are still having problems after following any advice
given by the
| ||
Configuring, making and installing Tao |
Troubleshooting the configuration process |
Continuing with the build process |
©1999,2000 Mark Pearson
m.pearson@ukonline.co.uk April 30, 2000 |