All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zdenek Kabelac <zkabelac@redhat.com>
To: lvm-devel@redhat.com
Subject: libcunit not found but installed [was Re: more complex example_cmdlib.c ? ]
Date: Mon, 25 Nov 2013 17:30:35 +0100	[thread overview]
Message-ID: <52937B2B.7040205@redhat.com> (raw)
In-Reply-To: <529379EC.6070903@mglug.de>

Dne 25.11.2013 17:25, Oliver Rath napsal(a):
> Hi Zdenek!
>
> Am 25.11.2013 17:20, schrieb Zdenek Kabelac:
>> Dne 25.11.2013 17:16, Zdenek Kabelac napsal(a):
>> [..]
>> You need devel packages for cunit if you want to link it.
>>
> was already installed:
>
> lvm2$ dpkg-query -l libcunit1-dev
> Gew?nscht=Unbekannt/Installieren/R=Entfernen/P=Vollst?ndig L?schen/Halten
> | Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
>           Halb installiert/Trigger erWartet/Trigger anh?ngig
> |/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler:
> GROSS=schlecht)
> ||/ Name                     Version                  Beschreibung
> +++-========================-========================-================================================================
> ii  libcunit1-dev            2.1-0.dfsg-9             Unit Testing
> Library for C -- development files
>
> lvm2$ dpkg-query -L libcunit1-dev
> /.
> /usr

>
> Whats now?
>



look into    config.log  output from configure for a problem.

Seems there is no support for  pk config in  Ubuntu package like in Fedora:

i.e.:
/usr/lib64/pkgconfig/cunit.pc

---
prefix=/usr
exec_prefix=/usr
libdir=/usr/lib64
includedir=/usr/include

Name: CUnit
Description: C Unit Testing Framework
Version: 2.1
Libs: -L${libdir} -lcunit
Cflags: -I${includedir}
---


So either write something like this for you systems - or send a patch
with enhanced detection for CUnit  for configure.in

Zdenek



  parent reply	other threads:[~2013-11-25 16:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-25 14:28 more complex example_cmdlib.c ? Oliver Rath
2013-11-25 15:11 ` Zdenek Kabelac
2013-11-25 15:41   ` libcunit not found but installed [was Re: more complex example_cmdlib.c ? ] Oliver Rath
2013-11-25 16:16     ` Zdenek Kabelac
2013-11-25 16:20       ` Zdenek Kabelac
2013-11-25 16:25         ` Oliver Rath
2013-11-25 16:28           ` Zdenek Kabelac
2013-11-25 16:30           ` Zdenek Kabelac [this message]
2013-11-25 16:59             ` SOLVED [was libcunit not found but installed ] Oliver Rath

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52937B2B.7040205@redhat.com \
    --to=zkabelac@redhat.com \
    --cc=lvm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.