#3760: 6.12.1 Build failure on FreeBSD
---------------------------------+------------------------------------------
Reporter: PHO | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 6.12.1 | Keywords:
Os: FreeBSD | Testcase:
Architecture: Unknown/Multiple | Failure: Building GHC failed
---------------------------------+------------------------------------------
I found 6.12.1's rts/posix/Select.c doesn't compile on FreeBSD 7.0.
It uses "fd_set" which is defined by sys/select.h, but Select.c doesn't
#include it.
So I put "#include <sys/select.h>" at the beginning of Select.c, then the
problem went away.
(Sorry for not pasting any build log. I forgot to capture it.)
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3760>
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