On Tue, Mar 9, 2021 at 9:21 AM Khanh TN <tnkha...@gmail.com> wrote:
>
> Hi, I'm a newbie.
> I built and installed gollvm with instructions from 
> https://go.googlesource.com/gollvm
> The build/installation was successful but it cannot run after installing.
> The step on the page "Using an installed copy of gollvm" is where the error 
> happens. Running "go" gives me this error:
> symbol lookup error: 
> /home/user/another-gollvm-installdir/lib64/libgo.so.13git: undefined symbol: 
> runtime.memmove
> I'm on Ubuntu 20.04, gcc 9.3.0.
> Anyone has this problem or built gollvm and has the solution for me? Also, 
> can anyone replicate this error? (If you have free time, thanks, building 
> anything llvm takes lots of time lol) (Should I file an issue on github?)

My guess is that the GoLLVM cmake files need to be updated for the
addition of libgo/runtime/go-memmove.c in
https://golang.org/cl/294931.

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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcXaKEePmaTXH5ftYHwj9thKsUTa0C9dmHsz9w%2B5b3YiDw%40mail.gmail.com.

Reply via email to