That’s purely down to the -nogui
flag, which skips compilation of any GUI-related source file. Davide seemed to suggest that his static build hangs on that file whether -nogui
was specified or not, but presumably we were looking at the output of the ./configure -static
run…