configure scripts

Otto Bruggeman bruggie at home.nl
Thu Nov 1 12:01:54 GMT 2001


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, 1 Nov 2001, Martin Bammer wrote:
> Hi !
>
> Where can I find how to find information about configure scripts and how to
> debug such scripts. I often have the problem that I download a source
> tarball, try to install it and fail because of a library which can't be found
> by the configure script. After installing the missing library the problem
> doesn't disappear. It seems that the configure scripts searches in the false
> directories.

The easy solution is to remove config.cache. A lot of results from the
configure tests are stored here so it does not have to search for it again
the next time configure in run. It even stores bad results (such as
library or headerfile not found).

So you should install your new library and then remove config.cache (or
remove the line in config.cache that corresponds with the configure check
for that library) and run configure again.

Greetings,
Otto
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Made with pgp4pine 1.75-6

iD8DBQE74Tm5Dc93sltYd+ERAuYmAKCSfibv2vHSlK90eosiuLTbrOFO1gCfYNil
9hVlXbUTAe+Ab/gnc6RGJes=
=FVTC
-----END PGP SIGNATURE-----



-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list