bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/23413] Builing gcc --with-build-config=bootstrap-lto\ bootstra


From: dilyan.palauzov at aegee dot org
Subject: [Bug gold/23413] Builing gcc --with-build-config=bootstrap-lto\ bootstrap-O3 and gold fails
Date: Sat, 14 Jul 2018 22:14:18 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]