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:
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
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
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:
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
> * 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'
> /
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)\
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
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
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
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
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
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
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,
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
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
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
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
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
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
20 matches
Mail list logo