From: <msvd Date: March 28 1999 1:37pm Subject: Re: problems about compiling Mysql List-Archive: http://lists.mysql.com/mysql/1082 Message-Id: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII setenv CXX cc or set CXX=cc =============================================================== Vladimir Dubnikov (Unix System Group) Computation center, Mount Scopus, Hebrew University of Jerusalem Tel: 02-5883070 E-mail: msvd@stripped =============================================================== On Fri, 26 Mar 1999, wangmei wrote: > Dear Sir(Madam): > Hello! I am one user of the Mysql system.I need to recompilate Mysql for IBM AIX(RS6000)4.2 with c compiler of IBM not gcc or c++. > When I entered system as "root" and typed as followed: > > # ./configure --prefix=/usr/local/mysql > > > . > . > . > checking for working autoconf... missing > checking for working automake... missing > checking for working autoheader... missing > checking for working makeinfo... missing > checking whether to enable maintainer-specific portions of Makefiles... no > checking whether build environment is sane... yes > checking whether make sets ${MAKE}... (cached) yes > checking for gcc... no > checking for cc... cc > checking whether the C compiler (cc ) works... yes > checking whether the C compiler (cc ) is a cross-compiler... no > checking whether we are using GNU C... no > checking for c++... no > checking for g++... no > checking for gcc... no > checking for CC... no > checking for cxx... no > checking for cc++... no > checking whether the C++ compiler (gcc ) works... no > configure: error: installation or configuration problem: C++ compiler cannot cre > ate executables. > > > " > > How can I use cc to compling the mysql? > > Eager to your help. > > My address wangmei@stripped > 99.3.26 >