LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-17-2002, 05:09 PM   #1
exigent
Member
 
Registered: Aug 2002
Distribution: damnsmalllinux
Posts: 205

Rep: Reputation: 30
gcc installation


hey, i'm trying to install gcc (a version i am certain is the one for my distro and kernel and such), but i get a file dependency issue: libtcl8.3.so is needed, and i can't find it anywhere. i don't even know what it is! well, i understand it's a library of some sort, but is it for C, python, or something else? if so, how can i get it, and where do i put it when i do? and why doesn't gcc (the latest version btw) come with it??
 
Old 08-17-2002, 05:28 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
it's tcl.
 
Old 08-17-2002, 11:21 PM   #3
exigent
Member
 
Registered: Aug 2002
Distribution: damnsmalllinux
Posts: 205

Original Poster
Rep: Reputation: 30
might i ask what tcl is??
 
Old 08-17-2002, 11:29 PM   #4
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
take a look here http://tcl.activestate.com/ to find out.
 
Old 08-17-2002, 11:33 PM   #5
exigent
Member
 
Registered: Aug 2002
Distribution: damnsmalllinux
Posts: 205

Original Poster
Rep: Reputation: 30
ah cool, thanks....

i've managed to install it now, but unfortunetly, i still can't compile anything , because, apperantly, "C compiler cannot create executables." i don't understand why not, i am root...
 
Old 08-18-2002, 12:15 AM   #6
exigent
Member
 
Registered: Aug 2002
Distribution: damnsmalllinux
Posts: 205

Original Poster
Rep: Reputation: 30
/gtk+-2.0.6# ./configure
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... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables



i've looked around some other message boards, and seen that there are alot of others that have the same problem... but no answers. what's the deal?
 
Old 08-19-2002, 06:03 AM   #7
j-ray
Senior Member
 
Registered: Jan 2002
Location: germany
Distribution: ubuntu, mint, suse
Posts: 1,591

Rep: Reputation: 145Reputation: 145
check
'gcc -v' or 'gcc -version' to see what gcc u have installed
or if u have it at all.
if u donīt have a working compiler u should download an rpm of gcc and install that on ur machine.
maybe someone else knows better...
cheers,
jens

Last edited by j-ray; 08-19-2002 at 06:04 AM.
 
Old 08-19-2002, 12:41 PM   #8
exigent
Member
 
Registered: Aug 2002
Distribution: damnsmalllinux
Posts: 205

Original Poster
Rep: Reputation: 30
wow, i'd find it hard to belive if someone else knew better....

i've actually fixed it now, all i had to do was install the rpm with midnight commander instead of kpackage, which seems like an odd solution, but one that worked none the less
 
Old 09-01-2002, 04:47 AM   #9
tundra
Member
 
Registered: Jun 2002
Location: Koom Valley
Distribution: rh8
Posts: 528

Rep: Reputation: 31
why not just install with rpm at the command line everytime? would it not have the same effect?
 
Old 09-01-2002, 02:39 PM   #10
exigent
Member
 
Registered: Aug 2002
Distribution: damnsmalllinux
Posts: 205

Original Poster
Rep: Reputation: 30
no doubt it would
 
Old 09-01-2002, 02:59 PM   #11
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
Quote:
Originally posted by tundra
why not just install with rpm at the command line everytime? would it not have the same effect?
What if they don't have an RPM based distro like Slackware or Gentoo ?? I know you can use on any distro, but I personally stay away from RPM if I can.
 
Old 09-01-2002, 10:02 PM   #12
tundra
Member
 
Registered: Jun 2002
Location: Koom Valley
Distribution: rh8
Posts: 528

Rep: Reputation: 31
Quote:
Originally posted by trickykid
What if they don't have an RPM based distro like Slackware or Gentoo ?? I know you can use on any distro, but I personally stay away from RPM if I can.
lol. yea, only a blueblood slacker would say that. i tried to be one, but ah, the vagaries of marketing got me going round and round...

i think the RPM ppl are mostly those who want it fast and convenient. also, it's easily "un-installable". i know it's not much different from compiling from source as it is to type an RPM install command. but some sources don't come with the uninstall option in the makefiles. i've some experience with this and to hunt down the stuff and delete them manually can be a pain...

all that said, i must make clear that i'm not slamming slack. i use it and it's great fun. just stating why i'm not anti-rpm.

oh yea, and in answer to your question tricky, um i thought exigent was talking about an rpm distro.

Last edited by tundra; 09-01-2002 at 10:06 PM.
 
Old 09-02-2002, 10:01 PM   #13
exigent
Member
 
Registered: Aug 2002
Distribution: damnsmalllinux
Posts: 205

Original Poster
Rep: Reputation: 30
yes, you're right i was. but i don't see why an RPM pre-compiled for suse wouldn't work properly on my system, but the same thing done from a command line would.
 
Old 09-03-2002, 09:01 AM   #14
tundra
Member
 
Registered: Jun 2002
Location: Koom Valley
Distribution: rh8
Posts: 528

Rep: Reputation: 31
ah i see. didn't know u were using suse. sorry about that.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Installation of GCC bjsmith Linux - Software 3 07-06-2005 07:49 AM
GCC installation I_forgot Linux - Newbie 2 07-01-2005 12:35 AM
gcc installation Allahh Linux - Newbie 4 09-22-2004 12:35 PM
gcc and bc installation Solzhenitsyn Mandriva 0 08-12-2004 02:53 PM
Need help with gcc installation BajaNick Linux - Software 2 10-04-2003 04:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:34 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