Angus Leeming <[EMAIL PROTECTED]> writes:

> > -lc -lm mkdir .libs libtool: link: cannot find the library `'
> > 
> > The library it cannot find is libqt.a (libqt.la).
>
> In your build tree, you should find a human readable file 
> src/frontends/libfrontends.la. This file is used by libtool to 
> ascertain which external libraries are needed.

Thanks.  It turns out that the dependencies in that and the other .la
files were correct, but that libtool cannot deal with MacOS
dependencies like "-framework GL".  Deleting the libqt.la file and
running configure again fixed it.
-- 

Ronald Florence                         www.18james.com

Reply via email to