Subject: Re: GCC problem
To: None <frank@wins.uva.nl>
From: Lennart Augustsson <augustss@cs.chalmers.se>
List: current-users
Date: 12/15/1997 00:08:18
Frank van der Linden <frank@wins.uva.nl> wrote:
[ ... problems with hex ... ]

I had similar problems.  My problem was that g++ nowadays leaves references
to functions that are declared inline in the code.  These functions didn't
get any definition though.  I've not checked if this problem still exists.

        -- Lennart