Sponsored Content
Operating Systems Linux SuSE Cannot find -lusb in opensuse 12.2 Post 302868033 by LMHmedchem on Friday 25th of October 2013 04:50:40 PM
Old 10-25-2013
This is the list of libs that are loaded,
linux-vdso.so.1 (0x00007fffd1595000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f85ac109000)
libusb-1.0.so.0 => /usr/lib64/libusb-1.0.so.0 (0x00007f85abef9000)
libstdc++.so.5 => /usr/lib64/libstdc++.so.5 (0x00007f85abc17000)
libm.so.6 => /lib64/libm.so.6 (0x00007f85ab919000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f85ab703000)
libc.so.6 => /lib64/libc.so.6 (0x00007f85ab355000)
/lib64/ld-linux-x86-64.so.2 (0x00007f85ac325000)
librt.so.1 => /lib64/librt.so.1 (0x00007f85ab14d000)

I'm not sure this tells me if my app is using anything in the library or not because I linked to the usb library in make. If I have -lusb-1.0 in my link rule, will libusb-1.0 appear on this list even if there is never anything in the library that gets called?

I guess I probably need to build it without the link and see if it still works.

LMHmedchem
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Opensuse installation

I have never installed unix, after going through forum i realised opensuse is one of the goodoptions. I have downloaded iso image and burned DVD and took installation print out. I have created a partition (g)of 10gb, but my question is how do i make unix to get installed on my partitioned... (0 Replies)
Discussion started by: striker1
0 Replies

2. Linux

The LimitRequestBody filed in openSUSE 10.2

Because some program i have installed can not upload files bigger than some size as printing, the base got a packet bigger than 'max_allowed_packet' bytes what that i need to do as written in the documentation of the program increase the value of a fileld called LimitRequestBody told that is in... (5 Replies)
Discussion started by: tal
5 Replies

3. SuSE

Opensuse mt command

do not have lock and unlock function, is any way to lock the tape drive under opensuse 10? thanks (4 Replies)
Discussion started by: lijiajin
4 Replies

4. UNIX for Advanced & Expert Users

openSuse 10.3 , Emulex HBA

hello, i have a dell Poweredge 2950 ( Server ) and an IBM storage device DS 3000 family ( Storage ) . I am supposed to link the IBM storage device to the Dell Poweredge via "Emulex 4Gb Fibre Channel Host Bus Adapter". I have put the addapter card in my server and connected it to the storage.... (3 Replies)
Discussion started by: nux007
3 Replies

5. SuSE

openSUSE support

does Novell support openSUSE as it does for it's server packages, or is openSUSE's support the same as every other distribution of linux? (1 Reply)
Discussion started by: bcbotha
1 Replies

6. SuSE

openSuse 11.1 RAID 0 Question

Hello, I have a file server running openSuse 11.1, that has two HDDs running in RAID 0 (mirroring) using the md software RAID linux driver. I was considering removing this RAID, using one of the drives as the OS and the other as a data drive. Is there any way to stop using this as a RAID set to do... (4 Replies)
Discussion started by: vwgtiturbo
4 Replies

7. SuSE

Is OpenSuSE 12.1 stable and reliable?

Hi, We are ready to update OpenSuSE for our web servers from 11.2 to either 11.4 or 12.1. 12.1 is still a beta version. Is it stable and reliable enough for production servers? Please share your valuable experiences. Thank you in advance! (5 Replies)
Discussion started by: aixlover
5 Replies
commoncpp-config(1)						   GNU Telephony					       commoncpp-config(1)

NAME
commoncpp-config - script to get information about common c++ library SYNOPSIS
commoncpp-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--includes] DESCRIPTION
commoncpp-config is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and link programs that use the commonc++ library. Note: commoncpp-config is provided for compatibility with legacy software only. Current projects should use pkg-config instead! OPTIONS
--version Print the currently installed version of common c++ on the standard output. --includes Print the include directory for commonc++ headers --libs Print the linker flags that are necessary to link a program with commonc++ --cflags Print the compiler flags that are necessary to compile a program with commonc++ --prefix=PREFIX If specified, use PREFIX instead of the installation prefix that common c++ was built with when computing the output for the --cflags and --libs options. This option is also used for the exec prefix if --exec-prefix was not specified. This option must be specified before any --libs or --cflags options. --exec-prefix=PREFIX If specified, use PREFIX instead of the installation exec prefix that common c++ was built with when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. SEE ALSO
pkg-config(1). AUTHOR
commoncpp-config was written by David Sugar <dyfet@gnutelephony.org>. COPYRIGHT
Copyright (C) 2009 David Sugar, Tycho Softworks. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. GNU Common C++ Configuration July 2009 commoncpp-config(1)
All times are GMT -4. The time now is 04:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy