logo       

[ ghc-Bugs-881718 ] spurious warning for no-main module when using -main-is: msg#00026

lang.haskell.glasgow.bugs

Subject: [ ghc-Bugs-881718 ] spurious warning for no-main module when using -main-is

Bugs item #881718, was opened at 2004-01-21 21:11
Message generated for change (Comment added) made by simonmar
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=881718&group_id=8032

Category: None
>Group: 6.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Simon Marlow (simonmar)
Summary: spurious warning for no-main module when using -main-is

Initial Comment:
Excuse me if this is a known bug. I compile a simple
program with a line like:

ghc -main-is TestCases --make TestCases.hs -o test

And it gives me a warning:

Warning: output was redirected with -o, but no output
will be generated
because there is no Main module.

but it creates the 'test' executable correctly.

This is with ghc version 6.2.

peace,

isaac jones
ijones@xxxxxxxxxxxxxxxx

----------------------------------------------------------------------

>Comment By: Simon Marlow (simonmar)
Date: 2004-01-22 10:15

Message:
Logged In: YES
user_id=48280

There were indeed a couple of bugs in -main-is when used in
conjunction with --make in 6.2. These will be fixed in 6.2.1.


----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2004-01-21 22:51

Message:
Logged In: NO

Oops! I think I'm incorrect, it doesn't seem to generate
the 'test' executable. I must have been drinking too much
coffee.

That said, I haven't yet figured out how to get --make and
-main-is to play nice together.

peace,

isaac

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=881718&group_id=8032


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise