From: Alexander Kondratyuk (alexander.kondratyuk_at_[hidden])
Date: 2007-09-24 06:18:33


Hi Rene,
Thank you for message, indeed the problem was in PATH variable:
spawnvp() function failed to start process if it has to find the executable
using environment PATH variable, but meets the path to the CD drive with no
cd inserted during PATH veriable parse.

However, the problem was not connected with PATH variable length.

Thank you,
  Alexander.

On 9/20/07, Rene Rivera <grafikrobot_at_[hidden]> wrote:
>
>
> ...
> The only advice I have is to point to the one reason I know one gets
> spawn errors on Windows
> http://article.gmane.org/gmane.comp.lib.boost.user/23347
>