Re: .deps/foo.Plo:1: *** multiple target patterns. Stop. :: for Cygwin + mingw 64 make

2011-08-22 Thread Christopher Faylor
On Tue, Aug 23, 2011 at 12:00:47PM +0900, Tatsuro MATSUOKA wrote: >Hello > >I am now preparing gnuplot for windows 64 bit using Cygwin + mingw 64 tools. >If a library uses libtool first make command went well. >However, once make was finished, > >make stops like below. > >$ make >.deps/foo.Plo:1:

.deps/foo.Plo:1: *** multiple target patterns. Stop. :: for Cygwin + mingw 64 make

2011-08-22 Thread Tatsuro MATSUOKA
Hello I am now preparing gnuplot for windows 64 bit using Cygwin + mingw 64 tools. If a library uses libtool first make command went well. However, once make was finished, make stops like below. $ make .deps/foo.Plo:1: *** multiple target patterns. Stop. I have encountered this phenomena in

Re: Contributing license information?

2011-08-22 Thread Luke Kendall
Corinna Vinschen wrote: On Aug 19 11:09, Luke Kendall wrote: Soon, I will have prepared a list of the location of every license file in every Cygwin package. My motivation is to make it easy for people to find the license information, if they need it. (Preparing this information has require

Re: i686-w64-mingw32-gcc & ntifs.h

2011-08-22 Thread JonY
On 8/23/2011 06:18, Charles Wilson wrote: > On 8/22/2011 5:13 PM, Sam Steingold wrote: >> PS. Why are cygwin/mingw and msys/mingw so different? > > They are not different. In fact, 'cygwin/mingw.org' and 'msys/mingw.org' > are identical (except for the emulation environment under which they > run:

Re: i686-w64-mingw32-gcc & ntifs.h

2011-08-22 Thread Charles Wilson
On 8/22/2011 5:13 PM, Sam Steingold wrote: > PS. Why are cygwin/mingw and msys/mingw so different? They are not different. In fact, 'cygwin/mingw.org' and 'msys/mingw.org' are identical (except for the emulation environment under which they run: msys vs. cygwin). You're confused by the existence

Re: i686-w64-mingw32-gcc & ntifs.h

2011-08-22 Thread Sam Steingold
> * JonY [2011-08-22 18:05:33 +0800]: > > On 8/22/2011 09:26, Sam Steingold wrote: >>> * Kai Tietz [2011-08-20 >>> 09:31:47 +0200]: >>> 2011/8/20 JonY : > /usr/i686-w64-mingw32/sys-root/mingw/include/ddk/ntddk.h:2922:26: > error: redeclaration of enumerator `WinRestrictedCodeSid' > /

Re: SSHD Issue Windows 2003 64 bit

2011-08-22 Thread Larry Hall (Cygwin)
On 8/22/2011 1:12 PM, Gary wrote: Doing a 'set -x' in my terminal window only outputted: '+ssh-host-config' with no other information. Here is the actual "path" value inside the 'path' variable in my case: C:\Perl\site\bin;C:\Perl\bin;C:\Program Files (x86)\Support Tools\;C:\Program Files (x86)\

Cygwin shells closing when launched by a telnet server client in Windows 7

2011-08-22 Thread Clayton Evans
I am in the process of upgrading to a new machine. This machine is used as a compute server, where users telnet to the machine, start up a Korn shell and run compute intensive programs from the Korn shell. The current machine is running Cygwin 1.5 and Windows XP 64 bit. This process has worke

How do I verify the integrity of the setup.exe binary?

2011-08-22 Thread Kasper Dupont
I wanted to install Cygwin on one machine, but I got stuck trying to figure out how to verify the integrity of the downloaded setup.exe binary. The documentation points at a signature file and public key file hosted on the same webserver as setup.exe. Thus those could be tampered with just as easi

Re: SSHD Issue Windows 2003 64 bit

2011-08-22 Thread Gary
Doing a 'set -x' in my terminal window only outputted: '+ssh-host-config' with no other information. Here is the actual "path" value inside the 'path' variable in my case: C:\Perl\site\bin;C:\Perl\bin;C:\Program Files (x86)\Support Tools\;C:\Program Files (x86)\Windows Resource Kits\Tools\;%System

Re: A error with tos-check-env

2011-08-22 Thread Larry Hall (Cygwin)
On 8/22/2011 10:55 AM, Jacky wrote: HI: I am new to cygwin. I just installed tinyos on windowsXP and cygwin, and I make this cammand in cygwin window to check that the environment is setup correctly: tos-check-env the output of this command is: A little window show up and say "perl.exe ha

Re: How to use only one line (remove the logged in info)?

2011-08-22 Thread icet
Thank you very much, I wasn't aware of that since when I'm on linux this is not an issue. This code already did the trick export PS1="\u@\h \w>" Will expend a few more hours reading about it, many options available. -- View this message in context: http://old.nabble.com/How-to-use-only-one-l

Re: SSHD Issue Windows 2003 64 bit

2011-08-22 Thread Larry Hall (Cygwin)
On 8/19/2011 5:53 PM, Gary wrote: I've re-installed cygwin on a fresh virtual machine (offline install) and have tried running: 'ssh-host-config' -- still no echo from the terminal Typing 'set -x' into the 'bash' shell before running the above might provide some helpful debugging feedback info

A error with tos-check-env

2011-08-22 Thread Jacky
HI: I am new to cygwin. I just installed tinyos on windowsXP and cygwin, and I make this cammand in cygwin window to check that the environment is setup correctly: tos-check-env the output of this command is: A little window show up and say "perl.exe have stopped work" , besides,

Re: _mcleanup is called twice in forkee!

2011-08-22 Thread Christopher Faylor
On Mon, Aug 22, 2011 at 07:00:23PM +0900, jojelino wrote: >On 2011-08-22 PM 6:27, jojelino wrote: >> When a program is compiled with -pg, it causes invocation of _monstartup >> and it calls atexit, the problem is, _mcleanup is called twice in forkee! >oh it was wrong. _monstartup is not called twic

Re: How to use only one line (remove the logged in info)?

2011-08-22 Thread Eliot Moss
On 8/22/2011 8:54 AM, icet wrote: Hi, could someone tell me how can I make the terminal use only one line instead of two? Right now it is like this Administrator@ddv~ # I would like either # or Administrator@ddv~ # Assuming you're talking about bash, you want to manipulate the setting of en

How to use only one line (remove the logged in info)?

2011-08-22 Thread icet
Hi, could someone tell me how can I make the terminal use only one line instead of two? Right now it is like this Administrator@ddv~ # I would like either # or Administrator@ddv~ # Thanks -- View this message in context: http://old.nabble.com/How-to-use-only-one-line-%28remove-the-logged-in

Re: i686-w64-mingw32-gcc & ntifs.h

2011-08-22 Thread JonY
On 8/22/2011 09:26, Sam Steingold wrote: >> * Kai Tietz [2011-08-20 >> 09:31:47 +0200]: >> 2011/8/20 JonY : /usr/i686-w64-mingw32/sys-root/mingw/include/ddk/ntddk.h:2922:26: error: redeclaration of enumerator `WinRestrictedCodeSid' /usr/i686-w64-mingw32/sys-root/mingw/include/winnt

Re: _mcleanup is called twice in forkee!

2011-08-22 Thread jojelino
On 2011-08-22 PM 6:27, jojelino wrote: When a program is compiled with -pg, it causes invocation of _monstartup and it calls atexit, the problem is, _mcleanup is called twice in forkee! oh it was wrong. _monstartup is not called twice -- Problem reports: http://cygwin.com/problems.html F

_mcleanup is called twice in forkee!

2011-08-22 Thread jojelino
When a program is compiled with -pg, it causes invocation of _monstartup and it calls atexit, the problem is, _mcleanup is called twice in forkee! That's because of _GLOBAL_REENT is copied when a process is forked. Then we have two _mcleanup. (_monstartup is with __constructor__ attribute.) and