2012/7/29  <sebasti...@gmx-topmail.de>:
>> On 2012.07.28 15:51, Ludovic Rousseau wrote:
>> Compiled with -g compilation argument, not with --enable-debug-log
> Can you please give me some hints on how to compile libusbx with the right 
> compiler
> options, that match with the Ubuntu directory scheme? No matter what 
> combinations I
> tried so far, there were always some files installed in the wrong directory. 
> What I need
> is a way to compile and install libusbx similar to the package installation.

Use something like:
$ CFLAGS="-g -O0" ./configure
$ make clean
$ make

> Do you think that I have to recompile the Omnikey driver with the –g argument 
> as well?

The Omnikey driver is already built with debug info. That is why you
can get the source code file name and line number in the backtrace.

Bye

-- 
 Dr. Ludovic Rousseau

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
libusbx-devel mailing list
libusbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusbx-devel

Reply via email to