|
Posted by on December 13, 2005, 4:11 pm
Please log in for more thread options
Jacob Sparre Andersen wrote:
> iceberg@verycool.co.uk writes:
> > Has anyone recently built legOS or installed winlegOS under windows?
[snip]
> >Building GCC (buildgcc.sh) I get:-
> >
> > install: g++.exe does not exist
> > chmod: cannot access `/usr/local/bin/g++.exe': No such file or
> > directory
> >
> > the only g++.exe I see is in /bin - did I do something wrong?
>
> Two options:
>
> a) Edit "buildgcc.sh" so it uses "/" and not "/usr/local/" as the
> assumed installation prefix.
> b) Install Cygwin in "/usr/local" instead of in "/".
I over-simplified: Its not just a case of one prefix in one file. I
hacked my way past 3 other mis-matched paths before concluding
something must be drastically mis-configured.
|