Bugs item #710805, was opened at 2003-03-27 08:07
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=710805&group_id=8032

Category: Compiler
Group: None
Status: Closed
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: compile windows program

Initial Comment:
To compile a windows program, the console window 
shouldn't appear, only the graphic window is needed

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

>Comment By: Sigbjorn Finne (sigbjorn)
Date: 2003-03-27 09:36

Message:
Logged In: YES 
user_id=232905

To build/link a GUI application rather than a console one (the 
default), use -optl-mwindows when linking.


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

Comment By: Axel Simon (as49)
Date: 2003-03-27 08:53

Message:
Logged In: YES 
user_id=489164

The flag
 --subsystem windows
to the linker should work as well. Don't know which one is the 
preferred one.


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

Comment By: Sigbjorn Finne (sigbjorn)
Date: 2003-03-27 08:14

Message:
Logged In: YES 
user_id=232905

To build/link a GUI application rather than a console one (the 
default), use -optl-mwindows when linking.


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=710805&group_id=8032
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to