|
Re: Building ghc-6.4-branch on Solaris: msg#00024lang.haskell.glasgow.bugs
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; );
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Building ghc-6.4-branch on Solaris, Axel Simon |
|---|---|
| Next by Date: | [ ghc-Bugs-1209152 ] non-termination without optimization, SourceForge.net |
| Previous by Thread: | Re: Building ghc-6.4-branch on Solaris, Axel Simon |
| Next by Thread: | [ ghc-Bugs-1209152 ] non-termination without optimization, SourceForge.net |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |