Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't output non-console executable. #1516

Closed
mattn opened this issue Feb 15, 2011 · 4 comments
Closed

Can't output non-console executable. #1516

mattn opened this issue Feb 15, 2011 · 4 comments

Comments

@mattn
Copy link
Member

mattn commented Feb 15, 2011

Currently, go's linker does not support to output GUI executable.

1. cd src\pkg\exp\wingui
2. gomake
3. wingui

What is the expected output?

Console should be detached from console you seeing.

What do you see instead?

some characters are output to console.

Which compiler are you using (5g, 6g, 8g, gccgo)?

8g

Which operating system are you using?

Win32 XP

Which revision are you using?  (hg identify)

d21418d773ba+ tip

Please provide any additional information below.

nope
@rsc
Copy link
Contributor

rsc commented Feb 16, 2011

Comment 1:

Status changed to LongTerm.

@rsc
Copy link
Contributor

rsc commented Feb 16, 2011

Comment 2:

The long term fix is to change -H to take a string
and then make this option be -H windows-gui.

@alexbrainman
Copy link
Member

Comment 3:

Labels changed: added os-windows.

Owner changed to @alexbrainman.

Status changed to Started.

@alexbrainman
Copy link
Member

Comment 4:

This issue was closed by revision 75fb2f6.

Status changed to Fixed.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants