Open
Description
I cannot build the library on an M1 Mac- ./configure gives an error:
checking operating system... arm-apple-darwin21.4.0
Mac OS X
checking for libusb_init in -lusb-1.0... no
Library libusb-1.0 was not found on this system.
Please install it and re-run ./configure
even though I have installed libusb using homebrew and it claims that it is a universal build.
config.log says:
configure:16180: checking for libusb_init in -lusb-1.0 configure:16205: gcc -o conftest -O3 conftest.c -libusb-1.0 -framework IOKit -framework CoreFoundation >&5 ld: library not found for -libusb-1.0 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:16205: $? = 1 configure: failed program was: | /* confdefs.h */
The build on my x86 iMac seemed to work fine.
Metadata
Metadata
Assignees
Labels
No labels