TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech Support Archives > Linux & Opensource > Debian Linux

Notices

compiling source: "no acceptable C compiler found in $PATH"

Debian Linux


Reply
 
Thread Tools Display Modes
Old 29-08-2007, 08:46 PM   #1
Edmund
Guest
 
Posts: n/a
compiling source: "no acceptable C compiler found in $PATH"

Hi

I downloaded a package "asterisk" a voip softphone application.
Now I need to make it work :-)

( The installed ekigi and linphone did not work very well
with my voipbuster account )

../configure gave me :"no acceptable C compiler found in $PATH"

What package do I need for this and do I need to edit this path,
if so how?

If I need to install some complete package, this is how my
/etc/apt/sources.list looks now, do I need to add some
sources here too?

d@debian:/etc/apt$ cat sources.list
#
deb etch main
deb-src etch main
deb etch non-free
deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 CD Binary-1
20070407-11:55]/ etch contrib main


Edmund
  Reply With Quote
Old 29-08-2007, 08:46 PM   #2
Mumia W.
Guest
 
Posts: n/a
Re: compiling source: "no acceptable C compiler found in $PATH"

On 07/13/2007 05:33 AM, Edmund wrote:
> Hi
>
> I downloaded a package "asterisk" a voip softphone application.
> Now I need to make it work :-)
>
> ( The installed ekigi and linphone did not work very well
> with my voipbuster account )
>
> ../configure gave me :"no acceptable C compiler found in $PATH"
>
> What package do I need for this and do I need to edit this path,
> if so how?
>
> If I need to install some complete package, this is how my
> /etc/apt/sources.list looks now, do I need to add some
> sources here too?
>
> d@debian:/etc/apt$ cat sources.list
> #
> deb etch main
> deb-src etch main
> deb etch non-free
> deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 CD Binary-1
> 20070407-11:55]/ etch contrib main
>
>
> Edmund


Build dependencies are packages that are required in order to build a
package from the source.

# man apt-get
# apt-get build-dep asterisk

But why are you trying to build from the source? It looks like asterisk
1.2.13~dfsg-2 was built for Etch.


  Reply With Quote
Old 29-08-2007, 08:47 PM   #3
Edmund
Guest
 
Posts: n/a
Re: compiling source: "no acceptable C compiler found in $PATH"

Mumia W. wrote:
> On 07/13/2007 05:33 AM, Edmund wrote:
>> Hi
>>
>> I downloaded a package "asterisk" a voip softphone application.
>> Now I need to make it work :-)
>>
>> ( The installed ekigi and linphone did not work very well
>> with my voipbuster account )
>>
>> ../configure gave me :"no acceptable C compiler found in $PATH"
>>
>> What package do I need for this and do I need to edit this path,
>> if so how?
>>
>> If I need to install some complete package, this is how my
>> /etc/apt/sources.list looks now, do I need to add some
>> sources here too?
>>
>> d@debian:/etc/apt$ cat sources.list
>> #
>> deb etch main
>> deb-src etch main
>> deb etch non-free
>> deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 CD Binary-1
>> 20070407-11:55]/ etch contrib main
>>
>>
>> Edmund

>
> Build dependencies are packages that are required in order to build a
> package from the source.
>
> # man apt-get
> # apt-get build-dep asterisk
>
> But why are you trying to build from the source? It looks like asterisk
> 1.2.13~dfsg-2 was built for Etch.


Hmmm I am not familiar with these Linux names, I searched for phone,
voip etc in synaptic and I didn't recognize "asterisk" as a voip thing.

Even now, in synaptic it is not very clear asterisk is a voip program.
After selecting it with synaptic and "apply" I cannot find the program
on my computer, not with "search for files" or anything?

I am rather new to Linux and I like it very much, but this puzzles me.
How do I find and start this asterisk1.2.13-dfsg-2 ??

Anyway in the mean time I found that "Twinkle" works
with my voipbuster account. But before one find "twinkle"
while searching for Voip or phone is a different story.


Edmund
>
>

  Reply With Quote
Old 29-08-2007, 08:47 PM   #4
Mumia W.
Guest
 
Posts: n/a
Re: compiling source: "no acceptable C compiler found in $PATH"

On 07/16/2007 10:36 AM, Edmund wrote:
> Mumia W. wrote:
>> [...]
>> But why are you trying to build from the source? It looks like
>> asterisk 1.2.13~dfsg-2 was built for Etch.

>
> Hmmm I am not familiar with these Linux names, I searched for phone,
> voip etc in synaptic and I didn't recognize "asterisk" as a voip thing.
>
> Even now, in synaptic it is not very clear asterisk is a voip program.
> After selecting it with synaptic and "apply" I cannot find the program
> on my computer, not with "search for files" or anything?
>


Information about how to use the program should be in
/usr/share/doc/asterisk/ and /usr/share/doc/asterisk-config/.

> I am rather new to Linux and I like it very much, but this puzzles me.
> How do I find and start this asterisk1.2.13-dfsg-2 ??
>


You would search in synaptic by "description and name" for the words
"voice over ip"; asterisk will appear at the top of the output.
1.2.13-dfsg-2 is the version string.

> Anyway in the mean time I found that "Twinkle" works
> with my voipbuster account. But before one find "twinkle"
> while searching for Voip or phone is a different story.
>
>
> Edmund
>>
>>


Well you seem not to need asterisk any more. I'm glad you solved it.

  Reply With Quote
Old 29-08-2007, 08:47 PM   #5
Chris Davies
Guest
 
Posts: n/a
Re: compiling source: "no acceptable C compiler found in $PATH"

Edmund <> wrote:
> I downloaded a package "asterisk" a voip softphone application.
> Now I need to make it work :-)


Asterisk isn't a VoIP softphone; it's a full blown PBX.

> ( The installed ekigi and linphone did not work very well
> with my voipbuster account )


Linphone is /very/ basic. Try twinkle

> ./configure gave me :"no acceptable C compiler found in $PATH"


(Why on earth are you compiling from source?) This mean's you've not got
a development environment. No C compiler, and probably no includes,
libraries, and whatnot.

> What package do I need for this [...]


gcc

> d@debian:/etc/apt$ cat sources.list


> deb etch main
> deb-src etch main
> deb etch non-free
> deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 CD Binary-1
> 20070407-11:55]/ etch contrib main


I suggest that unless you know you want to compile from source, you
comment out the deb-src line. The deb http... lines can be merged:

deb etch main non-free

You might want "contrib" on the end there, too.

Chris
  Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to add "filename and path" to Auto Text dropdwn list Charlee Microsoft Office 1 28-08-2007 07:30 PM
"Windows cannot access the specified device, path or file" error joukhadar_ca Windows Vista All 2 23-08-2007 12:21 PM
Changing default path of "My Documents" (User files)to D: drive? math Windows Vista All 4 17-08-2007 04:12 PM
I Wanna change my default "Documents and settings" folder's path JRAndrade Windows XP 4 16-08-2007 11:33 PM
Download and "RUN" - "Windows cannot access specified device, path Infoman Windows XP 8 16-08-2007 10:02 PM


< Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +5.5. The time now is 07:34 AM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2009, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional