Re: [Gcl-devel] gcl-cvs, Tiger: problem in plt.h

2005-06-16 Thread Camm Maguire
Greetings, and thanks for your feedback! Could you also please send the plt.h produced in both cases? Your pcl failure report needs more context, as the error was somehwere earlier in the log (You can tell by the double bracket error prompt >>). The idea of the plt stuff is to make an explicit t

Re: [Gcl-devel] gcl-cvs, Tiger: problem in plt.h

2005-06-16 Thread Antoine Hersen
Hello, I switched to gcc 3.3 which is included with Tiger. On gcl 2.6.6 with the previously mentioned patch the compilation complete but the following ansi-test fail. There is indeed a difference in nm plttest.o, with 3.3 : nm plttest.o U _acos U _acosh U _asin

Re: [Gcl-devel] gcl-cvs, Tiger: problem in plt.h

2005-06-15 Thread Camm Maguire
Greetings! Could you please post nm plttest.o Thanks! Clemens Heitzinger <[EMAIL PROTECTED]> writes: > There is a problem in plt.h: > > > gcc -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame- > pointer -I/Users/Clemens/src/gcl-cvs/o -I../h -I../gcl-tk plt.c > In file included f

Re: [Gcl-devel] gcl-cvs, Tiger: problem in plt.h

2005-05-19 Thread Camm Maguire
Greetings, and thank you for all these reports! I'll try to respond to each -- most of the patches can just go straight in. But first a question -- I've seen none of this on the macosx to which I have access -- is this a gcc 4.0.0 issue? Take care, Clemens Heitzinger <[EMAIL PROTECTED]> writes:

[Gcl-devel] gcl-cvs, Tiger: problem in plt.h

2005-05-10 Thread Clemens Heitzinger
There is a problem in plt.h: gcc -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame- pointer -I/Users/Clemens/src/gcl-cvs/o -I../h -I../gcl-tk plt.c In file included from plt.c:44: plt.h:1: error: '__mcount' undeclared here (not in a function) plt.h:1: error: initializer element is not