[fpc-devel] __stkptr
Den Jean
Den.Jean at telenet.be
Fri Feb 24 21:15:12 CET 2006
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
00000000 g O .bss 00000004 __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 to switch fpc versions,
because the fpc.cfg from fpc-2.0.0-2mdk.i586.rpm contained
-Fu/usr/lib/fpc/2.0.0/units/$fpctarget
-Fu/usr/lib/fpc/2.0.0/units/$fpctarget/*
-Fu/usr/lib/fpc/2.0.0/units/$fpctarget/rtl
I removed these lines and all ok.
big apologies
But 2.1.1 gives me the same problems as with 2.0.2
The Qt4 binding does not work. They told
me that lazarus requires 2.0.2, so it is a problem
that my binding does not work with 2.0.2
So I will upload a demo program that demonstrate the problem
kind regards,
Den Jean
More information about the fpc-devel
mailing list