To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50807
Issue #:|50807
Summary:|There are some .so which are including object files
|compiled without -fpic
Component:|porting
Version:|680m109
Platform:|All
URL:|
OS/Version:|All
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|DEFECT
Priority:|P3
Subcomponent:|code
Assigned to:|cmc
Reported by:|cmc
------- Additional comments from [EMAIL PROTECTED] Thu Jun 16 01:02:49 -0700
2005 -------
which is a bad thing, e.g. this script will show the problematic libraries.
for foo in `find /opt/openoffice.org1.9.109/program -name "*" -exec file {} \;|
grep ": ELF" | cut -d: -f 1` ; do
result=`readelf -d $foo | grep TEXTREL`
if [ "$result" != "" ]; then
echo "TEXTREL Warning: $foo is b0rked (-fpic missing)"
fi
done
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]