This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

HELP !!!


Please help me !

I'm from Brazil - Sao Paulo State University - Computing Department.

I tried to install the ht://Dig in my HTTP Server
(IBM Risc 6000 / Unix / AIX 4.1.4 / Apache 1.3.9 / c++ / gcc 2.8.1)

The "configure" process aborts with this ending screen:

creating libtool
updating cache ./config.cache
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for c++... c++
checking whether the C++ compiler (c++  ) works... no
configure: error: installation or configuration problem: C++ compiler
cannot cre
ate executables.
#


And the config.log  file contains:
...
...
configure:1642: checking whether we are using GNU C
configure:1670: checking whether gcc accepts -g
configure:1706: checking for c++
configure:1738: checking whether the C++ compiler (c++  ) works
configure:1754: c++ -o conftest    conftest.C  1>&5
collect2: ld returned 255 exit status
ld: 0706-006 Cannot find or open library file: -l stdc++
        ld:open(): No such file or directory
configure: failed program was:

#line 1749 "configure"
#include "confdefs.h"

int main(){return(0);}


If the "stdc++" file is missing, where I can find it ?
Otherwise, what's wrong ???

Please, any help will be welcome ......

Thanks a lot ! And sorry about my English.


Souza.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]