[Bug 967620] Review Request: edelib - Small and portable C++ library for EDE

bugzilla at redhat.com bugzilla at redhat.com
Thu Jun 13 17:56:22 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=967620

--- Comment #21 from Michael Schwendt <mschwendt at gmail.com> ---
> I don't know what's wrong with the pkgconfig files?

Well, they refer to libraries you have deleted. ;-)
Examples:

  $ pkg-config --libs edelib
  -ledelib  
  $ pkg-config --libs edelib-dbus
  -L/lib64 -ledelib_dbus -ledelib -ldbus-1  
  $ pkg-config --libs edelib-gui
  -Wl,-z,relro -ledelib_gui -lfltk_images -lfltk -ledelib  
  $ pkg-config --libs edelib-gui-no-images
  -Wl,-z,relro -ledelib_gui -lfltk -ledelib  

What to do about the FLTK libs that are being referred to is an entirely
different matter and also depends on whether libedelib_gui is a shared or
static lib.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=QBddgE4j0r&a=cc_unsubscribe


More information about the package-review mailing list