Phani Kumar
2017-03-28 14:53:49 UTC
Hi
I am trying to build libusb package but unable to get away with the
dependency on gcc when i am trying to install the package on another
machine. When i run the binary like listdevs or xusb I get failed to load
library error.
Can you please tell me what compilation flags or what configure options i
need to provide to get away with it.
# ldd ./BUILD/libusb-1.0.19/libusb/.libs/libusb-1.0.so.0
./BUILD/libusb-1.0.19/libusb/.libs/libusb-1.0.so.0 needs:
/opt/lib/libgcc_s.a(shr.o)
/usr/lib/libpthread.a(shr_xpg5.o)
/usr/lib/libc.a(shr.o)
/usr/lib/libpthreads.a(shr_comm.o)
/usr/lib/libcrypt.a(shr.o)
I dont want dependency on libgcc_s.a Please help
Regards
Phani
.
I am trying to build libusb package but unable to get away with the
dependency on gcc when i am trying to install the package on another
machine. When i run the binary like listdevs or xusb I get failed to load
library error.
Can you please tell me what compilation flags or what configure options i
need to provide to get away with it.
# ldd ./BUILD/libusb-1.0.19/libusb/.libs/libusb-1.0.so.0
./BUILD/libusb-1.0.19/libusb/.libs/libusb-1.0.so.0 needs:
/opt/lib/libgcc_s.a(shr.o)
/usr/lib/libpthread.a(shr_xpg5.o)
/usr/lib/libc.a(shr.o)
/usr/lib/libpthreads.a(shr_comm.o)
/usr/lib/libcrypt.a(shr.o)
I dont want dependency on libgcc_s.a Please help
Regards
Phani
.