Re: [Gcl-devel] PLT problem on Sparc

2009-06-19 Thread Camm Maguire
Greetings! Could you please post the results of nm o/plttest.o and the result of configure's test for leading underscores in object symbols? Apparently, nm is giving output akin to U _ or some such. Take care, Jerry James loganje...@gmail.com writes: A group of people are trying to get

Re: [Gcl-devel] PLT problem on Sparc

2009-06-19 Thread Jerry James
On Fri, Jun 19, 2009 at 11:10 AM, Camm Maguirec...@maguirefamily.org wrote: Greetings!  Could you please post the results of nm o/plttest.o and the result of configure's test for leading underscores in object symbols? Apparently, nm is giving output akin to U _ or some such. Take care,

Re: [Gcl-devel] PLT problem on Sparc

2009-06-19 Thread Camm Maguire
Greetings! Does this patch just committed into 2.6.8pre fix this problem? Index: makefile === RCS file: /sources/gcl/gcl/o/makefile,v retrieving revision 1.27.6.9.2.1.6.1.6.6 diff -u -r1.27.6.9.2.1.6.1.6.6 makefile --- makefile

Re: [Gcl-devel] PLT problem on Sparc

2009-06-19 Thread Jerry James
On Fri, Jun 19, 2009 at 1:24 PM, Camm Maguirec...@maguirefamily.org wrote: Greetings!  Does this patch just committed into 2.6.8pre fix this problem? Thanks, Camm. You've saved me from having to re-learn AWK! :-) I'll get back with the people who have the Sparc hardware and have them give

[Gcl-devel] PLT problem on Sparc

2009-06-08 Thread Jerry James
A group of people are trying to get a Sparc build of Fedora put together. I just received a report from them that attempting to build GCL failed. The immediate problem is that plt.h is being generated with these contents: MY_PLT(), MY_PLT(), MY_PLT(_mcount), MY_PLT(_setjmp), MY_PLT(acos),