From owner-freebsd-questions Wed Mar 24 10:26:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ulmer.iserver.net (ulmer.iserver.net [192.41.59.144]) by hub.freebsd.org (Postfix) with ESMTP id BB5E014FB9 for ; Wed, 24 Mar 1999 10:26:55 -0800 (PST) (envelope-from ulmer@ulmer.iserver.net) Received: from localhost (ulmer@localhost) by ulmer.iserver.net (8.8.5) id LAA23539; Wed, 24 Mar 1999 11:26:30 -0700 (MST) Date: Wed, 24 Mar 1999 11:26:29 -0700 (MST) From: Adam Ulmer Reply-To: Adam Ulmer To: freebsd-questions@FreeBSD.ORG Subject: MySQL mysql-3.22.20a FreeBSD 3.1 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am having trouble building the latest mysql on the latest freebsd. It seems to be having troubles with the MIT-PThreads. It is my understanding that the threads in FreeBSD 3.1 (ie: native threads) are sufficient and that the mit-pthreads do not need to be installed. Here is my info. Thanks in advance. adam# uname -a FreeBSD adam 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Mon Feb 15 11:08:08 GMT 1999 jkh@usw3.freebsd.org:/usr/src/sys/compile/GENERIC i386 adam# gcc --version 2.8.1 adam# gmake --version GNU Make version 3.77, by Richard Stallman and Roland McGrath. adam# ./configure --with-mit-threads=no --prefix=/usr/local/mysql Configuring MIT Pthreads creating cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for c++... no checking for g++... g++ checking whether the C++ compiler (g++ ) works... yes checking whether the C++ compiler (g++ ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether g++ accepts -g... yes checking compiler availability and simple error detection... ok checking how to run the C preprocessor... gcc -E checking for ranlib... ranlib checking host system type... i386-unknown-freebsd3.1 checking target system type... i386-unknown-freebsd3.1 checking build system type... i386-unknown-freebsd3.1 configure: error: System type i386-unknown-freebsd3.1 not recognized or not supported. See ./config/configure.in for supported systems. End of MIT Pthreads configuration adam# gmake Making all in mit-pthreads cd: can't cd to /dr1/my/masters/mysql/mit-pthreads gmake[2]: Entering directory `/usr/local/src/mysql-3.22.20a/mit-pthreads' GNUmakefile:55: /pthreads/GNUmakefile.inc: No such file or directory GNUmakefile:56: /stdlib/GNUmakefile.inc: No such file or directory GNUmakefile:57: /stdio/GNUmakefile.inc: No such file or directory GNUmakefile:58: /string/GNUmakefile.inc: No such file or directory GNUmakefile:59: /gen/GNUmakefile.inc: No such file or directory GNUmakefile:60: /net/GNUmakefile.inc: No such file or directory GNUmakefile:61: /scripts/GNUmakefile.inc: No such file or directory gmake[2]: *** No rule to make target `/scripts/GNUmakefile.inc'. Stop. gmake[2]: Leaving directory `/usr/local/src/mysql-3.22.20a/mit-pthreads' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/local/src/mysql-3.22.20a' gmake: *** [all-recursive-am] Error 2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message