Re: Java

2007-06-12 Thread Shankar Unni
Brian D. McGrew wrote: None, I was asking if a standard Sun JDK could be installed on cygwin and if so, which one? Of course it can. But... (you knew there was a but..) Sun's JDK is a native windows application, which means Java programs that it runs won't know how to deal with /cygdrive/c,

Re: bashrc question

2007-06-12 Thread Thorsten Kampe
* Stephen H. Dawson (Tue, 12 Jun 2007 15:30:33 -0400) > I am running the latest version of Cygwin on XP Pro. Don't think so. CopSSH is no Cygwin application. > Since day 1, I have been getting an error message at startup, "bash: > $'\r': command not found". Working with a friend, he said I need a

Re: Problems adding new user account

2007-06-12 Thread Larry Hall (Cygwin)
Bahrami, Haleh wrote: Hi, After looking through your archives and trying out some recommendations, I still cannot get Cygwin to recognize that I am a new user--still cannot get it to create an account for me (even though I am logged into my windows account when I am using it--it's all set up on

Problems adding new user account

2007-06-12 Thread Bahrami, Haleh
Hi, After looking through your archives and trying out some recommendations, I still cannot get Cygwin to recognize that I am a new user--still cannot get it to create an account for me (even though I am logged into my windows account when I am using it--it's all set up on the windows side). I inh

Re: bashrc question

2007-06-12 Thread Reid Thompson
dos2unix .bashrc On Tue, 2007-06-12 at 15:30 -0400, Stephen H. Dawson wrote: > Hello, > > > I am running the latest version of Cygwin on XP Pro. Since day 1, I have > been getting an error message at startup, "bash: $'\r': command not found". > Working with a friend, he said I need a bashrc fi

bashrc question

2007-06-12 Thread Stephen H. Dawson
Hello, I am running the latest version of Cygwin on XP Pro. Since day 1, I have been getting an error message at startup, "bash: $'\r': command not found". Working with a friend, he said I need a bashrc file. He generated and put into the C:\Program Files\copSSH\home\MY_USER_ACCOUNT folder.

Re: Java

2007-06-12 Thread Arturus Magi
Brian D. McGrew wrote: > Brian D. McGrew, le Mon 11 Jun 2007 10:53:03 -0700, a écrit : >> However, I need java. There is a higher level user interface that >> goes on top of our C/C++/X/Motif stuff that's all done in Java. > > Could it work with the java support of gcj? > - > > Sadly, no, it

Re: dll link error using Cygwin gcc

2007-06-12 Thread Brian Dessent
Harold Mills wrote: > I'm trying to use Cygwin's gcc to link a small test program (Hello.c) > against a commercial DLL (ibmeci.lib), the source code for which I don't > have. I followed the instructions at www.cygwin.com/cygwin-ug-net/dll.html > to try to build a Cygwin-compatible import library:

RE: dll link error using Cygwin gcc

2007-06-12 Thread Dave Korn
On 12 June 2007 16:47, Harold Mills wrote: > I get the ld error message "undefined reference to '_eciSpeakText'". The > Hello.c program calls a function 'eciSpeakText'. > > What can I do to fix this? > [EMAIL PROTECTED] Run "info ld" and look for "--enable-stdcall-fixup". cheers,

dll link error using Cygwin gcc

2007-06-12 Thread Harold Mills
Hello, I'm trying to use Cygwin's gcc to link a small test program (Hello.c) against a commercial DLL (ibmeci.lib), the source code for which I don't have. I followed the instructions at www.cygwin.com/cygwin-ug-net/dll.html to try to build a Cygwin-compatible import library: echo EXPORTS > i

Re: permissions on /proc/self/fd, process substitution, heredoc

2007-06-12 Thread Brian Minton
d'oh, sorry, my bad. On 6/12/07, Corinna Vinschen wrote: On Jun 12 03:10, Dave Korn wrote: > > On 6/11/07, Dave Korn <[EMAIL PROTECTED]> > > Please try and avoid that. http://cygwin.com/acronyms#PCYMTNQREAIYR and all > that, thanks. I agree. Corinna -- Corinna Vinschen

Re: clib support in cygwin

2007-06-12 Thread Brian Dessent
ICE wrote: > When i try to configure glib on cygwin this is the error i get > > $ ../glibc-2.6/configure No, you're trying to build glib*C* which most certainly will not work. > is it not possible to install glib on cygwin. glib (the GNOME C function library), sure. There are already

RE: clib support in cygwin

2007-06-12 Thread Dave Korn
On 12 June 2007 10:02, ICE wrote: > Hi all > > When i try to configure glib on cygwin this is the error i get > > $ ../glibc-2.6/configure > checking build system type... i686-pc-cygwin > checking host system type... i686-pc-cygwin > configure: running configure fragment for add-on nptl > *** Th

clib support in cygwin

2007-06-12 Thread ICE
Hi all When i try to configure glib on cygwin this is the error i get $ ../glibc-2.6/configure checking build system type... i686-pc-cygwin checking host system type... i686-pc-cygwin configure: running configure fragment for add-on nptl *** The GNU C library is currently not available for this

Re: permissions on /proc/self/fd, process substitution, heredoc

2007-06-12 Thread Corinna Vinschen
On Jun 12 03:10, Dave Korn wrote: > On 12 June 2007 02:32, Brian Minton wrote: > > > I know. I basically just wanted to try combining heredocs and process > > substitution, to see if I could do it. :-) > > I think heredocs inherit perms from /tmp, don't they? Heredocs are not the problem here