https://sourceware.org/bugzilla/show_bug.cgi?id=23413

--- Comment #1 from dilyan.palauzov at aegee dot org <dilyan.palauzov at aegee 
dot org> ---
binutils is linked with

export CONFIG_SITE="a"
export CFLAGS="-O3 -pipe"
export CXXFLAGS="-O3 -pipe"
export LDFLAGS="-Wl,-O1,-s -fuse-ld=gold"
/git/binutils-gdb/configure --enable-threads --with-system-zlib
--with-system-readline --with-python=/usr/local/bin/python3
--enable-compressed-debug-sections=gold,ld --enable-gold=default
make -j2 && make install && make distclean && rm -rf b* e* g* i* l* o* r* sim

Why gold says

/usr/local/x86_64-pc-linux-gnu/bin/ld: error: cannot find -lisl
/usr/local/x86_64-pc-linux-gnu/bin/ld: error: cannot find -lmpc
/usr/local/x86_64-pc-linux-gnu/bin/ld: error: cannot find -lmpfr
/usr/local/x86_64-pc-linux-gnu/bin/ld: error: cannot find -lgmp
/usr/local/x86_64-pc-linux-gnu/bin/ld: error: cannot find -lz

but ld.bfd continues despite this, I cannot say.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to