Opened 13 years ago

Closed 13 years ago

#2930 closed defect (invalid)

glibc

Reported by: kouros Owned by: lfs-book@…
Priority: high Milestone: 7.0
Component: Book Version: SVN
Severity: blocker Keywords: glibc
Cc:

Description

glibc compilation fails (Ubuntu 11.04 & glibc-2.13 / glibc-2.14) I corrected it by setting CFLAGS before running 'configure': export CFLAGS='-U_FORTIFY_SOURCE -O2 -fno-stack-protector'

Change History (2)

comment:1 by kouros, 13 years ago

-U_FORTIFY_SOURCE -> is needed else syslog.o compilation will fail -O2 -> not sure if it is needed -fno-stack-protector -> read it somewhere and worked for me, but it may be risky

comment:2 by bdubbs@…, 13 years ago

Resolution: invalid
Status: newclosed

Post support requests to lfs-support

Note: See TracTickets for help on using tickets.