You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull -u" and retry what you did to
reproduce the problem. Thanks.
What steps will reproduce the problem?
1. Set GOPATH to c:\goproj
2. Attempt to install a package with goinstall
3.
What is the expected output?
package installed
What do you see instead?
a message saying c is not an absolute path
Which compiler are you using (5g, 6g, 8g, gccgo)?
8g
Which operating system are you using?
Windows
Which revision are you using? (hg identify)
3418f22c39eb+ weekly/weekly.2011-06-02
Please provide any additional information below.
The text was updated successfully, but these errors were encountered:
Thank you for report and the fix.
goinstall still fails for me, because, it executes "mkdir -p ..." command when it
compiles and installs package. Windows mkdir does not have -p parameter. I will fix this
problem too.
Alex
The text was updated successfully, but these errors were encountered: