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

2009-05-30 Thread Coco Pascal
Jonas Maebe schreef: Or maybe one of your source files contains {$pic+}. Indeed, the library project contained -fPIC as custom option. I didn't put it there. Removing it resulted in 'symbols not found: memory hausted'. The message when -Cg- was set. I took a fresh clean library project and b

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

2009-05-29 Thread Jonas Maebe
On 29 May 2009, at 11:20, Jonas Maebe wrote: On 29 May 2009, at 11:01, Coco Pascal wrote: Sorry, but how can I solve the problem? -Cg is apparently a default setting; how can I undo this? It is not the default in the compiler for Linux/i386, but maybe Lazarus turns it on by default when

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

2009-05-29 Thread Jonas Maebe
On 29 May 2009, at 11:01, Coco Pascal wrote: Sorry, but how can I solve the problem? -Cg is apparently a default setting; how can I undo this? It is not the default in the compiler for Linux/i386, but maybe Lazarus turns it on by default when compiling a library? Disabling it is done usi

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

2009-05-29 Thread Coco Pascal
Marco van de Voort schreef: In our previous episode, Coco Pascal said: Jonas Maebe wrote: Don't use -Cg, it doesn't work yet for Linux/i386. I searched the Lazarus Compiler Options dialog but didn't find this parameter. What should I do? It enabled PIC. Sorry, but ho

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

2009-05-29 Thread Marco van de Voort
In our previous episode, Coco Pascal said: > Jonas Maebe wrote: > > > > Don't use -Cg, it doesn't work yet for Linux/i386. > > > > > I searched the Lazarus Compiler Options dialog but didn't find this > parameter. What should I do? It enabled PIC. ___ f

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

2009-05-28 Thread Coco Pascal
Jonas Maebe wrote: Don't use -Cg, it doesn't work yet for Linux/i386. I searched the Lazarus Compiler Options dialog but didn't find this parameter. What should I do? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepasc

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

2009-05-28 Thread Jonas Maebe
On 28 May 2009, at 23:38, Coco Pascal wrote: When compiling a test program statically linking a shared module on fc10 i386 I get the following messages: testlibyfbudfunit.pas:60: undefined reference to `Y_Odd' ./libyfbudf.so: undefined reference to `fpc_geteipasebx' testlibyfbudf.lpr(20,1) E