ppc64le: go compiled programs should statically link with libgo

XMLWordPrintableJSON

    • Fully Compatible
    • Platforms F (01/29/16)
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      When gccgo compiles binaries, it dynamically links those binaries with libgo.so. This requires that users have libgo.so installed.

      MongoDB should compile binaries with static linking for libgo instead.

      Example:

      go build -gccgoflags '-static-libgo' -o bin/mongodump mongodump/main/mongodump.go
      

              Assignee:
              Mark Benvenuto
              Reporter:
              Mark Benvenuto
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: