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 81351 - LDFLAGS not passed to gtkdoc-scangobj
LDFLAGS not passed to gtkdoc-scangobj
Status: RESOLVED DUPLICATE of bug 81353
Product: pango
Classification: Platform
Component: docs
unspecified
Other Solaris
: Normal major
: 1.2.0
Assigned To: Owen Taylor
Owen Taylor
: 81350 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-05-10 13:06 UTC by Shivram U
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (1.36 KB, patch)
2002-05-10 13:06 UTC, Shivram U
none Details | Review

Description Shivram U 2002-05-10 13:06:05 UTC
The 64bit build of pango fails in the docs/ 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:06:45 UTC
Created attachment 8344 [details] [review]
Proposed patch
Comment 2 Shivram U 2002-05-10 13:08:59 UTC
*** Bug 81350 has been marked as a duplicate of this bug. ***
Comment 3 Luis Villa 2002-05-17 00:59:23 UTC
This is somewhat arbitrary of me but it seems like this should build
on 64 bit machines, so marking 2.0.1.
Comment 4 Owen Taylor 2002-05-17 02:40:09 UTC
Not build on 64-bit machines. Build *out of CVS* on 64-bit
machines. There is no issues with the distributed tarballs.
Comment 5 Matthias Clasen 2002-11-26 10:20:32 UTC
Since this is actually a gtk-doc bug, marking this as duplicate of
bug 81353.

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