| 
	
	
		
		
		
		 Have you tried getting more detail on the error by adding: 
 
$echo "$modename: cannot find the library \`$lib' (lib${name}.la: $deplib)" 1>&2 
 
Resulting error message becomes something like: 
 
libtool: link: cannot find the library `' (whatever-library-is-missed: 
and-where-it-is-missed) 
		
	
		
		
		
		
		
	
	 |