Debian This forum is for the discussion of Debian Linux.
|
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
08-30-2004, 08:52 AM
|
#1
|
Member
Registered: Aug 2003
Location: Germany
Distribution: Debian
Posts: 59
Rep:
|
compiling xchat with gcc under debian
i wanted to use xchat on debian, but it seems i have to compile the source code of xchat. i downloaded the source to find out that my debian seems not to have installed any gcc compiler. so i did an apt-get install gcc and tried again with ./configure ; make, but it says me that the compiler can not build executables.
is there anything i have to set up furthermore?
i am logged in as root.
|
|
|
08-30-2004, 10:43 AM
|
#2
|
LQ Newbie
Registered: Aug 2004
Distribution: debian
Posts: 29
Rep:
|
I just did apt-get install xchat and it worked for me.
If you got your mind set on compiling it, there are more packages you need in order to compile.. I got it to work on mine, but I couldn't tell you what all I had to install. Some of the ones I did are:
automake1.4
make
g++
Maybe someone can list all of the packages necessary for development.
|
|
|
08-30-2004, 12:48 PM
|
#3
|
Member
Registered: Aug 2003
Location: Germany
Distribution: Debian
Posts: 59
Original Poster
Rep:
|
yeah i made xchat install with apt-get but it told me that i don't have a C compiler, so ein apt-get'ed gcc and then i had the error with the executable i postet above 
|
|
|
08-30-2004, 01:16 PM
|
#4
|
Senior Member
Registered: Jul 2003
Location: Central America
Distribution: Slackwre64-current Devuan
Posts: 1,034
Rep:
|
hehe, whatever hapenned to:
#apt-get update
#apt-get upgrade
#apt-get install xchat
APT-HOWTO
http://www.debian.org/doc/manuals/ap.../index.en.html
do not come back until you know it by heart.
|
|
|
08-31-2004, 04:31 PM
|
#5
|
Member
Registered: Aug 2003
Location: Germany
Distribution: Debian
Posts: 59
Original Poster
Rep:
|
well, xchat now works, but other source codes i still am not able to compile ;(
it says i am lacking an C compiler, but i'm sure gcc is quite what i need 
i googled but i did not find something to apt-get or to download that could be usable
|
|
|
08-31-2004, 05:16 PM
|
#6
|
Senior Member
Registered: Jul 2003
Location: Central America
Distribution: Slackwre64-current Devuan
Posts: 1,034
Rep:
|
Debian is not Gentoo or Slackware, Debian uses binaries, if you want to compile and make .deb files, man/google for 'alien'.
|
|
|
08-31-2004, 07:45 PM
|
#7
|
Member
Registered: May 2003
Distribution: Debian GNU/Linux 3.0 Sid, OpenBSD 3.5
Posts: 190
Rep:
|
You should really build it with './configure && make'. That might be all your problems. Try './configure --help | less' too.
|
|
|
All times are GMT -5. The time now is 01:44 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|