On Fri, Jul 14, 2017 at 6:27 AM,  <suburb4nfi...@gmail.com> wrote:
> Hey,
>
> I formatted my OS and now i am having a problem that was not present before.
> I am trying to use gotk3 and when i try to install it i run
>
> go install -v -tags gtk_3_18
>
> It used to only rebuild (correct me if im using a wrong verb here) the
> main.go file as it was the only one modified, but now it rebuilds the gtk
> and gdk packages every time. I checked and the .a files are present in the
> package dir. Does anyone have any idea why this is happening ?

Try `go list -f '{{ .StaleReason }}' PKG` to see why it is rebuilding a package.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to