Compiling in 64 system 32 bit program

Dan900 darkandan at gmail.com
Mon Jun 1 01:12:08 PDT 2009


Yeah Thanks! It Work!.

"yum install glibc-devel.i586"

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