Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
903 views
in Technique[技术] by (71.8m points)

linux - Gcc-multilib for Fedora

I'm trying to install gcc-multilib on fedora, but I cannot find out how. AFAIK it is a Debian/Ubuntu specific package. Nevertheless, it is required for SASM IDE, in order to compile and debug FASM, NASM and gas assembly.

question from:https://stackoverflow.com/questions/65863241/gcc-multilib-for-fedora

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

The closes equivalent on Fedora are the 32-bit development libraries, glibc-devel.i686, libstdc++-devel.i686, and so on, and perhaps also their -static.i686 counterpart.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...