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:
> >
> > 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/units/i386-linux/rtl/system.o: In function
> > `SYSTEM_init':
> > system.pp:(.text+0x169e8): undefined reference to `__stkptr'
> > test.pas(1,38) Error: Error while linking
>
> Make sure you have updated all files from svn. The __stkptr is defined in
> the loader files named *ptr*.o
>
>
>
> _______________________________________________
> fpc-devel maillist  -  fpc-devel@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-devel

        
        
                
___________________________________________________________ 
1GB gratis, Antivirus y Antispam 
Correo Yahoo!, el mejor correo web del mundo 
http://correo.yahoo.com.ar 

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to