mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Re: id3lib using native ar


From: Volker Grabsch
Subject: Re: [Mingw-cross-env-list] Re: id3lib using native ar
Date: Thu, 28 Jan 2010 00:30:05 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Tony Theodore <address@hidden> schrieb:
> 2010/1/27 Tony Theodore <address@hidden>:
> > id3lib is failing on OSX with a "Malformed archive" error (much the
> > same as gsoap) caused by using the native ar instead of the cross-ar.
> > However, none of the following seem to solve the problem, and I'm
> > stuck:
> >
> > adding AC_CHECK_TOOL([AR], [ar], [:]) to configure.in before autoconf
> > - this causes ./configure to check for a cross-ar
> > configuring wth ac_cv_prog_AR='$(TARGET)-ar' or
> > ac_cv_prog_ac_ct_AR='$(TARGET)-ar' - to override the detection
> > making with AR='$(TARGET)-ar' - to override any previous setting
[...]
>      cd '$(1)' && autoconf
> +    $(SED) 's,AR=ar,AR=$(TARGET)-ar,' -i '$(1)/configure'
>      cd '$(1)' && ./configure \

Since this package uses autoconf anyway, it would be better to
fix it directly in configure.in, by removing or changing the
dangling line.

There is already a patch file id3lib-win32.patch that changes
configure.in - so feel free to add your change to that patch
file.


Greets,

    Volker

-- 
Volker Grabsch
---<<(())>>---
Administrator
NotJustHosting GbR




reply via email to

[Prev in Thread] Current Thread [Next in Thread]