On Thu, Jan 18, 2001 at 14:10:04 +0800, Frank Horowitz wrote: > Has anyone succeeded in getting egcs to co-exist iwth the mainstream gcc > packages in woody? If so, how?
The easiest way would be to build egcs for installation into different locations than the regular ones, e.g. mkdir builddir && cd builddir && ../configure --prefix=/extra/egcs/ The only problem you'll have to deal with then is due to some type changes in libc that were introduced after egcs' release. To fix that, grab the relevant patch from http://www.jhm.cistron.nl/egcs_1.1.2-0.diff.gz (which contains my half-hearted attempt at a "kgcc" version of egcs 1.1.2). HTH, Ray -- UNFAIR Term applied to advantages enjoyed by other people which we tried to cheat them out of and didn't manage. See also DISHONESTY, SNEAKY, UNDERHAND and JUST LUCKY I GUESS. - The Hipcrime Vocab by Chad C. Mulligan