On Mon, Oct 11, 1999 at 11:11:51PM +0200, Eric Delaunay wrote: > > I cannot install both gcc 2.95.2-0pre1 and egcs64 19980921-3 because the > former > conflicts with the later. > Is there really any conflicts between these packages (like filenames overlap) > ? > Could I force the install without much troubles ? > > Regards.
The conflict is in error, the control contained "<" when it should have been "<<", and somehow this get's interpreted as "<=", which gives the false dep. So the answer is, no there is no real conflict. Ben

