libtool vs. IOKit

Today I tried to compile an application that uses libusb.
First the linking failed with:

libtool: link: cannot find the library `'

Nice errormessage, *I really love libtool*
After googling i found this excellent blog about porting Unix software to MacOS X.
After patching ltmain.sh I now get this error message:

libtool: link: cannot find the library `' (libusb.la: IOKit)

.
Unfortunately the libusb project seems to be dead, no new releases for several months.

One thought on “libtool vs. IOKit”

Comments are closed.