LinuxSA Mailing list archives
Index:
[thread]
[date]
[subject]
[author]
From: Robert Wuttke <robert.wuttke@disc.com.au>
To : <linuxsa@linuxsa.org.au>, "Craig Mann <linuxsa@linuxsa.org.au>
Date: Mon, 7 Feb 2000 15:52:20 +1030
Re: Aureal Drivers, Make command.
This is probably several things (the main point being that it can't find
cc). Usually this is an alias to gcc, but this may not be a happening thing
for you.
Try editing the Makefile (case is required) and find the line
CC=cc
and change it to either
1) CC=gcc
2) CC=egcs
This will tell the compiler to use the gcc or egcs compile. Not sure where
the link should be but try maybe
ln -s /usr/bin/cc /usr/bin/gcc (I think gcc is in this directory.
This will fix it permanently for you).
If this errors try it the other way round ( I always mix this one up!).
Of course there maybe other and probably better ways to solve this problem.
Have fun.
Rob.
----- Original Message -----
From: "Craig Mann" <manno@riverland.net.au>
To: <linuxsa@linuxsa.org.au>
Cc: "Andreja Zivkovic" <andy@zt.zivkotech.net.au>; "Andrew O'Callaghan"
<androc@box.net.au>; "Damien Wilson" <wilbs@bigfoot.com>; "Brian Marr"
<sirreg@dove.net.au>
Sent: Monday, February 07, 2000 2:37 PM
Subject: RE: Aureal Drivers, Make command.
> At 08:05 7/02/00 +1030, Andreja Zivkovic wrote:
>
> >If the help you have received is not enough to help you, may I ask you to
> >tell us what commands you entered and what error messages you get, so we
can
> >be more certain to what the problem is.
>
> Hey
> Thanks for the replies so far, I haven't gotten any further with it
though.
> Ok this is what I've just done.
> Logged on as root, brought up terminal
>
> at [root@local.host /]# I have typed
> make -- make:*** No targets. Stop
> which make -- /usr/bin/make
> whereis make -- make:/bin/make /usr/bin/make /usr/man/man1/make1
> make all -- make:***No rule to make target 'all'. Stop
>
> at [root@local.host /au88xx-1.0.4]# I have typed them again and got the
> same answers
>
> then I typed make install (the command the readme says to type to install)
> and got the following
>
> [root@local.host /au88xx-1.0.4]# make install
> cc -D__KERNEL__ -DMODULE -DAU8830 -O -Wall -pipe -m486 -I
> /usr/src/linux/include -02 -fomit-frame-pointer -c vortex.c -o vortex.o
> make: cc:command not found
> make: *** [vortex.o] Error 127
> [root@local.host /au88xx-1.0.4]#
>
> I have also typed the make install10 & make install20 and have received
> similar messages to the one above.
>
> If you can get anything out of the above, I'm all ears. I'd try Aureal but
> they don't have support for their linux drivers.
>
> cheers!!!
>
> Craig.
>
> --
> LinuxSA WWW: http://www.linuxsa.org.au/ IRC: #linuxsa on irc.linux.org.au
> To unsubscribe from the LinuxSA list:
> mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject
>
>
Index:
[thread]
[date]
[subject]
[author]
Return to the LinuxSA Mailing List Information Page