Install static libstdc++
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: gcc-help@xxxxxxxxxxx
- Subject: Install static libstdc++
- From: Christer Solskogen via Gcc-help <gcc-help@xxxxxxxxxxx>
- Date: Tue, 16 Nov 2021 20:21:11 +0100
- Reply-to: Christer Solskogen <christer.solskogen@xxxxxxxxx>
- User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.3.1
How can I, if possible, configure gcc to only install static versions of
libgcc and libstdc++ while the rest are shared?
I know I can delete all unneeded static libs after install, but is there
a better way? I've tried setting --disable-static
--enable-static=libstdc++, but to no avail. A static version *is* built
(even without --enable-static=libstdc++) it's just not installed during
"make install (./x86_64-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.a)
--
chs
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]