From mboxrd@z Thu Jan 1 00:00:00 1970 From: "magbast" To: help-gcc@gnu.org Subject: help me pllzzzz...first time Date: Sun, 31 Oct 1999 13:57:00 -0000 Message-ID: <7v5sdq$278l@enews4.newsguy.com> X-SW-Source: 1999-10n/msg00492.html Message-ID: <19991031135700.l0JK9dYFX908X3PZ3u5j_psC_InS3e6Rot7SJM9BHxo@z> i'm using cygnus/gcc ...neither of their manuals can tell me why a simpe printf program won't exe...i keep getting a dll error...so i tried to make a dll and got more confused...i have the c and c++ books...but they don't help with the compiler...can anyone tell me how i should go about making the executable work...here's the program...very simple..yet after compiled, it won't work #include int main(void) { printf("This is a short program"); return 0; } ok..i compile it...the .exe is there...but i try to run it...and it says i'm missin drivers or dll....how to fix this...do i build a dll ? magbast