|
|
Broken sed cause build problemsWhy sedThe configure script uses sed to amongst other things generate the root Makefile.Bad sedIt has turned out that some versions of sed (in the 4.0.X series it seems) don't properly support \n within the replacement string for the 'c' command. Starting Dec 5 2005, the /c switch is no longer used by the configue script for sed, thus this whole page should no longer apply.Good sedsed 4.1.2 and later are known to do right. sed version 3 also works fine.r3 - 02 Apr 2021 - 20:46:06 - UnknownUser
Copyright © by the contributing authors.
|