Discussion:
[wish-info] Install problem
moe
2004-03-26 00:25:20 UTC
Permalink
Sorry if this question seems dumb. I am trying to
install the new version wish that was put up on
sourceforge a couple of days ago but ran into a
problem. I read the index.html and tried to
install but get this error. If someone could help me
out I would appreciate it.

make KERNELDIR=/usr/src/linux-2.4.20-8/
(cd dev; make)
make[1]: Entering directory
`/home/mohammad/download/wish-2.0.0/dev'
gccmakedep -f .depend -- -D__KERNEL__
-I/usr/src/linux-2.4.20-8//include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2
-fno-strict-aliasing -fno-common -fomit-frame-pointer
-DMODULE -nostdinc -iwithprefix include -pipe
-mpreferred-stack-boundary=2
-I/usr/src/linux-2.4.20-8//include/asm/mach-default
-DKBUILD_MODNAME=x10 -- *.c
/bin/sh: line 1: gccmakedep: command not found
make[1]: *** [.depend] Error 127
make[1]: Leaving directory
`/home/mohammad/download/wish-2.0.0/dev'
make: *** [all] Error 2


thanks in advance,
moe

__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
Scott Hiles
2004-03-26 01:04:52 UTC
Permalink
It would appear that you don't have gccmakedep installed on your computer?
It usually comes with the GCC compiler.

you can bypass this by editing the file "Makefile" in each of the
directories and take out any reference to "depend".

But, while this will likely work, it is probably better to figure out why
you don't have the gcc make tool installed.

Scott

----- Original Message -----
From: "moe" <***@yahoo.com>
To: <wish-***@lists.sourceforge.net>
Sent: Thursday, March 25, 2004 7:25 PM
Subject: [wish-info] Install problem
Post by moe
Sorry if this question seems dumb. I am trying to
install the new version wish that was put up on
sourceforge a couple of days ago but ran into a
problem. I read the index.html and tried to
install but get this error. If someone could help me
out I would appreciate it.
make KERNELDIR=/usr/src/linux-2.4.20-8/
(cd dev; make)
make[1]: Entering directory
`/home/mohammad/download/wish-2.0.0/dev'
gccmakedep -f .depend -- -D__KERNEL__
-I/usr/src/linux-2.4.20-8//include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2
-fno-strict-aliasing -fno-common -fomit-frame-pointer
-DMODULE -nostdinc -iwithprefix include -pipe
-mpreferred-stack-boundary=2
-I/usr/src/linux-2.4.20-8//include/asm/mach-default
-DKBUILD_MODNAME=x10 -- *.c
/bin/sh: line 1: gccmakedep: command not found
make[1]: *** [.depend] Error 127
make[1]: Leaving directory
`/home/mohammad/download/wish-2.0.0/dev'
make: *** [all] Error 2
thanks in advance,
moe
__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
wish-info mailing list
https://lists.sourceforge.net/lists/listinfo/wish-info
Loading...