anybody successful in compiling apache-arrow?

2020-09-02 Thread Bernd Prager
All, While trying to install "pyarrow" and not able to find a distribution package so far I was trying to compile the Apache Arrow sources from https://arrow.apache.org/ under CYGWIN_NT-10.0 HW-016990 3.1.5(0.340/5/3). I tried: $ mkdir release; cd release/ $ cmake .. -DARROW_JEMALLOC=OFF $

ssh-host-config fails on Win7 even as admin

2016-10-06 Thread Bernd Prager
All, I am running ssh-host-config on CYGWIN_NT-6.1 2.6.0(0.304/5/3) 2016-08-31 under Windows 7 Enterprise Service Pack 1 in a Cygwin64 Terminal as Adminstrator: It breaks with: *** Query: Should privilege separation be used? (yes/no) yes *** Warning: The owner and the Administrators need ***

Re: Windows 7 sshd can only login as cyg_server

2014-08-26 Thread Bernd Prager
On 8/25/14 11:49 AM, Larry Hall (Cygwin) wrote: On 08/25/2014 07:00 AM, Corinna Vinschen wrote: On Aug 25 12:51, Corinna Vinschen wrote: On Aug 22 17:24, Larry Hall (Cygwin) wrote: On 08/22/2014 04:44 PM, Corinna Vinschen wrote: I solved it: It turned out, that my Windows domain policy wa

Windows 7 sshd can only login as cyg_server

2014-08-21 Thread Bernd Prager
I just installed cygwin on Windows 7 and configured sshd with ssh-host-config. I checked all the permission and everything seems to be fine. I can connect as local user "cyg_server" but not as myself (a standard Windows 7 domain user). I am asked for a password and then I get: debug3: packet_

libnotify-bin

2013-02-11 Thread Bernd Prager
All, Does anybody know if libnotify-bin is available for Cygwin? Thank you, -- Bernd -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscrib

Re: sshd service will not start on Windows 7

2013-01-29 Thread Bernd Prager
On 1/29/2013 2:14 PM, misterblinky wrote: I installed cygwin on my windows 7 64-bit machine with openSSH and openSSL, nothing else. I then install sshd via ssh-host-config. I have tried with privilege separation and without it. The end result is the same: I cannot start sshd as a service (via ne

Re: Who is corinna?

2012-07-30 Thread Bernd Prager
On 7/29/2012 11:47 PM, Christopher Faylor wrote: On Sun, Jul 29, 2012 at 01:07:09PM -0400, Bernd Prager wrote: I am trying to debug a compiled c++ program with gdb. When I start gdb it claims the symbols are loaded. When I try to list the source code I get: (gdb) list /home/corinna/src

Who is corinna?

2012-07-29 Thread Bernd Prager
All, I am trying to debug a compiled c++ program with gdb. When I start gdb it claims the symbols are loaded. When I try to list the source code I get: (gdb) list /home/corinna/src/cygwin/cygwin-1.7.15/cygwin-1.7.15-1/src/cygwin-1.7.15/winsup/cygwin/crt0.c: No such file or directory.

gethostbyname conflicts

2012-07-25 Thread Bernd Prager
All, I am having troubles compiling a boost package due to conflicting declarations: /usr/include/w32api/winsock2.h:635:33: error: declaration of C function ‘int gethostname(char*, int)’ conflicts with /usr/include/sys/unistd.h:238:6: error: previous declaration ‘int gethostname(char*, size_

error: visibility attribute not supported in this configuration

2012-03-30 Thread Bernd Prager
All, I installed cygwin on a new box: Windows 7, Cygwin 1.7.11, gcc (GCC) 4.5.3. Now I am running with many (e.g. ZMQ) packages into the error above. I did set CFLAGS, CXXFLAGS etc. to "-fvisibility=hidden" but often that doesn't seem to have any effect at all. Did anybody discovered this is

Re: [ANNOUNCEMENT] Updated: stable compiler package gcc4-4.5.3-2

2011-09-11 Thread Bernd Prager
On 9/9/2011 11:38 AM, Dave Korn wrote: $ g++ thread.cpp -L /usr/local/lib -lboost_thread /tmp/cccfCagO.o:thread.cpp:(.text+0xa4): undefined reference to `__Unwind_Resume' Couldn't reproduce it, but then I was building the cygwin distro version of boost rather than the upstream one. Without furth

Re: [ANNOUNCEMENT] Updated: stable compiler package gcc4-4.5.3-2

2011-09-08 Thread Bernd Prager
On 9/6/2011 5:27 PM, Yaakov (Cygwin/X) wrote: > On Tue, 2011-09-06 at 15:44 -0400, Bernd Prager wrote: >> I recompiled the recent boost libraries with the new gcc-4 package. >> >> The thread example fails with: >> >> $ g++ thread.cpp -L /usr/local/lib -lboost_thr

Re: [ANNOUNCEMENT] Updated: stable compiler package gcc4-4.5.3-2

2011-09-06 Thread Bernd Prager
I recompiled the recent boost libraries with the new gcc-4 package. The thread example fails with: $ g++ thread.cpp -L /usr/local/lib -lboost_thread /tmp/cccfCagO.o:thread.cpp:(.text+0xa4): undefined reference to `__Unwind_Resume' Cheers, -- Bernd On 9/1/2011 11:49 PM, Dave Korn wrote: > >

Re: cygwin1.7 and Eclipse CDT?

2010-03-15 Thread Bernd Prager
On 3/15/2010 1:44 PM, Danilo Turina wrote: On 15/03/2010 18.23, Bernd Prager wrote: Has anybody gotten Eclipse C++ CDT to run with Cygwin 1.7.? Yes, it works for me. I have the latest version of Eclipse Galileo (3.5.2?) and I've Cygwin 1.7 up to date. Notice, anyway, that I don'

cygwin1.7 and Eclipse CDT?

2010-03-15 Thread Bernd Prager
Has anybody gotten Eclipse C++ CDT to run with Cygwin 1.7.? My Eclipse does not recognize Cygwin being installed and I cannot use the Cygwin gcc tool chain. I am certain I have all required packages installed: $ cat /etc/setup/installed.db | grep -P '^gcc\s+|^gcc-core\s+|^gcc-g\+\+\s+|^gcc-min

two libuuid.a

2010-02-24 Thread Bernd Prager
Hi, I am running in a configuration issue in another project with two conflicting libuuid.a (one in /usr/lib/w32api and the other in /usr/lib/e2fsprogs). The construct: AC_SEARCH_LIBS(uuid_generate, uuid, , [AC_MSG_ERROR([cannot link with -luuid, install e2fsprogs])])

Re: a2ps missing dll

2010-01-29 Thread Bernd Prager
Found it on my own. I had to install the package "libintl-1". Shouldn't that be added as a dependency when one select "a2ps"? -- Bernd On 1/29/2010 2:14 PM, Bernd Prager wrote: Launching a2ps reports: /usr/bin/a2ps.exe: error while loading shared libraries: cygintl-

a2ps missing dll

2010-01-29 Thread Bernd Prager
Hi, I am running CYGWIN_NT-5.1 xxx 1.7.1(0.218/5/3) 2009-12-07 11:48 i686 Cygwin. Launching a2ps reports: /usr/bin/a2ps.exe: error while loading shared libraries: cygintl-2.dll: cannot open shared object file: No such file or directory. Apparently the current a2ps (4.13-1) is compiled agai

massive heap problems with cygwin 1.7.0

2008-09-04 Thread Bernd Prager
Hi, I am trying to make use of the UTF wide character support in cygwin 1.7 and tried to give it a shot. Until now I am almost unable to do anything because I constantly run into heap problems, like: 5 [main] ? (5096) D:\bin\cygwin\bin\bash.exe: *** fatal error - couldn't allocate heap, Win32 err

solved: sshd no longer able to start

2008-08-26 Thread Bernd Prager
I was missing the tcpwrapper packet. Sorry for panicking and flooding the list. -- Bernd On Tue, 26 Aug 2008 13:31:20 -0600, Bernd Prager <[EMAIL PROTECTED]> wrote: > $ /usr/sbin/sshd -D > /usr/sbin/sshd.exe: error while loading shared libraries: cygwrap-0.dll: > cannot > open

more: sshd no longer able to start

2008-08-26 Thread Bernd Prager
$ /usr/sbin/sshd -D /usr/sbin/sshd.exe: error while loading shared libraries: cygwrap-0.dll: cannot open shared object file: No such file or directory Did it got lost again? -- Bernd On Tue, 26 Aug 2008 13:09:43 -0600, Bernd Prager <[EMAIL PROTECTED]> wrote: > After the recent up

sshd no longer able to start

2008-08-26 Thread Bernd Prager
After the recent update from openSSH and rerunning ssh-host-config sshd refuses to start in Win XP. The service event viewer states: ... The description for Event ID ( 0 ) in Source ( sshd ) cannot be found. The local computer may not have the necessary registry information or message DLL files to

Re: cygwin-developer

2008-08-12 Thread Bernd Prager
Hans L wrote: Hi. I have a problem that I'll have tryed to get allong with for several days. I have searched the mailing list archive, nothing found. I hope to get an answer now. I am trying to install a CFD-program called OpenFoam (OF) with Cygwin, The problem I have incountered are that OF req

gnu c++ linker errors on double processor machine

2005-05-19 Thread Bernd Prager
Hi everybody, I'm experencing an odd error on a double processor machine. The same source code compiles well on all boxes I used but on a single machine it fails. It's the only 2-processor box I use. That's why I assume the problem is some weird concurrency issue but I'm not sure. When I try to

java, GUI and cygwin

2002-09-27 Thread Bernd Prager
Hi. When I try to run a Java application that uses Windows GUI (e.g. swing package) it runs smoothly from the Win2K cmd line. >From the cygwin bash shell I get the error message: - snip - Sep 27, 2002 10:35:05 AM java.util.prefs.WindowsPreferences WARNING: Could not open/cr