Subject: Re: GCC problem
To: Frank van der Linden <frank@wins.uva.nl>
From: Eric Haszlakiewicz <haszlaki@UAccess.NET>
List: current-users
Date: 12/16/1997 15:39:36
> > I removed /usr/src/gnu and re-supped it to insure all was clean, then just
..
> > hanging around, only ones put there by the make build. Any ideas?
> 
> In that case: I have no idea how I made it work anymore (and I can't
> check right now..). But I hear that a real fix is coming soon, so
> hopefully all will be revealed then. Sorry to make you do useless work..

	Removing the "inline" from the declaration of hex (and dec and oct)[1]
makes it work.  Probably make it a little slower but at least it will compile.
(As for why it helps...??, but it does)

eric
haszlaki@uiuc.edu

[1] in iostream.h, of course.