tks very much it works 

------------------ Original ------------------
From:  "Chris Dickens";<[email protected]>;
Date:  Thu, Feb 13, 2014 06:18 AM
To:  "libusbx-devel"<[email protected]>; 

Subject:  Re: [Libusbx-devel] why not support hotplug usb ?



The linker is linking against your system's libusb at runtime instead of your 
compiled one. You have two options:

1) Tell the linker to link against your libusb by using the following line in 
the Makefile:
 $(CC) $(CFLAGS) -g -o zinFrameLinuxV6 $(SRC) -L./ -lusb-1.0 -Wl,-rpath,.

2) Set LD_LIBRARY_PATH to the directory containing your compiled library
LD_LIBRARY_PATH=. ./zinFrameLinuxV6


 Chris



On Wed, Feb 12, 2014 at 1:25 AM, Xiaofan Chen <[email protected]> wrote:
 On Wed, Feb 12, 2014 at 1:13 PM, Nothing <[email protected]> wrote:
 > I use ubuntu 13.04  i build it use ./configure      then  make  install
 >
 
 
What is the architecture? Is it x86/x64 or ARM? You may
 want to post all the build log.
 
 
 
 --
 Xiaofan
 
 ------------------------------------------------------------------------------
 Android apps run on BlackBerry 10
 Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
 Now with support for Jelly Bean, Bluetooth, Mapview and more.
 Get your Android app in front of a whole new audience.  Start now.
 http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
 _______________________________________________
 libusbx-devel mailing list
 [email protected]
 https://lists.sourceforge.net/lists/listinfo/libusbx-devel
------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
libusbx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libusbx-devel

Reply via email to