> 
 > However, there's lots of output before this error message and  
 > scrolling up reveals that there was an error (I don't know why make  
 > doesn't stop immediately).

Frequent reason for that kind of effect: Parallel make, e.g. because:

  MAKEOPTS="-j3"

Change this to

  MAKEOPTS="-j1"

if applicable, or pass -j1 to a direct make call to disable parallel make.


Wolfram


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Gtk2hs-devel mailing list
Gtk2hs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk2hs-devel

Reply via email to