Stderr Ouput borken im mintty 1.1.3 in cygwin 2.0.0 under Windows 7 64 bit

2015-05-12 Thread Nils Holzrichter
lines is written to file, only 315 lines appear. Can somebody help me? best regards Nils Holzrichter -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.c

Problems with cURL and Kerberos

2015-01-13 Thread Nils-Helge Garli Hegvik
th the pure windows version of cURL does work, so it appear to be related to the cygwin curl/kerberos tools. Does anyone now what could be the issue? I have installed cygwin cURL 7.39.0_1, with krb5-workstation 1.12.2-1, libkrb5_26, 1.5.3-1. Regards, Nils-Helge Garli Hegvik -- Problem reports:

OpenGL linker error

2007-02-06 Thread Ritter, Nils
undefined reference to `_glBegin' /salmon/salmon-0.1/sweep-description-visualization.cc:26: undefined reference to `_glVertex3dv' /salmon/salmon-0.1/sweep-description-visualization.cc:28: undefined reference to `_glEnd' collect2: ld returned 1 exit status make[1]: *** [out-glut/salmon] Error 1 make[1]: Leaving directory `/salmon/salmon-0.1' make: *** [glut] Error 2 Does someone have a clue for us, we tried a lot of linker directories and combinations of -lglu -lglut -lopengl32 but nothing worked. Thanks for your help. Best regards, Nils Ritter -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: 1.5.23: Program with GSL does not compile

2007-01-15 Thread Nils Kehrein
Dave Korn wrote: > A side-effect of dynamic linking using .so shared objects. > Try putting your source file earlier on the commandline and the > libraries later. Oh, it was that easy ... strange. Thanks a lot for the *really* quick help! :-) Regards, Nils. -- It's like boxing a

Re: 1.5.23: Program with GSL does not compile

2007-01-15 Thread Nils Kehrein
I tried to attach a test case but it didn't get through the mailfilter, so here it is: ~~ test_gsl.cpp 8< ~~~ #include int main(void) { gsl_matrix *M = gsl_matrix_alloc(1, 1); return 0; } ~~ >8 ~~ Regards, Nils. -- Unsubscribe info: http://cygwin.com/ml/#unsubsc

1.5.23: Program with GSL does not compile

2007-01-15 Thread Nils Kehrein
ect2: ld returned 1 exit status ~~ 8< ~~ Which makes no sense at all because i tested it on a native Linux machine and it compiled well. Regards, Nils. -- It's like boxing a glacier. Enjoy that metaphor, by the way, because your grandchildren will have no idea what a glacier is. -- Stephen

Re: 1.5.19-4: bash starts up in /usr/bin

2006-02-14 Thread Nils
Reinstalling the base files fixed the problem. There should be a message ANYWHERE, that cygwin should be exited while updating the binaries. Instead, it seems to succeed in updating the system. That's not an optimal situation. Regards, Nils. -- ..at least I thought I was dancing, 'ti

1.5.19-4: bash starts up in /usr/bin

2006-02-14 Thread Nils
Hi, after an update to the recent cygwin version, bash starts up in /usr/bin instead of my home directory. The command line seems to be unformatted, only a "bash3.00$" says hello. Is this a bug or a feature? Thanks for your help. Regards, Nils. -- ..at least I thought I was dan

1.5.18: pnmtopng gives segfault

2006-01-03 Thread Nils Kehr
Hi *, whenever i try to use the netpbm program "pnmtopng" i just get a segmentation fault (see attachment). $ pnmtopng My.ppm > My.png The .ppm is well-defined (conversion to other formats possible). I can provide a ppm image if necessary. Thanks in advance! Regards, Nils. --

RE: Bug in chere

2005-06-15 Thread Nils Jeppe
mple implementation". Not trying to talk you guys into it, just giving my Eur 0.02 :) - Nils -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: Bug in chere

2005-06-15 Thread Nils Jeppe
\ContextMenuHandlers, but I admit happily to being clueless about the windows registry :D You can get tortoisecvs at www.tortoisecvs.org. Hope this gives the necessary pointers. - Nils -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygw

Re: Minor installation bug

2005-06-14 Thread Nils Jeppe
On Tue, 14 Jun 2005, Brian Dessent wrote: This is fixed in recent versions of setup. Unfortunately there has not yet been a new release, so unless you follow the cygwin-apps mailing Okay, cool, thanks :-) - Nils -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Minor installation bug

2005-06-14 Thread Nils Jeppe
I think I didn't mention this before: The installation program does not remember the port of the proxy, it always defaults to 80. No biggie. - Nils (Still not subscribed) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems

RE: Bug in chere

2005-06-14 Thread Nils Jeppe
t to a folder's context menu? Say, I have a folder open, and I click on the folder window itself, instead of a folder icon for a sub-folder. That'd be sweet. Thanks, - Nils -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/pr

Bug in chere

2005-06-10 Thread Nils Jeppe
too high volume), if further info is needed please contact me directly. Thanks, - Nils -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Distributing Cygwin-based software

2004-10-15 Thread Soeren Nils Kuklau
Igor Pechtchanski wrote: On Sat, 16 Oct 2004, Soeren Nils Kuklau wrote: [ sha1 call doesn't link ] Try linking it with -lcrypto? ;-) I'm surprised it works on OS/X, though. LDFLAGS = -lpthread -lcrypto We do. ;-) This is *not* the right list for discussing how to subvert th

Re: Distributing Cygwin-based software

2004-10-15 Thread Soeren Nils Kuklau
Jani Tiainen wrote: Dave Korn wrote: Can I have a copy of your source code please? Soon :-) Only if daemon is published (or distributed)... =) Give us a few weeks and we'll release it to the outside. Source and binaries for Mac OS X and Linux/x86. D N wrote: Srvany? Try that out :) Thanks, we

Distributing Cygwin-based software

2004-10-14 Thread Soeren Nils Kuklau
Hi, we're working on a cross-platform server daemon, and on the Windows side, we have chosen to use Cygwin for POSIX compatibility reasons. We have run into several issues on the way: 1) We've looked at `cygrunsrv', and it appears to be a convenient tool for setting our daemon up as an NT servi

ufo job

2004-04-10 Thread nils e
Hello! send this letter to 100 newspapers, rockgroups ,radios a o please: (Because I am only 1 worker on projects) Hello! send this letter to 100 newspapers, rockgroups ,radios a o please: (Because I am only 1 worker on projects) Hello! send this letter to 100 newspapers, rockgroups ,radi

cron swallows my group memberships

2003-01-09 Thread Nils . Dehn
Oracle Hauptbenutzer) When I schedule a cron job for "root" and call "id" in that script I get: uid=1003(root) gid=513(Kein) groups=513(Kein),1002(Oracle Hauptbenutzer) which means problems accessing some files. Where are my groups gone ? Any ideas ? Thanx - Nils -- Uns