Compiling in 64 system 32 bit program

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


Dan900 wrote:
> I have GDC 64 on Linux Fedora 11, i wanna compile program to 32 bit systems
> but i have 64 bit system. Is this possible? when i type "--target-help" i have
> this error "gdc: error trying to exec 'cc1': execvp: Not Found"

To compile 32-bit programs, you use the -m32 flag.

--anders



More information about the Digitalmars-d mailing list