Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then 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.
hi, i installed gcc and now want to compile this plugin for xmms which will enable it to play avi files but the problem is that when i type in ./configure it says :-
______________________________________________________________________________
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
-----------------------------------------------------------------------------------------------------------------------------
i tried to google it and some people said i need gcc-c++- but when i try to install that it says i need gcc... when i query the RPM (rpm -q gcc) it says i have gcc-3.4.2-6.fc3
which suggest i have it installed. Maybe i need to uninstall gcc and all the components and install it again, if yes then how can i uninstall it
yea it does tell me that i am missing two packages called glibc and i think the other one is glibc++-devel or something but when i query them by terminal it says i have them installed
You probably need glibc-devel, as acid_kewpie said. If you didn't have glibc, your system would not function. Anyhow, one easy way to tell is to look at the configure.log that was produced by the configure script. Configure triesd to compile little programs to see what features you have on your system. If it died trying to find header files (stdio.h, stdlib.h, basically something ending in a .h) you're missing glibc-devel.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.