Compiling in 64 system 32 bit program

Anders F Björklund afb at algonet.se
Mon Jun 1 01:09:52 PDT 2009


Dan900 wrote:
> [Dan900 at 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



More information about the Digitalmars-d mailing list