From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: Installing DJGPP in Linux Date: 31 Oct 2000 14:29:02 GMT Organization: Aachen University of Technology (RWTH) Lines: 21 Message-ID: <8tmkve$alr$1@nets3.rz.RWTH-Aachen.DE> References: <39FE301E DOT C70B6BA1 AT polaris DOT galacticasoftware DOT com> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 973002542 10939 137.226.32.75 (31 Oct 2000 14:29:02 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 31 Oct 2000 14:29:02 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Adam Majer 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.