On Wed, 20 Sep 2000, Lior Silberman wrote:
> 2. src/filedlg.C compiles ok, but during the link phase, I get:
> filedlg.o: In function `LyXFileDlg::Reread(void)':
> filedlg.C:245: undefined reference to `GroupCache::find(unsigned int) const
>
> I think this is beacuse g++ -g does not expand GroupCache::find inline,
> and therefore it's missing from the object file. Compiling this file
> separately with (-g -O) solves the problem. I wonder why this happens,
> since there is no complaint about UserCache::find.
>
I have the exact same problem. I have to apply a patch to filedlg.C each
time. Unfortunately no-one else on the list can see this (Except you ;)
thanks
john