LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 08-24-2004, 03:47 PM   #1
Aranilion
LQ Newbie
 
Registered: Aug 2004
Posts: 5

Rep: Reputation: 0
How to compile source???


Can someone walk me through the steps of compiling and running dled source code.

Aranilion

Last edited by Aranilion; 08-24-2004 at 05:36 PM.
 
Old 08-24-2004, 03:50 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
http://www.linuxquestions.org/questi...threadid=45094
 
Old 08-24-2004, 03:51 PM   #3
Proud
Senior Member
 
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794

Rep: Reputation: 116Reputation: 116
Read the README and INSTALL files, check you have the stated compilers, run the stated commands, use new program.
 
Old 08-24-2004, 03:52 PM   #4
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Welcome to LQ.

You can find general instructions here:
http://www.linuxquestions.org/questi...ticle&artid=15

However you should really read the specific instructions that came with the software you downloaded.
 
Old 08-24-2004, 05:01 PM   #5
Aranilion
LQ Newbie
 
Registered: Aug 2004
Posts: 5

Original Poster
Rep: Reputation: 0
Thanks guys that was what I was looking for

Quote:
However you should really read the specific instructions that came with the software you downloaded.
Yeah I wish, I cant find them. I'm running SUSE 9.1 personal
 
Old 08-24-2004, 05:18 PM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
Originally posted by Aranilion
Thanks guys that was what I was looking for



Yeah I wish, I cant find them. I'm running SUSE 9.1 personal
doesn't make any difference to the tar.gz you downloaded.. untar the file and the README file inside is there to help.
 
Old 08-24-2004, 05:32 PM   #7
Aranilion
LQ Newbie
 
Registered: Aug 2004
Posts: 5

Original Poster
Rep: Reputation: 0
Ok I untar and then cd to the directory, then I type ./configure in the root console. I get this error

x1-6-00-00-39-0a-70-ce:/home/trevor/gaim-0.81 # ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking for sed... /bin/sed
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details

What now? is this source incompatible with suse or something?

Last edited by Aranilion; 08-24-2004 at 05:34 PM.
 
Old 08-24-2004, 05:35 PM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you didn't install the development tools when you installed... install gcc and all it's related packages from your distro cd's.
 
Old 08-24-2004, 05:59 PM   #9
Aranilion
LQ Newbie
 
Registered: Aug 2004
Posts: 5

Original Poster
Rep: Reputation: 0
according to Yast, The GCC preprocessor and c compiler runtime library are already installed.
 
Old 08-24-2004, 06:04 PM   #10
Aranilion
LQ Newbie
 
Registered: Aug 2004
Posts: 5

Original Poster
Rep: Reputation: 0
anyone know where config.log is located???
 
Old 08-25-2004, 12:38 AM   #11
gizmo_thunder
Member
 
Registered: Apr 2004
Posts: 101

Rep: Reputation: 15
the config.log file should be in the same directory where you
performed the compilation or in your home directory.
 
Old 08-25-2004, 12:38 PM   #12
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Aranilion, if gcc is installed then it is not in your PATH - post the output from:
echo $PATH
find / -name "gcc"
 
Old 08-25-2004, 12:44 PM   #13
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there...

with Suse 9.1 personal comes nothing of development tools...
you need to download that by yourself... the Yast dependency check can help you ...
like acid_kewpie said you need all related packages to gcc..

regards


slackie1000
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Compile source on other pc ??? sys7em Linux - General 1 11-01-2004 09:53 AM
Compile from source meodihia Debian 5 09-11-2004 12:29 PM
Compile from source? Gamezace Linux - Newbie 4 04-18-2004 01:31 AM
Still can't compile from source Nappa Slackware 1 12-27-2003 04:12 AM
How do I compile from source? graystarr Red Hat 3 09-19-2003 12:35 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration