Opened 18 years ago

Closed 18 years ago

#1667 closed defect (fixed)

Mktemp installation instructions

Reported by: chris@… Owned by: lfs-book@…
Priority: lowest Milestone:
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

Why does the mktemp configure command use the "--with-libc" switch? I know the book says that the switch causes mktemp to use functions from the system libc, but why exactly? The reason should be explained in the book.

Change History (5)

comment:1 by chris@…, 18 years ago

bug_file_loc: http://linuxfromscratch.org/pipermail/lfs-dev/2005-December/054577.html

comment:2 by Matthew Burgess, 18 years ago

I think we really need to reverse that question. i.e. why should we use mktemp's own versions of these functions instead of the one's we've already been given by glibc? I can't think of any good reasons, therefore we may as well use glibc's versions, right? Proposed wording:

"This causes the mktemp program to use the mkstemp and mkdtemp functions from the system C library instead of its own implementation of them."

I think using common functions rather than custom versions is reason enough to use that switch. Therefore making it explicit that that's what we achieve by using the switch is enough to close this bug. Thoughts?

comment:3 by Matthew Burgess, 18 years ago

Version: TESTINGSVN

comment:4 by chris@…, 18 years ago

Yeah, I think that's sufficient.

comment:5 by Matthew Burgess, 18 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.