[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] WCOWORK implementation : conclusions.



Quoting Mark Duckworth <mduckworth@atari-source.com>:

You could just relink every binary in your $PATH.  Seems easy enough to
me.

Yeah - you'd have to look in each directory in your path, find each executable
there and pass it to the relink command, however, you'd also need to special
case some things. Like I think GCC contains some executables that it runs that
aren't in your path, it just adds that directory on its own.   Might be perl
modules or other such things that might also have libs linked with them.