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 81350 - 64bit build of Pango fails
64bit build of Pango fails
Status: RESOLVED DUPLICATE of bug 81351
Product: pango
Classification: Platform
Component: docs
unspecified
Other Solaris
: Normal major
: ---
Assigned To: Owen Taylor
Owen Taylor
Depends on:
Blocks:
 
 
Reported: 2002-05-10 13:05 UTC by Shivram U
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Shivram U 2002-05-10 13:05:40 UTC
The 64bit build of pango fails in the doc/gconf directory. This is because 
the CFLAGS and LDFLAGS passed by the user is not being considered. For 
64bit compilation we export CFLAGS="-xarch=v9" and LDFLAGS="-xarch=v9 -i".

Attaching a patch which fixes this
Comment 1 Shivram U 2002-05-10 13:08:59 UTC

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