THE MARTYR OF BUTLERIAN JIHAD on Nostr: Andrew GHC calls GCC for linking and to build C code. Duh... basically, you can mix ...
Andrew (npub1l4z…cyh6) GHC calls GCC for linking and to build C code. Duh... basically, you can mix .hs and .c files in the same call
ghc -o myprog myprog.hs a_bit_of.c
This works.
ghc -o myprog myprog.hs a_bit_of.c
This works.