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] install failure at package subversion


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] install failure at package subversion
Date: Fri, 02 Sep 2016 11:51:44 +1000

> On 2 Sep 2016, at 02:27, Graham <address@hidden> wrote:
> 
> Tony,
> Thanks for the quick response.
> Here is the output you requested:
> 
> address@hidden graham]# which autoconf aclocal libtoolize
> /usr/bin/autoconf
> /usr/bin/aclocal
> /usr/bin/libtoolize
> 
> I also ran the command witht he -a option:
> address@hidden graham]# which -a autoconf aclocal libtoolize
> /usr/bin/autoconf
> /bin/autoconf
> /usr/bin/aclocal
> /bin/aclocal
> /usr/bin/libtoolize
> /bin/libtoolize
> 
> Any suggestions welcome!

Those versions in "/bin" seem to be causing the problem, it’s finding 
libtool there but not the corresponding "*.m4" files in "/share". I 
would try to remove them - you generally don’t want to install things 
under "/" or run as root.

You could try building internal MXE versions with:

$ make libtool MXE_PLUGIN_DIRS=plugins/native MXE_TARGETS=`ext/config.guess`

This will install in MXE’s tree and not affect your normal setup.

Cheers,

Tony




reply via email to

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