You are not logged in.

#1 2010-01-08 12:40:26

varaahan
Member
From: Chennai , India
Registered: 2006-05-29
Posts: 145

C compiler

Tried to install rp-pppoe-3.10.
Got the following error msg :

"
bash-4.0# ./go-gui
Running ./configure...
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Oops!  It looks like ./configure failed.
"
How to install C compiler through powerpill ?


Linux learner and admirer - ALWAYS
Regd Linux User : 431318

Offline

#2 2010-01-08 12:47:20

SoleSoul
Member
From: Israel
Registered: 2009-06-29
Posts: 319

Re: C compiler

powerpill works exactly as pacman.
Type "man pacman" to see all the options.

In short:
powerpill -S [package_name]

edit: The "c compiler" you are looking for is probably gcc.

Last edited by SoleSoul (2010-01-08 12:48:50)

Offline

#3 2010-01-08 12:52:39

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: C compiler

pacman -S base-devel
You might also want to use makepkg instead of compiling it by hand.

Edit: go-gui is in aur

Last edited by Mr.Elendig (2010-01-08 12:53:25)


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#4 2010-01-08 13:08:55

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: C compiler

Why not use pacman? I know it's convoluted, but hey... Gotta live on the edge, no?

Edit: I shouldn't wait ten minutes between replying and actually hitting the Commit button :-/


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#5 2010-01-08 15:15:57

varaahan
Member
From: Chennai , India
Registered: 2006-05-29
Posts: 145

Re: C compiler

Elendig !
"
bash-4.0# pacman -S go-gui
go-gui package not found, searching for group...
error: 'go-gui': not found in sync db

"


Linux learner and admirer - ALWAYS
Regd Linux User : 431318

Offline

#6 2010-01-08 15:22:12

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: C compiler

You can't use pacman to install go-gui , it's an AUR package!
Download the tarball from AUR. Then:

tar xvf package.tar.gz
cd package
makepkg -s PKGBUILD

Reviewing the PKGBUILD is very important!


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#7 2010-01-08 16:02:02

varaahan
Member
From: Chennai , India
Registered: 2006-05-29
Posts: 145

Re: C compiler

I am back to square one.
See the o/p.


[sridhar@myhost rp-pppoe-gui]$ makepkg -s PKGBUILD
==> Making package: rp-pppoe-gui 3.10-1 i686 (Thu Jan  7 04:45:57 IST 2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Downloading rp-pppoe-3.10.tar.gz...
--2010-01-07 04:45:57--  http://www.roaringpenguin.com/files/dow … .10.tar.gz
Resolving www.roaringpenguin.com... 70.38.112.54
Connecting to www.roaringpenguin.com|70.38.112.54|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 215288 (210K) [application/x-gzip]
Saving to: `rp-pppoe-3.10.tar.gz.part'

100%[======================================>] 215,288     95.9K/s   in 2.2s   

2010-01-07 04:46:00 (95.9 KB/s) - `rp-pppoe-3.10.tar.gz.part' saved [215288/215288]

==> Validating source files with md5sums...
    rp-pppoe-3.10.tar.gz ... Passed
==> Extracting Sources...
  -> Extracting rp-pppoe-3.10.tar.gz with bsdtar
==> Entering fakeroot environment...
==> Starting build()...
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
/home/sridhar/Downloads/rp-pppoe-gui/PKGBUILD: line 18: make: command not found
==> ERROR: Build Failed.
    Aborting...
[sridhar@myhost rp-pppoe-gui]$

"


Linux learner and admirer - ALWAYS
Regd Linux User : 431318

Offline

#8 2010-01-08 16:07:11

Oxyd
Member
From: Czech Republic
Registered: 2008-01-17
Posts: 167

Re: C compiler

Do you have the packages "gcc" and "make" installed?

Offline

#9 2010-01-08 16:24:15

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: C compiler

varaahan

Mr.Elendig had told you to:

pacman -S base-devel

Install the whole group.


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#10 2010-01-09 10:20:02

lang2
Member
Registered: 2006-02-10
Posts: 386

Re: C compiler

maybe the PPkgbuild file need to add deps

Offline

#11 2010-01-09 10:44:37

jac
Member
From: /home/jac
Registered: 2009-05-19
Posts: 431
Website

Re: C compiler

lang2 wrote:

maybe the PPkgbuild file need to add deps

For AUR packages it is a prerequisite that you have the base-devel group installed. It says so on the wiki for AUR, and has a link to http://bbs.archlinux.org/viewtopic.php?pid=632355 about it.

Offline

#12 2010-01-10 10:28:53

varaahan
Member
From: Chennai , India
Registered: 2006-05-29
Posts: 145

Re: C compiler

shylock !

Installing base-devl finished the issue and I could now run tkpppoe.
Thanks everybody.

Last edited by varaahan (2010-01-10 10:29:16)


Linux learner and admirer - ALWAYS
Regd Linux User : 431318

Offline

Board footer

Powered by FluxBB