Hi.

I'm attempting to build mysql 3.23.32 on AIX 4.3.3, using egcs-2.91.66, and am
running into errors on the make phase.  When I try with the AIX 'make', I get
errors ala the following:

------------------------------------------------------------------------------
Making all in mit-pthreads
"Makefile", line 22: make: 1254-055 Dependency line needs colon or double colon 
operator.
"Makefile", line 26: make: 1254-055 Dependency line needs colon or double colon 
operator.
"Makefile", line 27: make: 1254-055 Dependency line needs colon or double colon 
operator.
------------------------------------------------------------------------------

When I try gnu make (3.79.1), I get this sort of error instead:

------------------------------------------------------------------------------
Making all in mit-pthreads
/bin/sh: /home/my/tmp/BUILD/mit-pthreads:  not found.
make[2]: Entering directory `/u105/cameron/temp2/mysql-3.23.32/mit-pthreads'
GNUmakefile:55: /pthreads/GNUmakefile.inc: A file or directory in the path name 
does not exist.
------------------------------------------------------------------------------

I also note the following error during the configure phase:

------------------------------------------------------------------------------
checking build system type... powerpc-ibm-aix4.3
configure: error: System type powerpc-ibm-aix4.3 not recognized or not supported
.
See ./config/configure.in for supported systems.
End of MIT Pthreads configuration
------------------------------------------------------------------------------

mysql 3.22 built without problem under AIX 4.3.2.  My barely educated :) guess
is that mysql configured and built using native threads before, but is now
trying to use mit-pthreads.  However, I've yet to figure out how to tell it to
use native, and not mit-pthreads.

I see where someone else posed a similar question in the list archives, but do
not see a reply.  Any hints would be most gratefully accepted.

Thanks!

--
Scott Cameron - User Services, IT, University of Calgary
mailto:[EMAIL PROTECTED]         Voice: (403) 220-4468
Whereabouts: MS 732                  FAX: (403) 282-9199

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to