Search found 3 matches

by Ceashure
Tue Nov 23, 2010 3:53 pm
Forum: General Discussion
Topic: Linux - Configure not running
Replies: 4
Views: 5949

You were right. I didn't realize that Ubuntu had no support for permissions on NTFS partitions. Moving the residual folder to my local ext3 partition allowed the execute bit to be set correctly. I reverted back to the original configure script and it compiles just fine.

Thanks Ezekiel000!
by Ceashure
Mon Nov 22, 2010 2:05 pm
Forum: General Discussion
Topic: Linux - Configure not running
Replies: 4
Views: 5949

It doesn't matter how I run it, it always comes up with the same error. Bash or SH, Admin or not.


Well actually, if I run it as just ./configure all i get is:
"Command not found". When I run with sh or bash appended to the front I get a print out of the errors like shown in my first post.
by Ceashure
Mon Nov 22, 2010 1:40 am
Forum: General Discussion
Topic: Linux - Configure not running
Replies: 4
Views: 5949

Linux - Configure not running

Trying to compile residual from svn trunk, when I run configure I'm getting the following errors: sudo sh ./configure : not found: 25: : not found: 34: : not found: 37: : not found: 41: ./configure: 46: Syntax error: word unexpected (expecting "do") The lines 25,34,37,41 ("not found&q...