Opened 21 years ago

Closed 21 years ago

#662 closed defect (fixed)

require symlink for term.h added to ncurses ch5 build

Reported by: ryan.oliver@… Owned by: greg@…
Priority: lowest Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

Reported by Andy Neebel <andne167@…> In regards to util-linux

"When cpp searches for headers, it does search /tools/include first, but NOT any subdirectories. Since term.h is in a subdir (ie: /tools/include/ncurses/term.h), it doesn't find it."

The following should possibly be added to ch5 ncurses build

ln -s ncurses/term.h /tools/include

Change History (2)

comment:1 by greg@…, 21 years ago

Owner: changed from lfs-book@… to greg@…
Status: newassigned

See here for for more technical detail and a proposed solution:-

http://linuxfromscratch.org/pipermail/lfs-dev/2003-September/038458.html

comment:2 by greg@…, 21 years ago

Resolution: fixed
Status: assignedclosed

Proposed solution was implemented and appears to be working fine. Closing.

Note: See TracTickets for help on using tickets.