Hi. Two questions:
1. Why are the *.la files installed? The comment says:
# Install the pseudo-library for information purposes.
2. How do you link against an installed library?
As far as I can tell, there's no support of doing that. And it would
seem to me that libtool is the ideal program that's already sick of
all the different magic that has to be done to be able to figure out
if to link against a shared or static library, and what's the required
combination of -rpath, -R or what-not on this particular OS. Is it
just not implemented? And should bury myself in libtool to fix this
or is there somebody actually volunteer/working on it?
/assar