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