|
|
|
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.Good sedsed 4.1.2 and later are known to do right. sed version 3 also works fine.r1 - 19 Sep 2005 - 14:38:35 - JonasHaeggqvist
Copyright © by the contributing authors.
|