how to compile non-dynamic ghc-7.8.2 ?

Carter Schonwald carter.schonwald at gmail.com
Fri Apr 25 16:47:22 UTC 2014


@john, what version of cabal-install were you using? (i realize you're
probably using the right one, but worth asking :) )


On Fri, Apr 25, 2014 at 12:25 PM, John Lato <jwlato at gmail.com> wrote:

>
> On Apr 25, 2014 5:36 AM, "Bertram Felgenhauer" <
> bertram.felgenhauer at googlemail.com> wrote:
> >
> > John Lato wrote:
> > > I'd like to compile ghc-7.8.2 with DynamicGhcPrograms disabled (on
> 64-bit
> > > linux).  I downloaded the source tarball, added
> > >
> > > DYNAMIC_GHC_PROGRAMS = NO
> >
> > I've had success with setting both
> >
> > DYNAMIC_BY_DEFAULT   = NO
> > DYNAMIC_GHC_PROGRAMS = NO
> >
> > and removing the 'dyn' way altogether from GhcLibWays by setting
> > GhcLibWays = v explicitely. I expect that the latter is optional;
> > my goal was only to speed up the build.
> >
> > (The lines were copied from the perf-cross settings.)
>
> I tried disabling dynamicByDefault also, but that didn't help. It may be a
> problem with lib ways though, I'll try that.
>
> Thanks, John
>
> > Cheers,
> >
> > Bertram
> > _______________________________________________
> > Glasgow-haskell-users mailing list
> > Glasgow-haskell-users at haskell.org
> > http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
>
> _______________________________________________
> Glasgow-haskell-users mailing list
> Glasgow-haskell-users at haskell.org
> http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/glasgow-haskell-users/attachments/20140425/52ca7110/attachment-0001.html>


More information about the Glasgow-haskell-users mailing list