[Haskell-cafe] Re: ghc: unrecognised flags: -I

Christian Maeder Christian.Maeder at dfki.de
Mon Jan 25 03:58:35 EST 2010


Lyndon Maydwell schrieb:
> For example, when I "cabal install -v storable-complex" I get the following:
> 
> /usr/bin/ghc -package-name storable-complex-0.2.1 --make
> -hide-all-packages -i -idist/build -i. -idist/build/autogen
> -Idist/build/autogen -Idist/build -I -optP-include
> -optPdist/build/autogen/cabal_macros.h -odir dist/build -hidir
> dist/build -stubdir dist/build -package base-3.0.3.1 -O
> Foreign.Storable.Complex
> ghc: unrecognised flags: -I

For me this works (and does not have that single "-I"):

/home/mac-bkb/bin/ghc -package-name storable-complex-0.2.1 --make
-hide-all-packages -i -idist/build -i. -idist/build/autogen
-Idist/build/autogen -Idist/build -optP-include
-optPdist/build/autogen/cabal_macros.h -odir dist/build -hidir
dist/build -stubdir dist/build -package base-3.0.3.1 -O
Foreign.Storable.Complex

> Has anyone encountered this before, or more realistically, can anyone
> give me some advice on how to narrow this problem down further?

Sorry, no idea.

> I'm running cabal version 1.6.0.1, ghc 6.10.4 on OS X 10.5.

I've got Cabal-1.6.0.3, ghc 6.10.4 on OS X 10.5 (Intel)

cabal-install version 0.6.2
using version 1.6.0.3 of the Cabal library

Christian


More information about the Haskell-Cafe mailing list