[fpc-pascal] FPC 2.3.1: undefined reference to `fpc_geteipasebx'
Matthias Klumpp
matthias at nlinux.org
Tue Oct 20 16:43:28 CEST 2009
Hello!
I use FPC 2.3.1 to let FPC compile shared libraries with PIC code. (PIC
support is broken in FPC 2.2.4)
My shared lib compiles successful, but if I compile a project which uses
this library, I get this:
Linking build/project1
/usr/bin/ld: warning: bin/link.res contains output sections; did you forget
-T?
./libipkinject.so: undefined reference to `fpc_geteipasebx'
project1.lpr(42,1) Error: Error while linking
Do you have any idea why this happens? The project compiles successfully on
the AMD64 architecture, but not on i386.
(Tested under Linux, Ubuntu 9.10, Fedora 12)
More information about the fpc-pascal
mailing list