Hi, In message <_A3847@delegate-en.ML_> on 10/04/07(20:27:56) you "Alok" <p7ehabdyi-mxhgu433j33w.ml@delegate.org> wrote: |I removed the xargs line from the makefile and tried to compile it. Now i am |getting the following error: | |..... |..... | |..\mkcpp.exe < ftp.c > ftp.cpp | cl -O2 -nologo -DQS -I../gen -I../include -c ftp.cpp -Foftp.o |ftp.cpp |ftp.cpp(7131) : fatal error C1001: INTERNAL COMPILER ERROR | (compiler file 'E:\8168\vc98\p2\src\P2\main.c', line 494) This seems the bug of VC++ 6 with /O2 option. I can find many pages about it in search engines, for example at "http://www.ddj.com/database/184416535" You will be able to escape it by disabling the optimization, rewriting CFLAGS=-O2 in src/Makefile to -O or so for example. I only have VC++5 with /O2 and VC++7 without the capability of optimization :O Cheers, Yutaka -- 9 9 Yutaka Sato <pfqcabdyi-mxhgu433j33w.ml@delegate.org> http://delegate.org/y.sato/ ( ~ ) National Institute of Advanced Industrial Science and Technology _< >_ 1-1-4 Umezono, Tsukuba, Ibaraki, 305-8568 Japan Do the more with the less -- B. Fuller