Replies: 1 comment
-
^ this is what I've found online. Can we take a step back please and can you help me understand what you're trying to achieve? I don't think LND relies on many shared libraries as it currently stands. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to compile a dynamically linked
lnd
executable but have had no success so far using the following steps:2.
go install -buildmode=shared -linkshared std
GOBUILD := $(LOOPVARFIX) go build -v -linkshared]
Running
make build
fails with the following error:Also tried prepending
GCO_ENABLED=1
to l. 107/108 but the error persists.Would anyone happen to have any ideas of what (else) I need to change in the Makefile in order to produce a dynamically linked executable?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions