#4852: cabal doesn't tell ./configure which gcc to use
----------------------------------+-----------------------------------------
Reporter: kazu-yamamoto | Owner: igloo
Type: bug | Status: new
Priority: highest | Milestone: 7.0.2
Component: libraries (other) | Version: 7.1
Keywords: | Testcase:
Blockedby: | Difficulty:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: Other
----------------------------------+-----------------------------------------
Comment(by igloo):
Hmm, what you pasted said 2.3.0.2:
{{{
% cabal build
Preprocessing library network-2.3.0.2...
}}}
I've just tried compiling the 2.3.0.1 tarball in the same way, and that
also worked. Are you definitely using the new Cabal library? e.g. does it
also fail if you run:
{{{
$ tar -zxf network-2.3.0.1.tar.gz
$ cd network-2.3.0.1
$ /path/to/ghc --make Setup
$ ./Setup configure --user --with-compiler=/path/to/ghc
$ ./Setup build
}}}
?
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4852#comment:21>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs