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 test

Re: [fpc-devel] Can't resolve www.freepascal.org

2006-02-24 Thread Jonas Maebe
On 24 feb 2006, at 08:44, Marco van de Voort wrote: www.freepascal.org is afaik a roundrobin DNS page that can route you to three mirror. A Dutch, a German or a Belgian one. No, there is only one host which corresponds to www.freepascal.org (idefix.wisa.be) Jonas

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 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 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 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

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 Linking

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: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

Re: [fpc-devel] AV in compiler

2006-02-24 Thread Jonas Maebe
On 17 feb 2006, at 10:04, Martin Schreiber wrote: Fixed. Thank you very much Jonas. There is another AV: - with MSEide+MSEgui version 0.8 open project 'msegui/apps/ide/ mseide.prj'. - 'Project'-'Build'. - 'File'-'Open'-'objectinspector.pas' (you will be asked for 'main.mfm' and

Re: [fpc-devel] AV in compiler

2006-02-24 Thread Martin Schreiber
On Friday 24 February 2006 17.21, Jonas Maebe wrote: I've found the cause together with Peter, but fixing it is non- trivial unfortunately, so it may take a while. I am happy that you can reproduce. Thanks a lot for your effort! Martin ___ fpc-devel