Shane Allen wrote:

> configure:12730: checking style of gethost* routines
> configure:12773: gcc -c -O -DDBUG_OFF -O3 -felide-constructors -fno-exceptions 
>-fno-rtti
>  -fpermissive -I/usr/local/mysql-glibc-2.2.2/include  conftest.cc >&5
> gcc: installation problem, cannot exec `cc1plus': No such file or directory

Configure assumes that gcc can compile .cc file as well.  This is bad
because gcc can be installed without .cc support, which is in the optional
packages gpp and libgpp.

I had the same problem with SuSE 7.3 and the unmodified mysql-4.0.3-beta
sources using the recommended gcc configure options from the manual.

Install packages gpp and libgpp, and all will work fine.

Regards

  Julian


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