On 06.11.2010 18:11, Marco van de Voort wrote:
In our previous episode, Sven Barth said:
AFAIK PE DLLs are always relocatable while it's not true for ELF SOs. So,
whenever you need to create it, always pass -fPIC to ALL used units and
their dependencies.
PE images themselves aren't relocatabl
In our previous episode, Sven Barth said:
> >
> > AFAIK PE DLLs are always relocatable while it's not true for ELF SOs. So,
> > whenever you need to create it, always pass -fPIC to ALL used units and
> > their dependencies.
>
> PE images themselves aren't relocatable. All addresses are relative to
W dniu 06.11.2010 08:25, leledumbo pisze:
AFAIK PE DLLs are always relocatable while it's not true for ELF SOs. So,
whenever you need to create it, always pass -fPIC to ALL used units and
their dependencies.
So where else can I put this switch to fix lNet compiler errors?
___
On 06.11.2010 08:25, leledumbo wrote:
AFAIK PE DLLs are always relocatable while it's not true for ELF SOs. So,
whenever you need to create it, always pass -fPIC to ALL used units and
their dependencies.
PE images themselves aren't relocatable. All addresses are relative to
the defined base a