ld --exclude-libs

Alan Modra amodra@gmail.com
Thu Sep 29 11:10:00 GMT 2016


On Thu, Sep 29, 2016 at 09:53:43AM +0200, BERTRAND Joël wrote:
> g++ -g -O2 -malign-double -mieee-fp -Wall -funsigned-char -g
> -Wl,--export-dynamic -Wl,--exclude-libs,../tools/openssl-1.1.0b/libcrypto.a:../tools/openssl-1.1.0b/libssl.a
> -o rpl <all .o> <all .a>

You should just pass the basename of the libraries you'd like to
exclude, not a full path.  -Wl,--exclude-libs,libcrypto.a:libssl.a

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list