failure to link most programs on Leopard

Ken Cunningham ken.cunningham.webuse at gmail.com
Sat Nov 14 20:33:27 UTC 2020


Here is another more complex block I added to another port, that also suppresses the compact unwind issue too:


=======

if {[variant_isset universal]} {
    lappend merger_configure_env(i386)      LDFLAGS=-Wl,-read_only_relocs,suppress,-no_compact_unwind
} else {
    if {${build_arch} eq "i386"} {
        configure.env-append                LDFLAGS=-Wl,-read_only_relocs,suppress,-no_compact_unwind
    }
}

===========
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-users/attachments/20201114/bef6c3f3/attachment.htm>


More information about the macports-users mailing list