Stojance Dimitrovski wrote: > I can't seem to install Google-Sharp on my Linux machine. Is that thing > broken or what? I do this: > untar the tar.gz archive to my desktop. Then I run terminal and >>> > > $ cd ~/Desktop/gnome-sharp > ... google-sharp]$ ./autogen.sh > bash: ./autogen.sh: Permission denied > ... google-sharp]$ su > <I enter my password> > [EMAIL PROTECTED] google-sharp]# chmod +x ./autogen.sh > [EMAIL PROTECTED] google-sharp]# exit > exit > ... google-sharp]$ ./autogen.sh > configure.ac: installing `./install-sh' > configure.ac: installing `./missing' > configure: error: cannot run /bin/sh ./config.sub > > That error "configure: error: cannot run /bin/sh ./config.sub". How do > I fix > it so I can finally have google-sharp installed, cause I really need it! You wouldn't happen to be trying to exec something on a partition mounted no exec would you?
cat /etc/mtab of course you can always try sh foo.sh C. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
