Re: [yocto] Problem with library recipe

2015-10-26 Thread jim Schimpf
Hi, I think I found it in the configure.ac # Libtool # ###

Re: [yocto] Problem with library recipe

2015-10-26 Thread Burton, Ross
On 26 October 2015 at 14:29, Paul Eggleton wrote: > It looks like this library is using DOLT. Anyone remember how to deal with > that? Ross? > > One thing to try would be to simply drop the DOLT line from configure.ac > and > see if that helps. > Yeah, DOLT is broken and it's trying to invoke "l

Re: [yocto] Problem with library recipe

2015-10-26 Thread Paul Eggleton
Hi Jim On Monday 26 October 2015 06:58:53 jim Schimpf wrote: > Hi, > I am attempting to add a recipe to build libmill (http://libmill.org > ). So far my recipe does the fetch and config but > fails the compile. > > The recipe is: > > #