Hello Yutaka, Thanks for the reply. Using your suggestion i was able to compile the code. Thanks for that. But as you said I am getting some linker errors now. So is there any workaround for that? Thanks.. Regards Alok Bhatnagar MicroWorld Technologies Inc, Mumbai http://www.mwti.net Direct: 000-0000000X ----- Original Message ----- From: "Yutaka Sato" <pficabdyi-mykgh44eg4tw.ml@delegate.org> To: <pficabdyi-mykgh44eg4tw.ml@delegate.org> Cc: <p7ehabdyi-mykgh44eg4tw.ml@delegate.org> Sent: Thursday, October 04, 2007 5:35 PM Subject: Re: [DeleGate-En:3863] compilation on windows 2000 > Hi, > > In message <_A3848@delegate-en.ML_> on 10/04/07(20:42:50) I wrote: > |In message <_A3847@delegate-en.ML_> on 10/04/07(20:27:56) > |you "Alok" <p7ehabdyi-mykgh44eg4tw.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. > > The appropriate page to be referred might be the one in Microsoft.COM > <URL:http://support.microsoft.com/kb/217164/> in which they describe > how to fix the bug of the VC++ 6.0 compiler. > > Cheers, > Yutaka > -- > 9 9 Yutaka Sato <pfqcabdyi-mykgh44eg4tw.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 > >