Hi All
I'm trying to compile MySQL & Python and am not having a good time.
When I run a
# ./configure --with-named-thread-libs="-lpthread -lmach -lexc -lc"
--enable-shared --prefix=/usr/local/mysql
It fails with this:
checking for gcc... cc -pthread
checking whether the C compiler (cc -pthread ) works... yes
checking whether the C compiler (cc -pthread ) is a cross-compiler...
no
checking whether we are using GNU C... no
checking whether cc -pthread accepts -g... yes
checking for c++... cxx -pthread -O
checking whether the C++ compiler (cxx -pthread -O ) works... no
configure: error: installation or configuration problem: C++ compiler
cannot create executables.
Any idea where to start with this?
--
Irvine Short
Sys Admin
SANBI, University of the Western Cape, South Africa
http://www.sanbi.ac.za
tel: +27-21-959 3645
fax: +27-21-959 2512
cel: +27-82-494 3828
Received on Fri Aug 25 2000 - 11:22:27 NZST