Hal Daume III <hdaume@ISI.EDU> writes: > I'm linking with a .a file built from C [...] so i tried > > ghc MyFile.hs -o myout -optctheafile.a > > but this doesn't appear to pass the paramter. If it's acceptable, you can try mv theafile.a libtheafile.a ghc MyFile.hs -o myout -L. -ltheafile Just a thought. Feri.