On Thursday 28 November 2002 03:48 am, Ronnie Boyd wrote:
> Thanks! The j switch did the job and unzipped the bz2 file, creating the
> LinNeighborhood directory without problem.
>
> However, when I then try the following commands, I get error messages
>
> ./configure
> make
> make install
>
> [root@derfel LinNeighborhood-0.6.5]# ./configure
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... yes
> checking for working aclocal... missing
> checking for working autoconf... missing
> checking for working automake... missing
> checking for working autoheader... missing
> checking for working makeinfo... found
> checking for gcc... no
> checking for cc... no
> checking for cc... no
> checking for cl... no
> configure: error: no acceptable cc found in $PATH
> [root@derfel LinNeighborhood-0.6.5]# make
> make: *** No targets specified and no makefile found.  Stop.
> [root@derfel LinNeighborhood-0.6.5]# make install
> make: *** No rule to make target `install'.  Stop.
>
> Any advice?
>
> Out of curiosity, what is the LinNeighborhood executable called, I'm
> guessing (bravely enough) that it's Linneighborhood dot something?
> I think I read that it should be in /usr/local/bin, though there's nothing
> at all in that directory.
>
> Thanks to all who gave me advice, it was and is greatly appreciated.
>
> Ronnie
>
>
>
> Michael Viron <[EMAIL PROTECTED]>@linux-mandrake.com on 28/11/2002
> 08:49:30
>
> Please respond to [EMAIL PROTECTED]
>
> Sent by:    [EMAIL PROTECTED]
>
>
> To:    [EMAIL PROTECTED]
> cc:
> Subject:    Re: [newbie] Problems getting bzip2 to work......
>
>
> The page details how to uncompress the files if they are in ".tar.gz"
> format -- going through the options for tar:
>
> x - extract
> z - unzip (via gzip / gunzip)
> v - verbose
> f - use file following this flag
>
> To unbzip2 a compressed file, you'll have to do:
>
> x - extract
> j - unbzip2 (for newer, 8.0 and above releases)
> v - verbose
> f - use file following this flag
>
> (so that command would be "tar -xjvf Linneighborhood-0.6.5.tar.bz2" without
> the quotes).
> For more info, do a "man bzip2", "man tar", and "man gzip" without the
> quotes.
Looks like you need a gcc compiler which is on the disks and install the 
autoconf , automake, autoheader and aclocal packages, also should be on the 
disks. Then give it another go and it should run, he said hopefully. 
-- 
Dennis M.  linux user # 180842

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to