bugGNUstep - Bugs: bug #12731, Undefined symbol causing apps to...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

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

Submitted by:  Gregory John Casamento <gcasa>
Submitted on:  Tue 19 Apr 2005 10:22:50 AM UTC  
 
Category: BackendSeverity: 5 - Blocker
Item Group: BugStatus: Fixed
Privacy: PublicAssigned to: Adam Fedor <fedor>
Open/Closed: Closed

Wed 20 Apr 2005 02:45:18 AM UTC, comment #1:

Changed floorf->floor. Not sure why it was like that, as the arguments were all doubles.

Adam Fedor <fedor>
Project AdministratorIn charge of this item.
Tue 19 Apr 2005 10:22:50 AM UTC, original submission:

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.

Gregory John Casamento <gcasa>
Project Administrator

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 3 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Wed 20 Apr 2005 02:45:18 AM UTCfedorStatusNone=>Fixed
  Assigned toNone=>fedor
  Open/ClosedOpen=>Closed

Back to the top


Powered by Savane 3.1-cleanup1