Posted on Nov 11, 2011 by
Swift Cat
What steps will reproduce the problem?
- Set GOPATH variable different from GOROOT
- Goinstall external package (from github/launcpad etc..)
- Import external package inside project
- Compile project using godag
What is the expected output? What do you see instead?
Expected project to compile, it does not. Packages in GOPATH are not found by compiler (gc), unless GOPATH == GOROOT.
Comment #1
Posted on Apr 5, 2012 by Swift Catworks for backend gc [8g,6g,5g], not for gccgo yet
Status: Started
Labels:
Type-Defect
Priority-Medium