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 437205 - gcc flags breaking build on Solaris
gcc flags breaking build on Solaris
Status: RESOLVED DUPLICATE of bug 339924
Product: pygobject
Classification: Bindings
Component: general
2.12.x
Other Solaris
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-09 16:30 UTC by Damien Carbery
Modified: 2007-05-09 16:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Check that gcc being used before adding gcc-specific build flags (465 bytes, patch)
2007-05-09 16:31 UTC, Damien Carbery
none Details | Review

Description Damien Carbery 2007-05-09 16:30:47 UTC
configure.ac adds gcc specific flags (-Wall, -std=c9x, -fno-strict-aliasing) to CFLAGS. These break the build on Solaris.
Attached patch checks whether gcc is being used before adding the flags.
Comment 1 Damien Carbery 2007-05-09 16:31:36 UTC
Created attachment 87890 [details] [review]
Check that gcc being used before adding gcc-specific build flags
Comment 2 Gustavo Carneiro 2007-05-09 16:35:25 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 339924 ***