all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Can't build emacs!
@ 2004-10-29  1:50 fedevaps
  0 siblings, 0 replies; 5+ messages in thread
From: fedevaps @ 2004-10-29  1:50 UTC (permalink / raw)


I have just installed ubuntu Linux and extracted the
latest emacs version: 21.3 on my AMD Barton 2500 XP
machine.

I get the following errormessage when I try to run
"configure":

johs@ubuntu:~/emacs-21.3 $ ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
johs@ubuntu:~/emacs-21.3 $

What is the solution for this problem?

Yours
Johs


=====

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Can't build emacs!
@ 2004-10-29  2:09 JS
  2004-10-29  3:54 ` Daniel Pittman
       [not found] ` <mailman.5896.1099023040.2017.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: JS @ 2004-10-29  2:09 UTC (permalink / raw)


I have just installed ubuntu Linux and extracted the
latest emacs version: 21.3 on my AMD Barton 2500 XP
machine.

I get the following errormessage when I try to run
"configure":

johs@ubuntu:~/emacs-21.3 $ ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
johs@ubuntu:~/emacs-21.3 $

What is the solution for this problem?

Yours
Johs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can't build emacs!
  2004-10-29  2:09 JS
@ 2004-10-29  3:54 ` Daniel Pittman
       [not found] ` <mailman.5896.1099023040.2017.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 5+ messages in thread
From: Daniel Pittman @ 2004-10-29  3:54 UTC (permalink / raw)


On 29 Oct 2004, JS wrote:
> I have just installed ubuntu Linux and extracted the latest emacs
> version: 21.3 on my AMD Barton 2500 XP machine.
>
> I get the following errormessage when I try to run
> "configure":
>
> johs@ubuntu:~/emacs-21.3 $ ./configure
> loading cache ./config.cache
> checking host system type... i686-pc-linux-gnu
> checking for gcc... no
> checking for cc... no
> configure: error: no acceptable cc found in $PATH
> johs@ubuntu:~/emacs-21.3 $
>
> What is the solution for this problem?

Install a C compiler.  It should be named something intuitive like
'gcc.'

Regards,
        Daniel
-- 
Trust the art, not the artist.
        -- Bruce Springsteen

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can't build emacs!
       [not found] ` <mailman.5896.1099023040.2017.help-gnu-emacs@gnu.org>
@ 2004-10-29  9:35   ` JS
  2004-10-29 11:00     ` Daniel Pittman
  0 siblings, 1 reply; 5+ messages in thread
From: JS @ 2004-10-29  9:35 UTC (permalink / raw)



"Daniel Pittman" <daniel@rimspace.net> skrev i en meddelelse
news:mailman.5896.1099023040.2017.help-gnu-emacs@gnu.org...
> On 29 Oct 2004, JS wrote:
> > I have just installed ubuntu Linux and extracted the latest emacs
> > version: 21.3 on my AMD Barton 2500 XP machine.
> >
> > I get the following errormessage when I try to run
> > "configure":
> >
> > johs@ubuntu:~/emacs-21.3 $ ./configure
> > loading cache ./config.cache
> > checking host system type... i686-pc-linux-gnu
> > checking for gcc... no
> > checking for cc... no
> > configure: error: no acceptable cc found in $PATH
> > johs@ubuntu:~/emacs-21.3 $
> >
> > What is the solution for this problem?
>
> Install a C compiler.  It should be named something intuitive like
> 'gcc.'


I have never tried Linux before so it would be nice with some more specific
information if possible.

Johs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can't build emacs!
  2004-10-29  9:35   ` JS
@ 2004-10-29 11:00     ` Daniel Pittman
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Pittman @ 2004-10-29 11:00 UTC (permalink / raw)


On 29 Oct 2004, JS wrote:
> "Daniel Pittman" <daniel@rimspace.net> skrev i en meddelelse
> news:mailman.5896.1099023040.2017.help-gnu-emacs@gnu.org...
>> On 29 Oct 2004, JS wrote:
>>> I have just installed ubuntu Linux and extracted the latest emacs
>>> version: 21.3 on my AMD Barton 2500 XP machine.
>>>
>>> I get the following errormessage when I try to run
>>> "configure":
>>>
>>> johs@ubuntu:~/emacs-21.3 $ ./configure
>>> loading cache ./config.cache
>>> checking host system type... i686-pc-linux-gnu
>>> checking for gcc... no
>>> checking for cc... no
>>> configure: error: no acceptable cc found in $PATH
>>> johs@ubuntu:~/emacs-21.3 $
>>>
>>> What is the solution for this problem?
>>
>> Install a C compiler.  It should be named something intuitive like
>> 'gcc.'
>
> I have never tried Linux before so it would be nice with some more specific
> information if possible.

I would strongly suggest, if you are new to Linux and not very
experienced with Unix in general, that you stick to the packages
supplied by your distribution while you find your way around.

Anyway, the process is pretty simple:  the error you hit was because the
C compiler is not install and, as such, Emacs can't compile the C code.

To correct this you will need to install a few development tools.  Your
distribution will supply some package installation tool; not being an
Ubuntu user I don't know what it is called.

Fire that up, then find the 'GNU C compiler' package.  Typically, this
will be named 'gcc' and will be in the 'development' section.

Once that is installed the compilation will proceed further.


Since Ubuntu is based on Debian, however, and as I understand things
includes all the Debian packages in the 'universe' section, you can
probably just install the 'emacs21' package -- that is what I use, and
is the precompiled binary for the system.


For more detailed help on using the package management tools in your
distribution, try on their user mailing list - people there are sure to
know the tools you require.

Regards,
        Daniel

-- 
The knowledge imposes a pattern, and falsifies,
For the pattern is new in every moment...
        -- T. S. Eliot, _Four Quartets_

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-10-29 11:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-29  1:50 Can't build emacs! fedevaps
  -- strict thread matches above, loose matches on Subject: below --
2004-10-29  2:09 JS
2004-10-29  3:54 ` Daniel Pittman
     [not found] ` <mailman.5896.1099023040.2017.help-gnu-emacs@gnu.org>
2004-10-29  9:35   ` JS
2004-10-29 11:00     ` Daniel Pittman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.