[fpc-pascal] FPC 2.3.1: undefined reference to `fpc_geteipasebx'

2009-10-20 Thread Matthias Klumpp
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

Re: [fpc-pascal] FPC 2.3.1: undefined reference to `fpc_geteipasebx'

2009-10-20 Thread Jonas Maebe
On 20 Oct 2009, at 16:43, Matthias Klumpp wrote: 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

Re: [fpc-pascal] FPC 2.3.1: undefined reference to `fpc_geteipasebx'

2009-10-20 Thread Matthias Klumpp
On Tue, 20 Oct 2009 17:14:33 +0200, Jonas Maebe jonas.ma...@elis.ugent.be wrote: On 20 Oct 2009, at 16:43, Matthias Klumpp wrote: Linking build/project1 /usr/bin/ld: warning: bin/link.res contains output sections; did you forget -T? ./libipkinject.so: undefined reference to