This is the mail archive of the
libffi-discuss@sourceware.org
mailing list for the libffi project.
Re: PATCH libffi win64 support
On Tue, Jun 16, 2009 at 1:56 PM, Ralf Wildenhues<Ralf.Wildenhues@gmx.de> wrote:
> * NightStrike wrote on Tue, Jun 16, 2009 at 07:19:27PM CEST:
>>
>> Now libtool is choking. ?I get all kinds of errors like:
>>
>> ./libtool: line 1116: X-Wall: command not found
>
> This happens when you mix an ltmain.sh script from 1.5.x with macro
> files (libtool.m4 etc.) from 2.2.x or vice versa. ?One way, the
> inconsistency is caught at configure time, the other it should be.
>
> Cheers,
> Ralf
>
Using just autoconf instead of autoreconf (Thanks, Ian!) worked.
libffi now compiles (and does so perfectly! Wow, Tim! There wasn't a
single warning, even!)
Now starts the very long, arduous road of getting boehm-gc to do
something besides barf all over the make output.