Hi, All,
those patch is not all that you need!

Locate file gcc-3.2/gcc/fixinc/procopen.c,
then locate line #176 in this file, and change:

       execvp (pz_cmd, (char**)pp_args);
To
      execvp ("sh.exe" /*pz_cmd*/, (char**)pp_args);

This helped me to build mspgcc under MSYS and MinGW.

All the best !
Oleg.

----- Original Message -----
From: "Dominic Pageau" <dpag...@infodev.ca>
To: <mspgcc-users@lists.sourceforge.net>
Sent: Friday, February 14, 2003 5:38 AM
Subject: Re: [Mspgcc-users] (gcc 3.2) & mingw building howto


> Andreas Schwarz wrote:
> > "D.Pageau" <dpag...@infodev.ca> wrote:
> >
> >
> >>I have this error while compiling MSPGCC with MinGW,  I have try W2K and
> >>W98SE.
> >
> > [...]
> >
> >>Error 2:  Could not execvp( '/bin/sh', ... ):  No such file or directory
> >
> >
> > Did you start the build from MSys or from the windows console?
> >
>
> Msys
>
> I have apply your patch and lunch build.sh.  make stop with this error
> while compiling gcc
>
> Maybe Lev could share with us on he make his binaries
>
> Dominic
>
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
> are you planning your Web Server Security? Click here to get a FREE
> Thawte SSL guide and find the answers to all your  SSL security issues.
> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>


Reply via email to