|
From: Xiaofan C. <xia...@gm...> - 2009-07-24 07:27:50
|
On Fri, Jul 24, 2009 at 2:22 PM, Navdeep<sin...@re...> wrote: > For this i downloaded libusb souce code form sourceforge. Then i Built and > installed it on the above machine as per instructions provided in "INSTALL" > file which is successfully installed at location /usr/local/lib (Doubt 1 : > why it installed at local in place of /usr/lib or /usr/lib64) You need to run "./configure --prefix=/usr" (default is /usr/local). Or you can update the Makefile (or whatever configure script) of your application to point to /usr/local. -- Xiaofan http://mcuee.blogspot.com |