Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Mar 1999 11:26:29 -0700 (MST)
From:      Adam Ulmer <ulmer@ulmer.iserver.net>
To:        freebsd-questions@FreeBSD.ORG
Subject:   MySQL mysql-3.22.20a FreeBSD 3.1
Message-ID:  <Pine.BSI.3.95.990324104535.16939A-100000@ulmer.iserver.net>

next in thread | raw e-mail | index | archive | help
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
<snip>

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
<snip> 

adam# gmake
<snip>
 
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.95.990324104535.16939A-100000>