7

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.

pauk
  • 350
  • 4
  • 15

1 Answers1

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