dgiagio / warp

Create self-contained single binary applications
MIT License
1.91k stars 91 forks source link

resulting executable is dynamically linked instead of statically linked #36

Open leapingbytes opened 5 years ago

leapingbytes commented 5 years ago

I am trying to setup docker build process and I am able to build and app, but for some reason the final executable is dynamically linked.

MyApp: ELF 64-bit LSB pie executable x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=d405babc210901599bb80605a87853e2a1f662ba, stripped

All relevant files could be found: https://gist.github.com/leapingbytes/b046a1309ca8fa6c75e2b2bf6dc45720

Any suggestions would be highly appreciated.