> If anyone can provide any help with GCC 3.0 and virtual functions > (especially as relates to building on HPPA) I'd appreciate it. Even just > URLs to the "transition FAQ", would be helpful. > > This problem may either be a lack of G++ 3.0 knowledge on my part, or it > may be that I've been staring at this problem for so long, that I just need > another pair of eyes to see what I'm missing.
http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/porting-howto.html in particular, note that vform is not standard and is no longer supported in libstdc++3. there's nothing hppa-specific about this at all. hth, randolph -- Debian Developer <[EMAIL PROTECTED]> http://www.TauSq.org/

