Hello,
What is the status of libtool support for Mac OS X?
We have many problems with handling of -framework flag in command line
and .la dependency_lib.
Problem looks like (-framework passed in command line):
libtool: link: cannot find the library `' or unhandled argument `-framework'
or (
Peter O'Gorman wrote:
What is the status of libtool support for Mac OS X?
What version? A glibtool that ships with Mac OS X, or one that comes
from gnu.org?
$ libtool --version
ltmain.sh (GNU libtool) 1.5.24 (1.1220.2.455 2007/06/24 02:13:29)
(libtool script generated by configure script)
Peter O'Gorman wrote:
Yes, I thought it would be libQt, Trolltech generate their own .la files
without using libtool, these have -framework Carbon etc in
dependency_libs. Since libtool did not generate these files, I do not
really consider it a libtool bug that libtool cannot read them, tha