From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <0ca601c3ac7c$063589c0$b9844051@insultant.net> From: "boyd, rounin" To: <9fans@cse.psu.edu> References: <200311160804.hAG84F7Y002284@skeeve.com> <2147483647.1068984706@[192.168.42.6]> Subject: Re: [9fans] Re: configure misery MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Sun, 16 Nov 2003 20:58:36 +0100 Topicbox-Message-UUID: 8b3a2ee6-eacc-11e9-9e20-41e7f4b1d025 configure has two fundemental problems: 1) it only really knows about systems it's seen 2) it goes hunting for all sorts of crap in totally bizarre ways and when that breaks you are in a world of pain people who write code that use configure then decide to use every possible facility provided that it may or may not find, rather than a minimal subset that should work on most systems. i guess all that mmap() and shared memory junk is my fave. i've never used it, never will. isn't there come great horror, err war, story about those boys from BSD who re-wrote cat to use mmap() which worked, as it were, until cat & mmap() hit a pipe? right, mmap me a socket ...