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.
Asked
Active
Viewed 4,145 times
1 Answers
9
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.

Florian Weimer
- 32,022
- 3
- 48
- 92