Hey mate,
Thanks for replying!
Firstly, it gives me this:
download/file.php?id=402
I posted a screenshot of it earlier, don't know why that particular command doesn't work.
Let me grab my AAO, I'll type the output:
'which make' gives /usr/bin/make
'which gcc' gives /usr/bin/gcc
I don't know if that's what I'm supposed to get, but erm.
Yeah, I was trying to install pyNeighborhood and it required me to extract and then compile it using the commands './configure', 'make' and 'make install'. I thought: "Gee, it must be a faulty install", and so I tried to delete the extracted files and start afresh. However, when I tried to re-extract it, it wouldn't let me overwrite the files. I tried to then delete them, however they fail to delete, as I have no 'permissions' over the files. I don't have any idea what's going on, really.
I simply renamed them and re-extracted. Even after rebooting and shutting down, the 'make install' command will not work. I've tried to reinstall 'make', but when I go into 'Add/Remove Applications' and attempt to repair 'make', it fails because it doesn't have dependencies or something.
Basically, I don't know whether I have to reinstall the 'make' command, because I've tried to reinstall it a few times and it says that it has nothing to update, the file is fine. I might go to /usr/bin/make and clear it out, then reinstall it again but I don't know what good that's gonna do.
Thanks for listening,
Chris
EDIT: BREAKTHROUGH!
I just noticed something; my directories don't match up.
Linpus seems to think my 'make' files are in /usr/local/bin- and that's actually where it's looking for it. However, mine are in /usr/bin.
This is a bit of a problem- I just spent about 10 minutes googling the solution.
Basically- here's what I've done. I've typed this into terminal (keep in mind for some odd reason I have copied all the files relating to make from /usr/bin to /home/user/Videos):
cp /home/user/Videos /usr/local/bin
It kept on saying; 'omitted directory' and stuff like that, so I did a bit of googling and found out that you can't just write to /usr/, you need both root access and to use the -r command.
... and so I did, and got this:
[blahblahblahblah]# cp -r /home/user/Videos /usr/local/bin
[blahblahblahblah]# _
... where underscore is the flashing text cursor.
It didn't end up copying, and now I'm stumped on how to copy files there. That seems to be the problem, and I think that if I can redirect make to look at /usr/bin instead of /usr/local/bin or instead copy the files to that directory, then I'll be all good
Thanks again,
Chris