> -----Original Message----- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 04, 2007 3:06 AM > To: stdcxx-dev@incubator.apache.org > Subject: Re: running tests linked with stdcxx.dll on Windows > > That's not good, although I wonder how come it works in > automated builds. I suspect we'll need to get Farid to look > into what's going on here.
In automated builds the any dll's aren't copied, but lib path is added to PATH environment variable before running the exec utility. Farid.