Re: Building ghc-6.4-branch on Solaris

2005-06-10 Thread Christian Maeder
Axel Simon wrote: >>Warning: retaining unknown function `getgrnam_r' in output from C compiler > > I haven't overridden anything in build.mk, so I assume SplitObjs=YES. > When would I observe these warnings? the first time when the inplace compiler translates System/Posix/Resour ce.hs I just se

Re: Building ghc-6.4-branch on Solaris

2005-06-10 Thread Axel Simon
On Thu, 2005-06-09 at 15:24 +0200, Christian Maeder wrote: > Axel Simon wrote: > > gcc -O -Wall -I../../../ghc/includes -I../../../ghc/rts > > -I/core/include-c env.c -o env.p_o > > cc1: /core/include: Not a directory > > My gcc does not complain about that missing directory. I was able to >

Re: Building ghc-6.4-branch on Solaris

2005-06-09 Thread Christian Maeder
Axel Simon wrote: > gcc -O -Wall -I../../../ghc/includes -I../../../ghc/rts > -I/core/include-c env.c -o env.p_o > cc1: /core/include: Not a directory My gcc does not complain about that missing directory. I was able to create a working installation under solaris with: ./configure --disable-

Building ghc-6.4-branch on Solaris

2005-06-09 Thread Axel Simon
Hi, after faking my way around the not-enough-register in libraries/OpenGL recently reported on the HOpenGL list, I ran into the following: ==fptools== gmake all - --no-print-directory -r; in /nfs/myrtle/d24/part2/home/cur/