Alexandre Julliard <[EMAIL PROTECTED]> wrote on 10/18/2004 03:11:30 PM:
> It's probably better to do that at the configure level by adding it to
> LDDLLFLAGS in the case that needs it.
Ok, that makes sense - I didn't realize we already had a hook directly
from configure into winegcc.
I'll just s
Warren_Baird/[EMAIL PROTECTED] writes:
> That makes a lot of sense - I'll mod the patch to do that... Should I
> make it platform specific, or (as Dimitrie suggests) just always add it?
It's probably better to do that at the configure level by adding it to
LDDLLFLAGS in the case that needs it.
Alexandre Julliard <[EMAIL PROTECTED]> wrote on 10/15/2004 12:03:53 AM:
> Actually it could be argued that winegcc should add -fPIC itself if
> it's needed for linking, users shouldn't have to worry about that.
That makes a lot of sense - I'll mod the patch to do that... Should I
make it platfo
On Thu, Oct 14, 2004 at 09:03:53PM -0700, Alexandre Julliard wrote:
> Actually it could be argued that winegcc should add -fPIC itself if
> it's needed for linking, users shouldn't have to worry about that.
Absolutely, the user shouldn't need to provide anything. It would
be silly to have some int
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes:
> On Tue, Oct 12, 2004 at 10:42:37AM -0400, Warren_Baird/[EMAIL PROTECTED] wrote:
>> The question: is this going to be harmful on other platforms? I'm not
>> sure whether I should protect it with ifdefs, or just leave it as is.
>
> I think it shou
On Tue, Oct 12, 2004 at 10:42:37AM -0400, Warren_Baird/[EMAIL PROTECTED] wrote:
> The question: is this going to be harmful on other platforms? I'm not
> sure whether I should protect it with ifdefs, or just leave it as is.
I think it should be fine: the gcc driver should be able to filter it
Hi all,
Another change I had to make for HPUX that I'm not 100% sure about:
The HPUX linker gets quite unhappy unless the gcc link line inside of
winegcc is fed -fPIC. The problem is that the collect2 phase builds it's
own temporary object file that gets included in the final link, and if
tha