From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert Chin To: gcc@gcc.gnu.org Subject: Re: Building LyX 1.2.0 on HP-UX 11.11 with G++ 3.2 Date: Thu, 22 Aug 2002 11:02:00 -0000 Message-id: <20020822130230.C9686@oolong.il.thewrittenword.com> References: <20020822112947.A9686@oolong.il.thewrittenword.com> <200208221644.g7MGihc10537@porcupine.slc.redhat.com> X-SW-Source: 2002-08/msg01333.html On Thu, Aug 22, 2002 at 10:44:43AM -0600, Jeff Law wrote: > Weak symbols are not supported in SOM (HP's object format for 32bit > applications). Ahh, correct. Any idea why I get 't' and not 'T' for. The offending code is: class ControlGraphics : public ControlInset { public: ... template void ControlInset::updateSlot(bool switched) { if (switched) hide(); else update(); } -- albert chin (china@thewrittenword.com)