ziggy46802
Active Member
- Joined
- Aug 19, 2012
- Messages
- 418
- Reaction score
- 27
Here is what I'm coming up with in linux trying to compile my sources
And in my "sources" folder I have a file named "autogen.sh" so what's wrong do I have to edit it first or something?
Code:
root@steven-desktop:/home/steven/sources# cd /home/steven/sources
root@steven-desktop:/home/steven/sources# ./autogen.sh
./autogen.sh: line 1: autoreconf: command not found
root@steven-desktop:/home/steven/sources#
root@steven-desktop:/home/steven/sources# /autogen.sh
bash: /autogen.sh: No such file or directory
root@steven-desktop:/home/steven/sources#
And in my "sources" folder I have a file named "autogen.sh" so what's wrong do I have to edit it first or something?