Building LyX 1.2.0 on HP-UX 11.11 with G++ 3.2

Albert Chin gcc@lists.thewrittenword.com
Thu Aug 22 11:02:00 GMT 2002


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<InsetGraphics, InsetGraphicsParams> {
  public:

  ...

  template <class Inset, class Params>
  void ControlInset<Inset, Params>::updateSlot(bool switched)
  {
    if (switched)
      hide();
    else
      update();
  }

-- 
albert chin (china@thewrittenword.com)



More information about the Gcc mailing list