[fpc-pascal] RichMemo in shared SO library - relocation error

Dibo dibo20 at wp.pl
Tue Sep 28 18:06:04 CEST 2010


> You can probably work around the problem for now by going to line 1448  
> of compiler/ptconst.pas and changing
> 
>          if sym.varspez=vs_const then
>            cursectype:=sec_rodata
>          else
>            cursectype:=sec_data;
> 
> into
> 
>          cursectype:=sec_data;

Hm, it doesn't help. Still this same error




More information about the fpc-pascal mailing list