Hi!
When I'm trying to compile ghc from CVS checked out yesterday I run in to
the following problem:
------------------------------------------------------------------------
==fptools== make all - --no-print-directory -r;
in /users/cs/josefs/packages/fpbuild/ghc/lib/std/cbits
------------------------------------------------------------------------
gcc -O -Wall -DCOMPILING_STDLIB -I../../../includes -I../../../rts -c
writeError.c -o writeError.o
In file included from HsStd.h:59,
from writeError.c:21:
/usr/include/sys/resource.h:144: field `ru_utime' has incomplete type
/usr/include/sys/resource.h:145: field `ru_stime' has incomplete type
make[4]: *** [writeError.o] Error 1
I don't have a clue about this problem. Any help appreciated.
Compilation done by a sparc running solaris 2.7
gcc is 2.95.3
/Josef
PS. The name 'ld' is hardwired in a number of places in
fptools/mk/target.mk . This is a bit problematic for me because the
installation expects ld to be the GNU linker, but the GNU linker on my
system is called gld. I had to go in and change it by hand which is
somewhat suboptimal. Any chance to improve the situation?
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs