Sorry again. I am trying to reinstall a new apache, a new mysql ... in order to install
midgard the best possible. And:
I have installed a new apache 3.1.12, ok.
I try to install a mysql 3.22.32, and when I ./configure, I have this message:
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++... no
checking for gcc... gcc
checking whether the C++ compiler (gcc ) works... no
configure: error: installation or configuration problem: C++ compiler cannot create
executables.
[root@linux mysql-3.21.33b]# cd ..
I try to install all this on a linux 6.0
My gcc version is egcs-2.91.66
In mysql docs, i found this:
By default, configure picks c++ as the compiler name and GNU c++ links with -
lg++. If you are using gcc, that behavior can cause problems during configuration
such as this:
configure: error: installation or configuration problem:
C++ compiler cannot create executables.
You might also observe problems during compilation related to g++, libg++ or
libstdc++. One cause of these problems is that you may not have g++, or you
may have g++ but not libg++ or libstdc++. Take a look at the `config.log'
file. It should contain the exact reason why your c++ compiler didn't work! To
work around these problems, you can use gcc as your C++ compiler. Try setting
the environment variable CXX to "gcc -O3". For example:
shell> CXX="gcc -O3" ./configure
This works because gcc compiles C++ sources as well as g++ does, but does not
link in libg++ or libstdc++ by default. Another way to fix these problems, of
course, is to install g++, libg++ and libstdc++.
I try their remeidie of course with no succes.
So i am going to try to install G++, libg++ and listdc++, but,
does anyone knows where I can find these, under which name ?
I went to look on rufus.w3.org/linux/RPM, but it is too difficult for me !
Thanks a lot.
------------------------
S�bastien BERNARD,
[EMAIL PROTECTED],
http://www.mouzaia.com/
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]