|
From: Franco B. <fra...@gm...> - 2000-12-09 08:08:57
|
Am Sam, 09 Dez 2000 schrieb Amit Lath: >Hi > >I downloaded the gcc 2.95.2 zip file from the link on >www.mingw.org page(to the sourceforge page). i have >unzipped it to C:\gcc directory and have set the path >in autoexec.bat. running gcc -v gives the right output >too. but when I try to run the standard hello world >program it says file stdio.h not found. Hi Amit, First, better take the snapshot-release 2.95.2-1. It's proven to be more stable than the "Stable - 2.95.2" release You got. Second, You also need the binutils - package AND the mingw-runtime AND the win32-libraries packagaes. The gcc-Zip file, only contains-the compiler(s) itself, stdio.h is in one of the runtime packages (not sure if in mingw or win32) The binutils-package contains the assembler, the linker and other essential tools. Ciao, Franco > >I am a beginner to c programming. ***PLEASE*** help me >in setting this compiler up. > >Thanx >Amit |