You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and rebuild unixsocket.c, lxterminal then starts normally. This actually looks like a compiler optimization bug to me, but I suggest you address it either as above or with some other way to return the correct value.
-- Bruce Dubbs
linuxfromscratch.org
The text was updated successfully, but these errors were encountered:
$ gcc --version
gcc (GCC) 7.2.0
When doing a standard build, lxterminal exits immediately. I traced this down the code in unixsocket.c function init():
The start_controller() code is called in line and the return code is not set properly. If I pass:
CFLAGS="-O2 -fno-inline-functions-called-once -fno-inline-small-functions" ./configure
and rebuild unixsocket.c, lxterminal then starts normally. This actually looks like a compiler optimization bug to me, but I suggest you address it either as above or with some other way to return the correct value.
-- Bruce Dubbs
linuxfromscratch.org
The text was updated successfully, but these errors were encountered: