Building on Cygwin platform: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 33: Line 33:
     make -j 2  
     make -j 2  


It will fail after a looong time, while trying to launch ./run-octave. This is a well-known issue, partly caused by issues with the fork() call under Windows platforms. At this time, change run-octave to something simpler:
It will fail after a looong time, while trying to launch ./run-octave. This is a well-known problem, partly caused by issues with the fork() call under Windows platforms. At this time, change run-octave to something simpler:


     #! /bin/sh
     #! /bin/sh
75

edits

Navigation menu