Re: [Mono-dev] linux Serial Port

2011-04-03 Thread LarryD
I am having the same problem. Would appreciate some help on how to give myself permission to use that port. I also notice that a "serial" directory is added to the /dev directory when I insert my USB -serial adapter. In that directory are two directories containing the following files: /dev/serial

Re: [Mono-dev] Trouble compiling Mono on Cygwin

2011-04-03 Thread Alex
Hi Timo, You should run ./autoconf.sh before anything else (particularly configure). My standard procedure for compiling under Cygwin is: 1) Make sure all 4.x versions of GCC are uninstalled. 2) Replace my make.exe in /usr/bin with http://www.go-mono.com/archive/helper/make-3.80-1.tar.bz2. 3) Al

Re: [Mono-dev] Trouble compiling Mono on Cygwin

2011-04-03 Thread vinculum
Hi, Well, there's the configure.in. Runnin autoconf gives me configure but running that gives me: configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../..". I found install-sh under libgc but that can't be used since running configure with that install-sh copied into

Re: [Mono-dev] Trouble compiling Mono on Cygwin

2011-04-03 Thread Zoltan Varga
mcs/configure is a leftover which was already removed in HEAD, use the one the root directory of the source distribution. Zoltan On Sun, Apr 3, 2011 at 9:18 AM, vinculum wrote: > Hi, > > Oh, I missed configuration all together... The documentation tells me to > run > "./configure --

Re: [Mono-dev] Trouble compiling Mono on Cygwin

2011-04-03 Thread vinculum
Hi, Oh, I missed configuration all together... The documentation tells me to run "./configure --prefix=/tmp/install" in the mono source directory. Which directory is this exactly? mono/mcs contains a configure script but it does not accept --with-nls. But doesn't mcs contain the C# code? So which