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 see that it only happened with gcc-2.95.3 and not with gcc-3.4.4

Christian

rm -f System/Posix/Resource.o; if [ ! -d System/Posix/Resource_split ];
then mkdi
r System/Posix/Resource_split; else /usr/local/bin/find
System/Posix/Resource_spl
it -name '*.o' -print | xargs rm -f __rm_food; fi;
../../ghc/compiler/ghc-inplace -H16m -O -Iinclude  -ignore-package unix
-O -Rghc-
timing -fgenerics  -package base -fgenerics -split-objs    -c
System/Posix/Resour
ce.hs -o System/Posix/Resource.o  -ohi System/Posix/Resource.hi
Warning: retaining unknown function `getpwuid_r' in output from C compiler
Warning: retaining unknown function `getpwnam_r' in output from C compiler
Warning: retaining unknown function `getgrgid_r' in output from C compiler
Warning: retaining unknown function `getgrnam_r' in output from C compiler
<<ghc: 78796436 bytes, 14 GCs, 2716618/5477444 avg/max bytes residency
(3 samples
), 19M in use, 0.00 INIT (0.00 elapsed), 1.12 MUT (8.16 elapsed), 0.41
GC (0.66 e
lapsed) :ghc>>
( cd System/Posix/Resource_split; rm -f ld.script; touch ld.script; echo
"INPUT("
 *.o ")" >>ld.script; /home/maeder/bin/ld -r -x -o ../Resource.o
ld.script; );
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to