Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
[jeremy@OzzyLinux amsn-0.98.1]$ ./configure
checking for prefix by checking for wish... no
which: no tclsh in (/usr/lib/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/jeremy/bin)
expr: syntax error
./configure: line 2397: test: too many arguments
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
which: no g++ in (/usr/lib/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/jeremy/bin)
configure: error: You need a C++ compiler (g++) to compiler aMSN. Please install g++ and try again
yet I do have gcc installed
Code:
[jeremy@OzzyLinux amsn-0.98.1]$ sudo yum install gcc
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
Package gcc-4.4.2-7.fc12.i686 already installed and latest version
Nothing to do
I think I had this problem before but I just reinstalled to fix it. Any ideas that could be causing this? I tried removing and reinstalling gcc but that didn't seem to resolve it. I'm running Fedora 12.
[jeremy@OzzyLinux amsn-0.98.1]$ sudo yum install g++
[sudo] password for jeremy:
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
No package g++ available.
Nothing to do
[jeremy@OzzyLinux amsn-0.98.1]$ sudo yum install gcc-g++
[sudo] password for jeremy:
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
No package gcc-g++ available.
Nothing to do
I downloaded and installed the avr-gcc-c++ but it still won't compile, same error message.
Strange, it's installed, but it's just not finding it.
Not sure what cross compiling is so I'm going to go with negative for that answer.
As for development platform? Shouldn't be, downloaded it from fedoraproject a few weeks back.
Oh well, if another reinstall is needed no big deal.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.