bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #12731] Undefined symbol causing apps to fail on Solaris 9


From: Gregory John Casamento
Subject: [bug #12731] Undefined symbol causing apps to fail on Solaris 9
Date: Tue, 19 Apr 2005 10:22:51 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040921

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12731>

                 Summary: Undefined symbol causing apps to fail on Solaris 9
                 Project: GNUstep
            Submitted by: gcasa
            Submitted on: Tue 04/19/2005 at 10:22
                Category: Backend
                Severity: 5 - Blocker
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

I get the following when attempting to run on Solaris 9:

ld.so.1: /usr/GNUstep/System/Applications/Gorm.app/Gorm: fatal: relocation
error: file
/usr/GNUstep/System/Library/Bundles/libgnustep-back.bundle/./libgnustep-back:
symbol floorf: referenced symbol not found

The problem is here:

      if (i < MAX_LEN)
        {
          for (i = 0; ; i++)
            {
              if (vp[i].code == ART_END)
                break;
              if (flags[i] & 1)
                vp[i].x = floorf(vp[i].x) + ofs;
              else if (flags[i] & 8)
                vp[i].x = floorf(vp[i].x + 0.5);
              if (flags[i] & 2)
                vp[i].y = floorf(vp[i].y) + ofs;
              else if (flags[i] & 4)
                vp[i].y = floorf(vp[i].y + 0.5);
            }
        }

in path.m.






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12731>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]