Install CORBA

2007-03-02 Thread marcos rebelo
Oi people I'm going to start studding CORBA, after more then 8 year. I need to know the better libraries that I can use in Cygwin to use. Note: If you have some recommendations on ease studies, I will be thanks full to. Thanks Marcos -- Marcos Rebelo http://oleber.freehostia.com -- Unsubscrib

Re: Cron Guidance

2007-03-02 Thread Larry Hall (Cygwin)
[EMAIL PROTECTED] wrote: Please let know if any guide exist for setting up the cron on Cygwin under Windows XP. I really need a primer with examples and a guide on tools editing the cron. My Google search gave me the start, yet I am hoping for some tips on best practices. In addition, I need to c

Re: sshd: can't mount samba shares (update)

2007-03-02 Thread David Abrahams
David Abrahams <[EMAIL PROTECTED]> writes: > I have a Windows XP64 and XP (32-bit) virtual machine running on the > same actual hardware, both with a cygwin installation, running sshd. > When I ssh into the XP64 machine and issue > > net use s: machine-name\\share-name password /USER:usernam

sshd: can't mount samba shares

2007-03-02 Thread David Abrahams
I have a Windows XP64 and XP (32-bit) virtual machine running on the same actual hardware, both with a cygwin installation, running sshd. When I ssh into the XP64 machine and issue net use s: machine-name\\share-name password /USER:username it works just fine, but not on the 32-bit XP mach

Cron Guidance

2007-03-02 Thread robert_neville310
Please let know if any guide exist for setting up the cron on Cygwin under Windows XP. I really need a primer with examples and a guide on tools editing the cron. My Google search gave me the start, yet I am hoping for some tips on best practices. In addition, I need to configure Cygwin with the cr

Re: pmap doesn't work; reason?

2007-03-02 Thread Igor Peshansky
On Fri, 2 Mar 2007, LDR wrote: > not a critical command, to be sure. > > For each try of a process ID, it spits back: > > Bad system call Hard to know with so little information, but as a WAG: does help? Igor --

pmap doesn't work; reason?

2007-03-02 Thread LDR
not a critical command, to be sure. For each try of a process ID, it spits back: Bad system call Lee -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Win2k + Cygwin + Rsync + OpenSSH = hang

2007-03-02 Thread DePriest, Jason R.
On 3/2/07, Justin Zipperle wrote: I've tested pulling from other Linux servers and rsync still hangs. I have also been unable to push from the Windows server to any Linux server - rsync on the Windows box hangs. Since all of these Linux machines work fine rsyncing to and from other Linux machi

Re: /dev/null timing and clock skew problems

2007-03-02 Thread Aaron Gray
Aaron Gray writes: > The code for this is available in standard Make, but it isn't enabled > in > the current build on Cygwin. (The code can be found in remake.c, at > line > 1277. It's currently enabled if WINDOWS32 or __MSDOS__ is defined.) Is this just the three second clearance or somethi

Re: Help with ATLAS

2007-03-02 Thread Ignazio Di Napoli
René Berber wrote: Looks like a problem with linking static libraries, g++ looks for dynamic libraries unless you do: g++ -static -g -O2 -L/usr/local/atlas/lib/ -o linprog.exe main.o matrix.o vector.o lipsol.o myexception.o matrix-io.o matrix-cmp.o matrix-ops.o matrix-pos.o matrix-fun.o matrix-l

Re: garbage in man output

2007-03-02 Thread Andrew Schulman
> On 3/1/2007 3:13 PM, Andrew Schulman wrote: > > ...man pages are all coming out with formatting commands > > rendered as garbage text. For example, the output of 'man ls' starts out > > with > > > > ESC[1mNAMEESC[0m > >ls - list directory contents > > > > where the 'ESC' strings are rend

RE: Difference Between CYGIPC And CYGServer

2007-03-02 Thread Gary R. Van Sickle
> From: Corinna Vinschen > Sent: Friday, March 02, 2007 2:01 PM > Subject: Re: Difference Between CYGIPC And CYGServer > > On Mar 2 12:54, Charles Wilson wrote: > > (In cygwin-1.7.0+, cygserver will also implement POSIX-compliant > > shared memory objects and message queues). > > Even better.

Re: One happy screen user

2007-03-02 Thread Thorsten Kampe
* Frank Fesevur (Fri, 02 Mar 2007 00:32:28 +0100) > I am using the screen test package Andrew Schulman mentioned here some 2 > weeks ago. And so far it works great for me. > http://cygwin.com/ml/cygwin/2007-02/msg00446.html > > Andrew, thanks for your work. Again, I'm not experiencing any proble

Re: Win2k + Cygwin + Rsync + OpenSSH = hang

2007-03-02 Thread Justin Zipperle
I've tested pulling from other Linux servers and rsync still hangs. I have also been unable to push from the Windows server to any Linux server - rsync on the Windows box hangs. Since all of these Linux machines work fine rsyncing to and from other Linux machines, I'm confident that the probl

Re: Cygwin speed

2007-03-02 Thread Thorsten Kampe
* Brian Dessent (Fri, 02 Mar 2007 11:11:54 -0800) > Vinod Gupta wrote: >> Cygwin was a slow by a factor of 3x. Is that normal? > > Yes. Actually no. The standard approximate guess is a factor of two which corresponds to Vinod's testings. -- Unsubscribe info: http://cygwin.com/ml/#unsubscr

Re: Difference Between CYGIPC And CYGServer

2007-03-02 Thread Corinna Vinschen
On Mar 2 12:54, Charles Wilson wrote: > (In cygwin-1.7.0+, cygserver will also implement > POSIX-compliant shared memory objects and message queues). Even better. POSIX shared memory objects and message queues are both implemented using file backed sharead memory which works without help of cy

Re: Strange message from updatedb

2007-03-02 Thread Phil Edwards
I'll need more details if you expect me to help resolve that crash. A stackdump is nearly useless without compiled symbols to go along it - what was your exact command line? What version of find? It wasn't meant to be a bug report for find(1), just a note of why I'd stopped investigating it.

Re: garbage in man output

2007-03-02 Thread Ken Brown
On 3/1/2007 3:13 PM, Andrew Schulman wrote: ...man pages are all coming out with formatting commands rendered as garbage text. For example, the output of 'man ls' starts out with ESC[1mNAMEESC[0m ls - list directory contents where the 'ESC' strings are rendered in inverse video. The fi

Re: Problems with ssh-host-config using cyginw installed on samba share

2007-03-02 Thread Larry Hall (Cygwin)
On 03/02/2007, David Abrahams wrote: Hmm, now I'm really wondering whether this is a lost cause, since when you log in the network shares aren't available until you "net use" them... now that I have everything working on C:\ the experimentation will have to wait until I get some free time. S

Re: Help with ATLAS

2007-03-02 Thread René Berber
Ignazio Di Napoli wrote: >> nm /usr/local/atlas/lib/libcblas.a | grep cblas_dgemm > cblas_dgemm.o: T _cblas_dgemm > > Another note: if I add 'extern "C" {...}' around #include , the > error becomes: undefined reference to _cblas_dgemm, which is exacty the > symbol in the output. Looks

Re: Cygwin speed

2007-03-02 Thread Brian Dessent
Vinod Gupta wrote: > Cygwin was a slow by a factor of 3x. Is that normal? Yes. Emulation of POSIX functions which do not exist on Windows is expensive. Fork is especially bad, which is all you're really testing there. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pr

Re: script problem

2007-03-02 Thread Frank Fesevur
At 2-3-2007 17:27, Asher Vilensky wrote: Any other rxvt tips would be appreciated. Create/edit the .Xdefaults file to do your settings and not command line options. When you use the chere or other things that start rxvt you will always have the same rxvt appearance. Regards, Frank -- Unsu

Re: Help with ATLAS

2007-03-02 Thread Ignazio Di Napoli
René Berber wrote: Same exact error message? Yes. nm /usr/local/atlas/lib/libcblas.a | grep cblas_dgemm cblas_dgemm.o: T _cblas_dgemm Another note: if I add 'extern "C" {...}' around #include , the error becomes: undefined reference to _cblas_dgemm, which is exacty the symbol in

Re: Difference Between CYGIPC And CYGServer

2007-03-02 Thread Igor Peshansky
On Fri, 2 Mar 2007, Charles Wilson wrote: > neo napster wrote: > > I have a few queries regarding cygserver and cygipc. what will be the > > impact to move from cygipc to cygserver? I have some systems programs > > which make calls to the CYGIPC, since these programs are coded long > > back. > > >

Cygwin speed

2007-03-02 Thread Vinod Gupta
I ran the following loop under bash on three different machines: i=100 while [ $i -gt 0 ]; do j=$(((i/3+i*3)**3)) i=$((i-1)) done Here is how long it took: CPU OSTime (secs) --- -- P4/3.2GHz Linux RHEL4 41 Core Duo

Re: script problem

2007-03-02 Thread Matt Wozniski
On 3/2/07, Gary R. Van Sickle wrote: Actually the advantages tend to go the other way at this point. The Cygwin non-X rxvt is no longer being actively maintained upstream. rxvt-unicode is being actively maintained both upstream and here in Cygwinton. It looks nicer (fonts appear to get antiali

Re: Help with ATLAS

2007-03-02 Thread René Berber
Ignazio Di Napoli wrote: > René Berber wrote: >> Never put libraries first. > > Doesn't help... Same exact error message? >> g++ -g -O2 -L/usr/local/atlas/lib/ -o linprog.exe main.o matrix.o >> vector.o lipsol.o myexception.o matrix-io.o matrix-cmp.o matrix-ops.o >> matrix-pos.o >> matrix-fun.

RE: script problem

2007-03-02 Thread Gary R. Van Sickle
> From: Marco Atzeri > Sent: Friday, March 02, 2007 9:05 AM > Subject: Re: script problem > > > --- Asher Vilensky > > > Thanks for the kind advice. I indeed installed rxvt. I've noticed > > that rxvt does not save me much memory over XWin. > > Approx 10MB (rxvt) > > over 20MB (XWin). No b

RE: script problem

2007-03-02 Thread Gary R. Van Sickle
> From: Asher Vilensky > Sent: Friday, March 02, 2007 7:32 AM > Subject: Re: script problem > > Thanks for the kind advice. I indeed installed rxvt. I've > noticed that rxvt does not save me much memory over XWin. > Approx 10MB (rxvt) over 20MB (XWin). No biggie. Are there > any other adv

Re: Help with ATLAS

2007-03-02 Thread Ignazio Di Napoli
René Berber wrote: Never put libraries first. Doesn't help... g++ -g -O2 -L/usr/local/atlas/lib/ -o linprog.exe main.o matrix.o vector.o lipsol.o myexception.o matrix-io.o matrix-cmp.o matrix-ops.o matrix-pos.o matrix-fun.o matrix-lna.o matrix-stb.o sparsematrix.o -llapack -lcblas -lf77blas

Re: Ambiguous error from ./configure

2007-03-02 Thread Forrest Aldrich
Here is the output from cygcheck. Thank you, Forrest Cygwin Configuration Diagnostics Current System Time: Fri Mar 02 12:45:36 2007 Windows XP Professional Ver 5.1 Build 2600 Service Pack 2 Path: C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\bin C:\cygwin\usr\X1

RE: script problem

2007-03-02 Thread Stepp, Charles
rxvt -menu terminal.menu --backspacekey ' -fg $FG -bg $BG -geometry "$G" -ls -sb -sl 5000 -sr -cr red -si +sk -sw -ipf -pr green -fn 8x13bold & Charles Stepp Oracle DBA "Dumb it down..." -- Pernice Brothers -Original Message- From: Asher Vilensky [mailto:[EMAIL PROTECTE

Re: Help with ATLAS

2007-03-02 Thread René Berber
Ignazio Di Napoli wrote: [snip] > g++ -g -O2 -L/usr/local/atlas/lib/ -llapack -lcblas -lf77blas -latlas > -o linprog.exe main.o matrix.o vector.o lipsol.o myexception.o > matrix-io.o matrix-cmp.o matrix-ops.o matrix-pos.o matrix-fun.o > matrix-lna.o matrix-stb.o sparsematrix.o > > I get: > > m

Re: Problems with ssh-host-config using cyginw installed on samba share

2007-03-02 Thread Matthew Woehlke
David Abrahams wrote: "Larry Hall (Cygwin)" <[EMAIL PROTECTED]> writes: My WAG WAG? Oh I can "guess" what that means ;-) Hmm... Feral Donkey Conjecture? Oh, wait, that's an FDC. :-) -- Matthew "Have you tried that new mixed drink, 'GDR'"? "What is it?" "Gin, Duck and Rum. It tastes fowl."

Re: Difference Between CYGIPC And CYGServer

2007-03-02 Thread Charles Wilson
neo napster wrote: I have a few queries regarding cygserver and cygipc. what will be the impact to move from cygipc to cygserver? I have some systems programs which make calls to the CYGIPC, since these programs are coded long back. Can you please give us an idea of the things that need to be

Re: script problem

2007-03-02 Thread DePriest, Jason R.
On 3/2/07, Asher Vilensky wrote: Thanks. These were already set in .vimrc. And, they don't work in rxvt, but do work in an xterm. :-( Meanwhile, I found out I ***have to*** use XWin since I'm displaying X applications on my XP. So I'm back to the very original question: How to automaticall

Re: script problem

2007-03-02 Thread Asher Vilensky
Thanks. These were already set in .vimrc. And, they don't work in rxvt, but do work in an xterm. :-( Meanwhile, I found out I ***have to*** use XWin since I'm displaying X applications on my XP. So I'm back to the very original question: How to automatically kill XWin.exe when WIndows shutdow

Re: Problems with ssh-host-config using cyginw installed on samba share

2007-03-02 Thread David Abrahams
"Larry Hall (Cygwin)" <[EMAIL PROTECTED]> writes: > David Abrahams wrote: >> I installed my Cygwin on a samba share and found that ssh-host-config >> didn't work. Specifically, I got the message "/usr/bin/awk: No such >> file or directory". Yes, I had awk installed and available at >> /usr/bin/a

Re: script problem

2007-03-02 Thread DePriest, Jason R.
On 3/2/07, DePriest, Jason R. wrote: On 3/2/07, Asher Vilensky wrote: > Ok, good point. You convinced me. Gone is X. > One annoying thing I've noticed is that the backspace button doesn't > work in vi. It produces '^?' character. Can somebody remind me how to > set this right in .vimrc or wh

Re: script problem

2007-03-02 Thread DePriest, Jason R.
On 3/2/07, Asher Vilensky wrote: Ok, good point. You convinced me. Gone is X. One annoying thing I've noticed is that the backspace button doesn't work in vi. It produces '^?' character. Can somebody remind me how to set this right in .vimrc or whatever? I've been away from Unix/Linux for a

Re: script problem

2007-03-02 Thread Matthew Woehlke
Asher Vilensky wrote: One annoying thing I've noticed is that the backspace button doesn't work in vi. It produces '^?' character. Can somebody remind me how to set this right in .vimrc or whatever? I've been away from Unix/Linux for a while. My first guess would be 'stty erase'. Failing tha

Re: script problem

2007-03-02 Thread Asher Vilensky
Ok, good point. You convinced me. Gone is X. One annoying thing I've noticed is that the backspace button doesn't work in vi. It produces '^?' character. Can somebody remind me how to set this right in .vimrc or whatever? I've been away from Unix/Linux for a while. Any other rxvt tips would

Re: script problem

2007-03-02 Thread Marco Atzeri
--- Asher Vilensky <[EMAIL PROTECTED]> ha scritto: > Thanks for the kind advice. I indeed installed > rxvt. I've noticed > that rxvt does not save me much memory over XWin. > Approx 10MB (rxvt) > over 20MB (XWin). No biggie. Are there any other > advantages of using > rxvt over XWin? If so

Re: script problem

2007-03-02 Thread Asher Vilensky
Thanks for the kind advice. I indeed installed rxvt. I've noticed that rxvt does not save me much memory over XWin. Approx 10MB (rxvt) over 20MB (XWin). No biggie. Are there any other advantages of using rxvt over XWin? If so, what are they? BTW, nobody has yet to suggest a solution to my o

Re: Require your help

2007-03-02 Thread Larry Hall (Cygwin)
Kesavan, RamKumar wrote: Hi, I'm new to Cygwin and have a couple of questions. I have a Unix application which I have to port on Windows using Cygwin. 1] Are there any best practices for doing this. Nothing I can recommend. Just compile, link, and go. If there's issues, you'll see them

Re: System Error 3 has Occured --- The System cannot find the path specified

2007-03-02 Thread Larry Hall (Cygwin)
neo napster wrote: Hi, We were trying to just get the cygserver up and running. We have successfully installed cygserver. But, when starting Cygserver (net start cygserver), the following error occurs: "System Error 3 has Occured --- The System cannot find the path specified". I have checked

Require your help

2007-03-02 Thread Kesavan, RamKumar
Hi, I'm new to Cygwin and have a couple of questions. I have a Unix application which I have to port on Windows using Cygwin. 1] Are there any best practices for doing this. 2] Secondly, if my application is using some 3rd party libraries then should I have the windows versions of these 3rd p

Help with ATLAS

2007-03-02 Thread Ignazio Di Napoli
Hi everyone. I downloaded, compiled and installed ATLAS. Now in my /usr/local/atlas/lib I have the 4 ATLAS .a. But, when I try to compile my program with: g++ -I. -I../../src -I/usr/local/atlas/include/-g -O2 -MT matrix-ops.o -MD -MP -MF .deps/matrix-ops.Tpo -c -o matrix-ops.o ../../src/

Re: /dev/null timing and clock skew problems

2007-03-02 Thread Magnus Holmgren
Aaron Gray writes: > > The code for this is available in standard Make, but it isn't enabled in > > the current build on Cygwin. (The code can be found in remake.c, at line > > 1277. It's currently enabled if WINDOWS32 or __MSDOS__ is defined.) > > Is this just the three second clearance or some