Probably not a bug ... rather user manual omission.

1998-02-26 Thread David Plume
ghc-3.10, Solaris 2.5.1 The compiler doesn't appear to link programs compiled with the -prof -auto options if the -O flag is set. As far as I can make out that's just fine, as long as it says so in the 'Compiling programs for profiling' section of the user manual - but I couldn't find it.

Re: is this a bug?

1998-02-26 Thread Simon Marlow
Marko Schuetz [EMAIL PROTECTED] writes: ghc-3.01 complains about a syntax error in the following cut down program: module Fehler where data Constr = (:-:) { expr :: LambdaCExpr, context :: ContextTerm } kinetic% ghc Fehler.hs Fehler.hs:4:12: parse error on input: "{" Yes, it

Re: Probably not a bug ... rather user manual omission.

1998-02-26 Thread Sigbjorn Finne
David Plume writes: ghc-3.10, Solaris 2.5.1 The compiler doesn't appear to link programs compiled with the -prof -auto options if the -O flag is set. Hi, profiling optimised programs is legal - what's the linker errors you're getting? --Sigbjorn

Re: Probably not a bug ... rather user manual omission.

1998-02-26 Thread Sigbjorn Finne
David Plume writes: Resent: Apologies if this arrives twice... Mailer at dcs.gla.ac.uk didn't like my MIME attached files, so they're just appended to this message. Dave Thanks, will have a look. There's been a couple of people reporting problems with

Re: Probably not a bug ... rather user manual omission.

1998-02-26 Thread Sigbjorn Finne
David Plume writes: The compiler doesn't appear to link programs compiled with the -prof -auto options if the -O flag is set. Hi, profiling optimised programs is legal - what's the linker errors you're getting? I've attached the output of the make process and a