Mail Archives: djgpp/2002/08/17/16:02:22
> You are right regarding these PCs NT and WIN2K. These
> two PCs are set up the same. They are belonged to my
> company I work for and they have the same software
> installed and similar setup.
> It does not happen with 'cgwin' which is installed on
> these two PCs.
cywin is based on the Win32 API so uses different
Windows services.
> The two machine have Rational Rose installed ( Clear
> case, Clear quest, etc.) and also Lotus Note for email.
I have the Rational toolkit installed on my Win 2000
system and it doesn't cause the problem you have
mentioned on that system.
I have a separate Windows NT system that has an older
version of Lotus notes and it doesn't have problems
either.
So I suspect it's some other software (any virus
scanners?)
> One thing I have noticed is when I run 'gnu' compiler
> using make file I got Rational Window open that stop
> the make process and ask me to confirm my license.
> After I confirm it the make (compile) continues.
Path problems? DLL conflicts? I've never seen this, but
it definitely sounds like a conflict. I'd be also
worried about potential cygwin DLL/command conflicts.
> What is the different between cgwin and DJGPP commands
> (ls.exe etc.) ?
The API used to display the string. One uses the DOS/DPMI
method, the other uses Win32 calls.
- Raw text -