Send Beginners mailing list submissions to beginners@haskell.org To subscribe or unsubscribe via the World Wide Web, visit http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners or, via email, send a message with subject or body 'help' to beginners-requ...@haskell.org
You can reach the person managing the list at beginners-ow...@haskell.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Beginners digest..." Today's Topics: 1. Re: -no-pie (Sumit Raja) ---------------------------------------------------------------------- Message: 1 Date: Tue, 15 Jan 2019 09:25:25 +1100 From: Sumit Raja <sumitr...@gmail.com> To: dennis.rad...@gmail.com Cc: beginners@haskell.org Subject: Re: [Haskell-beginners] -no-pie Message-ID: <cad4nrse5eptzhsdqsesn8utasaejur6wcohkdvic1+eypqf...@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" Hi Dennis, Seems like the GHC settings file is incorrect. There is an SO answer that explains how to change this on OSX: https://stackoverflow.com/questions/50386787/cabal-install-gcc-failed-in-phase-c-compiler/50419101#50419101 and a defect (https://github.com/haskell/haskell-platform/issues/304) This may not be your exact situation but you can adjust settings accordingly based on the path provided (/Library/Frameworks/GHC.framework/Versions/8.4.2-x86_64/usr/lib/ghc-8.4.2/settings). Regards Sumit On Mon, 14 Jan 2019 at 23:47, <beginners-requ...@haskell.org> wrote: > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 13 Jan 2019 08:39:42 -0800 > From: Dennis Raddle <dennis.rad...@gmail.com> > To: Haskell Beginners <beginners@haskell.org> > Subject: [Haskell-beginners] -no-pie > Message-ID: > <CAKxLvooVcHrQ1h_L5a0z_wLJNpM_g9R8D55oExyb=waq6j8...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > I'm on MacOS Sierra. I'm using stack, but I also sometimes use the system > GHC for situations where stack is problematic (one of my applications > spawns GHC as part of a work-loop cycle and it's faster to run the system > GHC). > > My system GHC is 8.4.2. > > I just started getting an error on compilation with the system GC: > clang: error unknown argument: -no-pie > > Does I just need to update the system GHC or is this a symptom of something > deeper? > ------------------------------ Subject: Digest Footer _______________________________________________ Beginners mailing list Beginners@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners ------------------------------ End of Beginners Digest, Vol 127, Issue 3 *****************************************