thx.
On Friday, January 19, 2018 at 2:30:17 AM UTC+8, Russ Cox wrote:
>
> See also https://github.com/golang/go/issues/7381 especially
> https://github.com/golang/go/issues/7381#issuecomment-66091683.
>
> Russ
>
>
> On Thu, Jan 18, 2018 at 5:21 AM, Dave Cheney > wrote:
>
>> I am running the same
MACOS 10.12.6 Build Error
./all.bash
Building Go cmd/dist using /Users/nzlov/program/go1.4.
Building Go toolchain1 using /Users/nzlov/program/go1.4.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
Building Go
Thank you.
On Monday, October 9, 2017 at 1:42:24 PM UTC+8, Ian Lance Taylor wrote:
>
> On Sun, Oct 8, 2017 at 10:30 PM, Nzlov >
> wrote:
> > I want load a plugin `modles.so` in other a plugin `plugin.so` , build
> > `modles.so` is ok , but build `plugin.so`
I want load a plugin `modles.so` in other a plugin `plugin.so` , build
`modles.so` is ok , but build `plugin.so` has error , not defined
`main.main`, but i have added `func main() {}` into `plugin.go`,like demo
<https://github.com/nzlov/testplugin>
On Monday, October 9, 2017 at 1:16:59
But I have added `main.main`
On Sunday, October 8, 2017 at 10:15:41 PM UTC+8, Nzlov wrote:
>
> How to load plugin in plugin? I make a demo
> <https://github.com/nzlov/testplugin> , but build plugin has runtime
> error...
> runtime.main_main·f: relocation target
Sorry,please help me.
On Sunday, October 8, 2017 at 10:47:46 PM UTC+8, Ralph Corderoy wrote:
>
> Hi Nzlov,
>
> > How to load plugin in plugin?
>
> You've emailed the wrong list. :-)
> To talk to users of the Go programming language you want Go Nuts.
> See th
How to load plugin in plugin? I make a demo
<https://github.com/nzlov/testplugin> , but build plugin has runtime
error...
runtime.main_main·f: relocation target main.main not defined
runtime.main_main·f: undefined: "main.main"
--
You received this message because you are s