-----Original Message----- From: curl-library [mailto:[email protected]] On Behalf Of Paul Howarth Sent: Freitag, 12. Februar 2016 09:34 To: [email protected] Subject: Re: The zsh script
On 11/02/16 21:20, Dan Fandrich wrote: > On Thu, Feb 11, 2016 at 11:32:21AM +0100, Daniel Stenberg wrote: >> We've tested several different ways of running the zsh script setup >> at build time, and they've all run into different kinds of problems >> because we don't have a known working curl executable to use at build time. >> >> The latest issue is tracker here: >> >> https://github.com/curl/curl/issues/620 >> >> Can we do anything better than simply removing the generation of it >> from the regular build? > > Maybe just remove generation of it for cross-compiled builds. The issue doesn't just affect cross-compiled builds; it also appears on regular dynamic builds where there's no existing libcurl library present, so the just-built curl binary won't run since the just-built libcurl library is not yet installed anywhere the dynamic linker can find it. Paul. ------------------------------------------------------------------- List admin: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html Hi, wouldn't it be possible to run it as a part of install rule then? -- Gruesse, Jakub ------------------------------------------------------------------- List admin: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
