After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 657903 - linking examples fails
linking examples fails
Status: RESOLVED DUPLICATE of bug 656441
Product: cogl
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Cogl maintainer(s)
Cogl maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-09-01 08:52 UTC by Jussi Kukkonen
Modified: 2011-09-01 09:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
examples: Explicitly link CoglPango as needed (840 bytes, patch)
2011-09-01 08:52 UTC, Jussi Kukkonen
none Details | Review

Description Jussi Kukkonen 2011-09-01 08:52:36 UTC
Created attachment 195367 [details] [review]
 examples: Explicitly link CoglPango as needed

I'm buiding cogl in jhbuild on debian unstable and linking the example fails:

/usr/bin/ld: crate-crate.o: undefined reference to symbol 'pango_cairo_font_map_get_type'
/usr/bin/ld: note: 'pango_cairo_font_map_get_type' is defined in DSO /home/jku/gnome-shell/install/lib/libpangocairo-1.0.so.0 so try adding it to the linker command line
/home/jku/gnome-shell/install/lib/libpangocairo-1.0.so.0: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make: *** [crate] Error 1

PangoCairo libs ought to be explicitly linked?
Comment 1 Emmanuele Bassi (:ebassi) 2011-09-01 09:44:01 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 656441 ***