Yeah Thanks! It Work!.

"yum install glibc-devel.i586"

Dan900 wrote:
> [dan...@localhost bin]$ ./gdc -m32 dupa.d
> /usr/bin/ld: crt1.o: No such file: No such file or directory
> collect2: ld returned 1 exit status

You will also need the 32-bit runtime libraries*...
By default you would only have the 64-bit variants.

* the package would be "glibc-devel", I believe
So something like: yum install glibc-devel.i386

--anders

Reply via email to