Changes between Initial Version and Version 1 of Ticket #1773, comment 1


Ignore:
Timestamp:
04/29/19 15:09:47 (5 years ago)
Author:
Maxim Dounin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1773, comment 1

    initial v1  
    22
    33- most likely you'll have to proivide much more options than just `-static -static-libgcc`;
    4 - most options are to be provided for linking, not for compiling - that is, in `--with-ld-opts`.
     4- most options are to be provided for linking, not for compiling - that is, in `--with-ld-opt`.
    55
    66And, more importantly, on Linux the result is going to be non-portable: that is, you wan't be able to use the resulting binary on other hosts, and things may be suddenly become broken on upgrades. This is due to glib limitations on static linking - for certain functions it requires the same version of the glib library to be available at runtime.