"Signal 127"?! I don't understand this.

$ ghc -c -v Main.hs
The Glorious Glasgow Haskell Compilation System, version 4.07

Effective command line: -c -v

Ineffective C pre-processor:
        echo '{-# LINE 1 "Main.hs" -}' > /tmp/ghc14489.cpp && cat Main.hs >> 
/tmp/ghc14489.cpp
    0.00s real     0.00s user     0.00s system
ghc:compile:Output file Main.o doesn't exist
ghc:recompile:Input file Main.hs newer than Main.o

Haskell compiler:
        /usr/local/lib/ghc-4.07/hsc /tmp/ghc14489.cpp  -fignore-interface-pragmas 
-fomit-interface-pragmas -fsimplify [ -fmax-simplifier-iterations4 ]   
-fwarn-overlapping-patterns -fwarn-missing-methods -fwarn-missing-fields 
-fwarn-deprecations -fwarn-duplicate-exports -fhi-version=407 -static 
"-himap=.%.hi:/usr/local/lib/ghc-4.07/imports/std%.hi" "-himap-sep=:"    -v 
-hifile=/tmp/ghc14489.hi -olang=asm -ofile=/tmp/ghc14489.s -F=/tmp/ghc14489_stb.c 
-FH=/tmp/ghc14489_stb.h +RTS -H6000000 -K1000000
Glasgow Haskell Compiler, version 4.07, for Haskell 98, compiled by GHC version 4.07
    0.52s real     0.42s user     0.03s system

Pin on Haskell consistency info:
        echo '
        .text
hsc.Main.hs.40.0..:' >> /tmp/ghc14489.s
    0.00s real     0.00s user     0.00s system
*** New hi file follows...
__interface "Main" Main  where
__export Main main;
import PrelFloat 1 !;
import Prelude 1;
main:: PrelIOBase.IO PrelBase.Z0T ;


ghc: module version unchanged at 1

Replace .hi file, if changed:
        cmp -s Main.hi /tmp/ghc14489.hi-new || ( rm -f Main.hi && cp 
/tmp/ghc14489.hi-new Main.hi )
    0.00s real     0.00s user     0.00s system

Unix assembler:
        gcc -o Main.o -c  -I. -I/usr/local/lib/ghc-4.07/includes /tmp/ghc14489.s
Unix assembler received signal 127 (core dumped)
deleting... /tmp/ghc14489.cpp /tmp/ghc14489.hi /tmp/ghc14489.s /tmp/ghc14489_stb.c 
/tmp/ghc14489_stb.h Main.o

rm -f /tmp/ghc14489*

-- 
 __("<    Marcin Kowalczyk * [EMAIL PROTECTED] http://qrczak.ids.net.pl/
 \__/              GCS/M d- s+:-- a23 C+++$ UL++>++++$ P+++ L++>++++$ E-
  ^^                  W++ N+++ o? K? w(---) O? M- V? PS-- PE++ Y? PGP+ t
QRCZAK                  5? X- R tv-- b+>++ DI D- G+ e>++++ h! r--%>++ y-


Reply via email to