|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-06-09 02:48 UTC] zeev at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 23:00:01 2025 UTC |
'configure' gives this error when building on dgux: checking host system type... UX:test (./config.guess): ERROR: ] missing configure: error: can not guess host type; you must specify one There's a space missing between mc88110 and the ] at the end of line 334 of config.guess: This: if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110] needs to be replaced by: if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] Although this allows the configure script to run, I'm still getting syntax errors when I try to 'make'. I'll post a message when I find the problem. -Vic