On Thu, 20 Jan 2005, Scott Saccone wrote: > > I'm using the x86_64 of FC2 and FC3 and I cannot use gcc with the -m32 > option. Compiling helloworld using gcc -m32 yields "/usr/bin/ld: crt1.o: > No such file: No such file or directory collect2: ld returned 1 exit > status". You need the i386 glibc-devel package installed (and dependencies) in order to compile & link most programs. -- Elliot