https://sourceware.org/bugzilla/show_bug.cgi?id=26708
Bug ID: 26708
Summary: lcc compiler can't build elfutils because of nested
functions
Product: elfutils
Version: unspecified
Status: UNCONFIRMED
Severity: nor
https://sourceware.org/bugzilla/show_bug.cgi?id=26708
Mark Wielaard changed:
What|Removed |Added
CC||mark at klomp dot org
--- Comment #1
https://sourceware.org/bugzilla/show_bug.cgi?id=26708
--- Comment #2 from Mark Wielaard ---
Note that there should be a configure test to check that your compiler has all
capabilities to build elfutils:
# We use -std=gnu99 but have explicit checks for some language constructs
# and GNU extension
https://sourceware.org/bugzilla/show_bug.cgi?id=26708
--- Comment #3 from Alex Stefanov ---
yes, i hacked such check with
export ac_cv_c99=yes
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=26708
Mark Wielaard changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---