To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=85590
------- Additional comments from [EMAIL PROTECTED] Tue Jan 29 00:46:15 +0000 2008 ------- you seem to check micro version number and not major version number of gperf. namely, > if test "`$GPERF --version | $GREP ^GNU\ gperf | $AWK '{ print $3 }' | cut -d. -f3`" -ge "3"; then should be > if test "`$GPERF --version | $GREP ^GNU\ gperf | $AWK '{ print $3 }' | cut -d. -f1`" -ge "3"; then . since % echo "3.0.4" | cut -d. -f3 4 % echo "3.0.4" | cut -d. -f1 3 . --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]