From: prakhar gaur on 18 Jun 2010 11:40 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. checking whether make sets $(MAKE)... no checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking for style of include used by make... none checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for AIX... no checking for library containing strerror... none required checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for pstat_getdynamic... no checking for kstat_open in -lkstat... no checking whether __sys_siglist is declared... no checking for union wait... no configure: creating ./config.status config.status: creating Makefile config.status: creating glob/Makefile config.status: creating po/Makefile.in config.status: creating config/Makefile config.status: creating doc/Makefile config.status: creating w32/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: creating build.sh avatar(a)avatar:~/make-3.81$ make bash: make: command not found avatar(a)avatar:~/make-3.81$ ./make bash: ./make: No such file or directory Thanking you, Prakhar Gaur
From: Jordan Metzmeier on 18 Jun 2010 11:50 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 06/18/2010 11:20 AM, prakhar gaur wrote: > > > 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. > > Install the package "make". You likely also want the toolset from the build-essential package. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iQIcBAEBCAAGBQJMG5QCAAoJEKj/C3qNthmTYMwP/RaPC57zNpc/T3cXqWbVlnwh bt5b3Ve42He2tWU8rdS2L995bnHzwc4RGFnjnPx9lxUtvoPb+gGvXSrPR2TAv2ih vFF5wpytb/dJBPjIzuZX4yceQAAvvzm7EaTy+L6TCkX18VC5kVXofcv05L16a8zm uxDEPWZU3G6POoP/ijzUGJ5JdXmqYcFuuF5yIoJ88fZZxx/pKQ8QeguU/YoedhYa CKEshxPYMPnPN9OvDe4Tqc2uyKnCW4CoC/aEtuxLsNpqcr+Nob/o6bIU4DDnPuES 4/TlLdVyt8Epg7NTHalGVMHQqqsNvhhIpWb1HlKABgM+NS6jldGPkXH4fxQdaqDM BJ4kEmhpGQnyhAwhVb2D/PwB8rX/JToENVtwDN6OUWuBFjmWrZXjnCMbnpX/EOPI eTccXvbOYPBHVIxjh+TI/EwbNXQd+tququH4Hdx+57QDkpawhxm4+peZCOFsqzN1 fNJhiw083Z+fT1iQwOf0B6dvMvzccNlxwS1TEeVE1AzXUDOwb0rFv6Mf/hi4TAzm 33ub+wHc3OYIG2gcwurI7kV5sffYuEbWrjN03MJecjqZbJb5fxVF/cDKQHGkj3ga BOomaHOUoxle35XtxhtevKlvosRcKycJdeUjs64VMBcGb6SCjbd8qfl28ngya3Vy GWW9kgJv/i5I9j6mu52f =scWN -----END PGP SIGNATURE----- -- 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/4C1B9402.1000200(a)gmail.com
From: Eero Volotinen on 18 Jun 2010 11:50 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. > > > checking whether make sets $(MAKE)... no > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking for style of include used by make... none > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking for AIX... no > checking for library containing strerror... none required > checking minix/config.h usability... no > checking minix/config.h presence... no > checking for minix/config.h... no > checking for msgfmt... no > checking for gmsgfmt... : > checking for xgettext... no > checking for msgmerge... no > checking vfork.h usability... no > checking vfork.h presence... no > checking for vfork.h... no > checking for fork... yes > checking for vfork... yes > checking for working fork... yes > checking for working vfork... (cached) yes > checking for pstat_getdynamic... no > checking for kstat_open in -lkstat... no > checking whether __sys_siglist is declared... no > checking for union wait... no > configure: creating ./config.status > config.status: creating Makefile > config.status: creating glob/Makefile > config.status: creating po/Makefile.in > config.status: creating config/Makefile > config.status: creating doc/Makefile > config.status: creating w32/Makefile > config.status: creating config.h > config.status: config.h is unchanged > config.status: executing depfiles commands > config.status: executing default-1 commands > config.status: creating po/POTFILES > config.status: creating po/Makefile > config.status: creating build.sh > avatar(a)avatar:~/make-3.81$ make > bash: make: command not found > avatar(a)avatar:~/make-3.81$ ./make > bash: ./make: No such file or directory 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 -- 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/AANLkTinCeYawU4sCjpTL1GKySW7qnvSl4_WbxufG3343(a)mail.gmail.com
From: Osamu Aoki on 18 Jun 2010 13:40 On Fri, Jun 18, 2010 at 08:50:13PM +0530, prakhar gaur wrote: > 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). There is no Debian 504. It is 5.0.4. It took me a while to realize... > bash: make: command not found > avatar(a)avatar:~/make-3.81$ ./make > bash: ./make: No such file or directory -- 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/20100618170439.GA718(a)debian.org
|
Pages: 1 Prev: Adobe Reader(>7.0.8) make system frozen Next: make not compiling -- Solved |