Mail Archives: djgpp/2000/10/31/09:30:20
Adam Majer <adamm AT polaris DOT galacticasoftware DOT com> wrote:
> Hi,
> Is it possible to install DJGPP only for one specific user? ie. have
> DJGPP available for deault only for used (say dos) and the original
> g++/gcc for others? If yes, how?
A cross-compiler will not ever block the visibility of the normal gcc,
usually. Any assumption they might is severely underestimating the
cleverness the GCC development team. By at least a mile.
Most of it is installed in its own directory tree under the
/usr/local/lib/gcc-lib root directory, and the user-visible programs
will not be installed under the name 'gcc', either. It'll become
something like /usr/local/bin/i586-pc-msdosdjgpp-gcc, instead. If you
do want it installed as plain 'gcc', you'll have to set up your own
copies of symlinks to do it. This you can perfectly easily do for an
individual user, only.
--
Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de)
Even if all the snow were burnt, ashes would remain.
- Raw text -