#3889: configure script is generating the incorrect value for
HAVE_GNU_NONEXEC_STACK
---------------------------+------------------------------------------------
Reporter: dmp | Owner: igloo
Type: bug | Status: closed
Priority: high | Milestone: 6.12.3
Component: Build System | Version: 6.13
Resolution: fixed | Keywords:
Difficulty: | Os: Linux
Testcase: | Architecture: x86_64 (amd64)
Failure: Other |
---------------------------+------------------------------------------------
Changes (by igloo):
* status: new => closed
* resolution: => fixed
Comment:
Fixed in HEAD and 6.12 branch by:
{{{
Fri May 21 17:50:05 BST 2010 Ian Lynagh <[email protected]>
* Unset $CFLAGS for "GNU non-executable stack" configure test; fixes
#3889
With gcc 4.4 we get
Error: can't resolve `.note.GNU-stack' {.note.GNU-stack section} -
`.Ltext0' {.text section}
when running gcc with the -g flag. To work around this we unset
CFLAGS when running the test.
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3889#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs