Re: Building a real static binary

2017-08-29 Thread Florian Margaine
Hi, Le 24 août 2017 10:18 AM, "Daniel Kochmański" a écrit : Hey, you can build ECL as a static library and statically link with it. You have to pass --disable-shared flag at configure time. Then you will have libecl.a and statically linked ecl binary. This option isn't well tested but it works

Re: Building a real static binary

2017-08-24 Thread Daniel Kochmański
Hey, you can build ECL as a static library and statically link with it. You have to pass --disable-shared flag at configure time. Then you will have libecl.a and statically linked ecl binary. This option isn't well tested but it works as far as I can tell. You may want to link your library wi