From: prakhar gaur on



> Date: Fri, 18 Jun 2010 18:41:02 +0300
> Subject: Re: make not compiling
> From: eero.volotinen(a)iki.fi
> To: prakhar_aaidu16(a)hotmail.com
> CC: debian-user(a)lists.debian.org
>
> 2010/6/18 prakhar gaur <prakhar_aaidu16(a)hotmail.com>:
> >
> > Dear All,
> >
> > This is my first week with Debian 504. I am using it as a host system to
> > build LFS(Linux From Scratch).
> > I ran a script which checks whether all prerequisites are there on the host
> > system(Debian 504).
> > It gave a lots of not present(eg. gcc, Binutils, Bison, gawk, make)
> > I installed gcc, Binutils, Bison, gawk using Synaptic.
> > For make i had source code, so i tried building it.
> > The configure script is showing some warnings, but no errors.
> > I am pasting only the lines showing errors.
> >

>
> make is not installed, try to install it using apt-get install make .
>
> try also installing build-essential package, since it provides lot of
> development related tools..
>
>
> br,
> --
> Eero

Dear Eero,

Thank you for the help, installed both make and build-essentials.
Just wanted to ask why was I not able to compile the make-3.81 source code and how did using apt-get resolve the problem.

Thanking you,
Prakhar Gaur
Student, Post Graduate Diploma in Bioinformatics,
Institute of Bioinformatics and Applied Biotechnology,
Biotech Park
Bangalore 560 100
India.

From: Jochen Schulz on
prakhar gaur:
>
> Just wanted to ask why was I not able to compile the make-3.81 source
> code and how did using apt-get resolve the problem.

Simple: you need make to compile make, but it wasn't installed on your
system. apt-get is one of Debian's tools to manage software and the
command 'apt-get install make' does what you would expect.

J.
--
When I am at nightclubs I enjoy looking at other people and assessing
their imagined problems.
[Agree] [Disagree]
<http://www.slowlydownward.com/NODATA/data_enter2.html>
From: Eero Volotinen on
2010/6/18 prakhar gaur <prakhar_aaidu16(a)hotmail.com>:
>
>
>> Date: Fri, 18 Jun 2010 18:41:02 +0300
>> Subject: Re: make not compiling
>> From: eero.volotinen(a)iki.fi
>> To: prakhar_aaidu16(a)hotmail.com
>> CC: debian-user(a)lists.debian.org
>>
>> 2010/6/18 prakhar gaur <prakhar_aaidu16(a)hotmail.com>:
>> >
>> > Dear All,
>> >
>> > This is my first week with Debian 504. I am using it as a host system to
>> > build LFS(Linux From Scratch).
>> > I ran a script which checks whether all prerequisites are there on the
>> > host
>> > system(Debian 504).
>> > It gave a lots of not present(eg. gcc, Binutils, Bison, gawk, make)
>> > I installed gcc, Binutils, Bison, gawk using Synaptic.
>> > For make i had source code, so i tried building it.
>> > The configure script is showing some warnings, but no errors.
>> > I am pasting only the lines showing errors.
>> >
>
>>
>> make is not installed, try to install it using apt-get install make .
>>
>> try also installing build-essential package, since it provides lot of
>> development related tools..
>>
>>
>> br,
>> --
>> Eero
>
> Dear Eero,
>
> Thank you for the help, installed both make and build-essentials.
> Just wanted to ask why was I not able to compile the make-3.81 source code
> and how did using apt-get resolve the problem.

your system was missing "make" software, usually it is required to
build software..

--
Eero


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/AANLkTin4qNodw62BpJnl-tLqHfH7LBCEIqb9_WYuq1bh(a)mail.gmail.com
From: Lorenzo Beretta on
Il 18/06/2010 19:40, Jochen Schulz ha scritto:
> prakhar gaur:
>>
>> Just wanted to ask why was I not able to compile the make-3.81 source
>> code and how did using apt-get resolve the problem.
>
> Simple: you need make to compile make, but it wasn't installed on your
> system. apt-get is one of Debian's tools to manage software and the
> command 'apt-get install make' does what you would expect.
>
> J.
Just for the record, make includes a small script to build the sources
without make installed


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/4c1bc780$0$18652$4fafbaef(a)reader3.news.tin.it
From: Jochen Schulz on
Lorenzo Beretta:
> Il 18/06/2010 19:40, Jochen Schulz ha scritto:
>>
>> Simple: you need make to compile make, but it wasn't installed on your
>> system. apt-get is one of Debian's tools to manage software and the
>> command 'apt-get install make' does what you would expect.
>
> Just for the record, make includes a small script to build the
> sources without make installed

Thanks for that. While writing, I was asking myself how to bootstrap
make. :)

J.
--
In public I try to remain calm and to appear perceptive.
[Agree] [Disagree]
<http://www.slowlydownward.com/NODATA/data_enter2.html>
 | 
Pages: 1
Prev: make not compiling
Next: UUID in fstab?