octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #47712] libmng no longer builds under mxe-octa


From: Rik
Subject: [Octave-bug-tracker] [bug #47712] libmng no longer builds under mxe-octave
Date: Wed, 20 Apr 2016 16:05:25 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #12, bug #47712 (project octave):

@John, @Philip: I used grep to look through the other build recipes in the src
directory.  libmng was the only one which was using the pattern of 


autoreconf --install && ./configure


Every other recipe separated these in to two steps which gets around the race
conditions because the first process has to exit before the next one can
start.  I made that change to the libmng.mk recipe so it now looks like the
code below.


autoreconf --install
./configure


Hopefully, this will also work for Philip and I can push this change.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47712>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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