Thomas, check your environment configuration and source code is correct. 1. ADA_SOURCE_PATH,ADA_INCLUDE_PATH environment variables should include %GNATCOM HOME% \ framework 2. PATH variable should be include %GNATCOM HOME% \tools "compilation unit expected" "illegal character" check your souce to sure there is no invisible illegal character in your source code and do not forget delete all *.o and *.ali in building path. in some case,clean build will solve some unknown problem. "Thomas Krueger" ���g��l��s�D:44b4f8a3$1@news.uni-rostock.de... > Hi, > > thank you for your email. Can you help me again? Iextracted the archive > and tried to install gnatcom by following the instruction in the > readme.txt. Instead off calling the install bat I entered the following > command: > > C:\Programme\gnavi\gnatcom>gnat make makefile > > after that I recieved the following error messages > > gcc -c -x ada makefile > makefile:1:01: compilation unit expected > makefile:26:10: illegal character > makefile:33:30: illegal character > makefile:50:24: illegal character > gnatmake: "makefile" compilation error > > the gnavi/gnatcom is in the path in autoexec.bat > > Sorry, but i dont know what to do to make it run. A longer time ago i've > written simple programm using the gwindows. At that time the installtion > using the old gnat 3.15p succeeded without any problems. > > Thank you > Thomas > >