LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   makeing GCC++ make exexcutables (https://www.linuxquestions.org/questions/slackware-14/makeing-gcc-make-exexcutables-169697/)

sethgeekx86 04-13-2004 03:39 PM

makeing GCC++ make exexcutables
 
I ran a configure to install wxWidgets and i get this

checking whether the C++ compiler (c++ ) works... no
configure: error: installation or configuration problem: C++ compiler cannot cre ate executables.

I am runing GCC 3.3.3
is there a way to fix this?

nhs 04-13-2004 04:35 PM

It may be that it is trying to execute 'c++'. On my system /usr/bin/c++ is a symlink to /etc/alternatives/c++ which is itself a symlink to /usr/bin/g++-3.3.2. You may have the g++ executable but just need to symlink it to c++.


All times are GMT -5. The time now is 02:33 PM.