On Saturday 15 January 2005 17:17, Rob Landley wrote:
> Running ptrace under uml found the problem with gcc: UML's default
> environment includes "." at the end of $PATH, and if you have that gcc
> doesn't search the path for ld.
>
> So I took "." out of the path, and it started working. Yay! (Co
Running ptrace under uml found the problem with gcc: UML's default environment
includes "." at the end of $PATH, and if you have that gcc doesn't search the
path for ld.
So I took "." out of the path, and it started working. Yay! (Cool stuff,
guys.)
Along the way, I found some interesting qu