Fri Feb 8 11:26:13 PST 2008 Duncan Coutts <[EMAIL PROTECTED]>
* Fix a bug where the destdir prefix got included in the prog prefix and
suffix
Previously all members of InstallDirs were paths so it was safe to prefix
them all with the destdir, but now we've also got these two non-paths, so
Christian Maeder wrote:
Peter Gavin wrote:
Sorry, I should've given more information. I'm trying to build under
Mac OSX 10.5, which requires that ranlib is run on vanilla libraries
I think, running ranlib (after moving .ar files) is only needed on PPC
macs (not on i386). Am I right? (I only a
Duncan Coutts wrote:
On Thu, 2008-02-07 at 12:10 -0500, Peter Gavin wrote:
The makefiles generated by cabal don't run ranlib on libraries. This is
a big problem since GHC uses the makefile generator :)
I've attached a patch that fixes things. I tested it by replacing the
Cabal tree in a ghc sn
On Thu, 2008-02-07 at 12:10 -0500, Peter Gavin wrote:
> The makefiles generated by cabal don't run ranlib on libraries. This is
> a big problem since GHC uses the makefile generator :)
>
> I've attached a patch that fixes things. I tested it by replacing the
> Cabal tree in a ghc snapshot; every