Opened 7 years ago

Closed 7 years ago

#9959 closed enhancement (fixed)

lxterminal-0.3.1

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 8.2
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (4)

comment:1 by bdubbs@…, 7 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 7 years ago

Found what I think is a gcc optimization problem. What works for me is:

CFLAGS="-O2 -fno-inline-functions-called-once -fno-inline-small-functions" \
./configure --prefix=/usr

make
make install

This may be specific to gcc-7.2.0.

comment:3 by bdubbs@…, 7 years ago

It was not a gcc error but a coding error. Needs:

sed -ri '/^ +init/s/init/return init/' src/unixsocket.c

comment:4 by bdubbs@…, 7 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 19451.

Note: See TracTickets for help on using tickets.