Re: [fpc-devel] __stkptr

2006-02-25 Thread Michael Van Canneyt
On Fri, 24 Feb 2006, Peter Vreman wrote: > > On Friday 24 February 2006 06:55 am, Peter Vreman wrote: > >> Check with objdump if dllprt0.o exports the __stkptr. > > > > objdump -t dllprt0.o | grep stkptr > > g O .bss 0004 __stkptr > > > > so i checked further and i found that

Re: [fpc-devel] __stkptr

2006-02-24 Thread Peter Vreman
> On Friday 24 February 2006 06:55 am, Peter Vreman wrote: >> Check with objdump if dllprt0.o exports the __stkptr. > > objdump -t dllprt0.o | grep stkptr > g O .bss 0004 __stkptr > > so i checked further and i found that just doing > ln -fs /usr/lib/fpc/2.1.1/ppc386 /usr/bin/ >

Re: [fpc-devel] __stkptr

2006-02-24 Thread Den Jean
On Friday 24 February 2006 06:55 am, Peter Vreman wrote: > Check with objdump if dllprt0.o exports the __stkptr. objdump -t dllprt0.o | grep stkptr g O .bss 0004 __stkptr so i checked further and i found that just doing ln -fs /usr/lib/fpc/2.1.1/ppc386 /usr/bin/ is not enough

Re: [fpc-devel] __stkptr

2006-02-24 Thread Peter Vreman
> On Friday 24 February 2006 06:14 am, Peter Vreman wrote: >> Fixed > [EMAIL PROTECTED] fpc]# svn update > At revision 2675. > > ppc386 test.pas > Free Pascal Compiler version 2.1.1 [2006/02/24] for i386 > Copyright (c) 1993-2005 by Florian Klaempfl > Target OS: Linux for i386 > Compiling test.pas

Re: [fpc-devel] __stkptr

2006-02-24 Thread Den Jean
On Friday 24 February 2006 06:14 am, Peter Vreman wrote: > Fixed [EMAIL PROTECTED] fpc]# svn update At revision 2675. ppc386 test.pas Free Pascal Compiler version 2.1.1 [2006/02/24] for i386 Copyright (c) 1993-2005 by Florian Klaempfl Target OS: Linux for i386 Compiling test.pas Linking test /usr/

Re: [fpc-devel] __stkptr

2006-02-24 Thread Peter Vreman
> svn update gives: > At revision 2674 > > still same __stkptr problem. Fixed ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] __stkptr

2006-02-24 Thread Den Jean
On Friday 24 February 2006 03:25 am, Peter Vreman wrote: > Make sure you have updated all files from svn. The __stkptr is defined in > the loader files named *ptr*.o I did svn update fpc now I did rm -fr fpc svn checkout http://svn.freepascal.org/svn/fpc/trunk fpc cd fpc make PREFIX=/usr clean make

Re: [fpc-devel] __stkptr

2006-02-24 Thread ochnap2
I have the same problem, but with libraries. dlopen() always fails to load them and dlerror() returns: "../test/libtest.so: undefined symbol: __stkptr" I just updated to the latest svn. Thanks, Och On Friday 24 February 2006 05:25, Peter Vreman wrote: > > Hi, > > > > with latest fpc 2.1.1 I get

Re: [fpc-devel] __stkptr

2006-02-24 Thread Peter Vreman
> Hi, > > with latest fpc 2.1.1 I get: > > cat test.pas > program test; begin writeln('test'); end. > [EMAIL PROTECTED] ppc386 test > Free Pascal Compiler version 2.1.1 [2006/02/23] for i386 > Copyright (c) 1993-2005 by Florian Klaempfl > Target OS: Linux for i386 > Compiling test.pas > Linking tes

[fpc-devel] __stkptr

2006-02-23 Thread Den Jean
Hi, with latest fpc 2.1.1 I get: cat test.pas program test; begin writeln('test'); end. [EMAIL PROTECTED] ppc386 test Free Pascal Compiler version 2.1.1 [2006/02/23] for i386 Copyright (c) 1993-2005 by Florian Klaempfl Target OS: Linux for i386 Compiling test.pas Linking test /usr/lib/fpc/2.1.1/u