Displaying 2 results from an estimated 2 matches for "textrelocs".
Did you mean:
extrelocs
2008 Mar 22
0
Mac OS X Intel assembly
Flac uses assembly code to improve performance for ix86 processors. This
works under Linux, BSD and Windows, but not Mac OS X, because there is
no support for creating Mach-O format binaries (the native binary format
for OS X systems). The attached patch provides the necessary support to
create ASM-optimised Mach-O binaries.
This wasn't created by me but was sent to the audacity-devel list (I
2009 Apr 21
0
joined R-today [SELinux]
...been compiled this way.
The command
eu-findtextrel /usr/lib/R/library/ncdf/libs/ncdf.so
will tell you which parts of ncdf.so were not compiled
with -fpic.
If you cannot recompile libnetcdf.a then you may have
to turn off some the security enhancements.
See
http://people.redhat.com/drepper/textrelocs.html
and
http://people.redhat.com/drepper/selinux-mem.html
for technical details.
Bill Dunlap
TIBCO Software Inc - Spotfire Division
wdunlap tibco.com
------------------------------------------------------------------------
Peter Dalgaard P.Dalgaard at biostat.ku.dk
Tue Apr 21 16:28:00 CEST...