On Thu, May 19, 2011 at 10:01:47PM -0400, Chris Sutcliffe wrote:
>On 19 May 2011 11:40, Chris Sutcliffe wrote:
>> I've built the latest libtorrent / rtorrent, packaged it and tested it
>> on WinXP x86 with no issues. ?I then attempted to test on Win7 x64 and
>> it's crashing constantly. ?I've disab
Libgcrypt is a general purpose cryptographic library based on
the code from GnuPG. It provides functions for all cryptographic
building blocks: symmetric ciphers, hash algorithms, MACs, public
key algorithms, large integer functions, random numbers and a lot
of supporting functions.
[[ compiled u
libgpg-error is a library that defines common error values
for all GnuPG components. Among these are GPG, GPGSM, GPGME,
GPG-Agent, libgcrypt, Libksba, DirMngr, Pinentry, SmartCard
Daemon and possibly more in the future.
[[ compiled using gcc-4.3.4-4 ]]
CHANGES (since 1.7-1)
=
On 19 May 2011 11:40, Chris Sutcliffe wrote:
> I've built the latest libtorrent / rtorrent, packaged it and tested it
> on WinXP x86 with no issues. I then attempted to test on Win7 x64 and
> it's crashing constantly. I've disabled Windows Defender and
> uninstalled my antivirus software, done a
> When i rsync a folder from cygwin (winXP-SP3-32bit) to linux (64bit)
> some of the contents (e.g. in php files) are modified (e.g. added
> spaces, missing semicolon).
>
> My local partition D:/ is (probably) mounted as binary.
>
> D:\www\public>mount
> D:/programs/usr/bin on /usr/bin type ntfs
On 05/19/2011 02:54 PM, Lee Maschmeyer wrote:
> Hi all,
>
> For most uses, $HOME and ~ produce identical results. For example, ls
> $HOME or ls ~ are the same. But the following script fails:
>
> Presumably I'm doing something nefarious but I can't figure out what.
I can. And it's not cygwin-sp
On 5/19/2011 3:54 PM, Lee Maschmeyer wrote:
>
> Hi all,
>
> For most uses, $HOME and ~ produce identical results. For example, ls
> $HOME
> or ls ~ are the same. But the following script fails:
>
> #!/bin/bash
>
> for i in "$HOME/.bashrc" "~/.bashrc" ; do
> echo $i
> if [ -a "$i" ]; then
>
I have checked the archives regarding rebaseall perhaps a dozen times over the
years. The problem where it just doesn't seem to _work_ is fairly new,
apparently. And the alternative suggestions are fairly complicated.
--
Problem reports: http://cygwin.com/problems.html
FAQ:
On Thu, May 19, 2011 at 01:41:47PM -0400, Ryan Johnson wrote:
>On 2:59 PM, Sravan Bhamidipati wrote:
>> Terminals like mintty and rxvt are doing an unusual amount of context
>> switching and consuming a lot of CPU cycles even in idle time. Process
>> Explorer suggests that this activity is largely
On 5/19/2011 2:20 PM, kathy3826 wrote:
>
> It is from online lectures on starting one program,
> I typed make all and it says it compiled successfully,
> but it misses X Windows.
Kathy, we STILL have no idea what you're talking about. We now have a
few tiny nuggets of information:
1) mk_all m
Please quit top-posting: http://cygwin.com/acronyms/#TOFU
On 05/19/2011 12:20 PM, kathy3826 wrote:
>
> It is from online lectures on starting one program,
> I typed make all and it says it compiled successfully,
> but it misses X Windows.
Then it is likely a local alias or script specific to t
Larry Hall wrote:
> On 5/18/2011 9:57 PM, Keith Thompson wrote:
> > I'm using Cygwin (version 1.7.9-1 of cygwin1.dll) on Windows 7
> > on a Dell laptop. Cygwin is installed in C:\cygwin.
> >
> > I should mention that I have a second Cygwin installation on
> > the same laptop; it's in C:\apps\cygw
It is from online lectures on starting one program,
I typed make all and it says it compiled successfully,
but it misses X Windows.
marco atzeri-4 wrote:
>
> On Thu, May 19, 2011 at 7:51 PM, kathy3826 wrote:
>>
>> what do you suggest i use?
>
> to do what ?
>
> We have (and also Google) n
On Thu, May 19, 2011 at 7:51 PM, kathy3826 wrote:
>
> what do you suggest i use?
to do what ?
We have (and also Google) no clue of what mk_all is supposed to need for.
>
>
>
> Dima Pasechnik-2 wrote:
>>
>>
>> it's not a standard command in any way. Some packages have scripts
>> named like this
what do you suggest i use?
Dima Pasechnik-2 wrote:
>
>
> it's not a standard command in any way. Some packages have scripts
> named like this, but there isn't anything "standard" about it, really.
>
>> so its equivalent
>> or the same one
>> should exist in cygwin?
>>
>>
>> Csaba Raduly-2 wr
On 2:59 PM, Sravan Bhamidipati wrote:
Terminals like mintty and rxvt are doing an unusual amount of context
switching and consuming a lot of CPU cycles even in idle time. Process
Explorer suggests that this activity is largely attributable to
"cygwin1.dll!setprogname". Could this be something tha
On Thu, May 19, 2011 at 07:09:39PM +0200, Dima Pasechnik wrote:
>On 19 May 2011 19:04, kathy3826 wrote:
>>because there should be such command in unix einvironment,
>
>it's not a standard command in any way. Some packages have scripts
>named like this, but there isn't anything "standard" about it,
On 19 May 2011 19:04, kathy3826 wrote:
>
> because there should be such command in unix einvironment,
it's not a standard command in any way. Some packages have scripts
named like this, but there isn't anything "standard" about it, really.
> so its equivalent
> or the same one
> should exist in
because there should be such command in unix einvironment, so its equivalent
or the same one
should exist in cygwin?
Csaba Raduly-2 wrote:
>
> On Thu, May 19, 2011 at 4:07 PM, kathy3826 wrote:
>>
>> Hi all,
>>
>> when i type mk_all command cygwin returns:
>> -bash: mk_all: command not found
>
"Exec format error" is the returned error string from dlopen, which
tried to load your dll.
So it looks like either your cflags or ldflags are wrong, or the lib
you are linking against cannot be loaded by cygwin's perl.
Easiest would be to link both dll's statically, your MOD.dll and the
??? lib y
On Thu, May 19, 2011 at 12:33:31PM +0200, G?bor Alsecz wrote:
>Hello Csaba,
>
>Thanks for the reply:
>
>> do you actually have a netdb.h ? What does
>>
>> $ find /usr/include/ -name netdb.h
>>
>> print ?
>it works fine, command print the /usr/include/netdb.h
>
>
>> gcc -v getip.c
>print all directo
On 5/19/2011 11:39 AM, Christopher Faylor wrote:
On Thu, May 19, 2011 at 11:32:07AM -0400, Larry Hall (Cygwin) wrote:
Short answer: It's an artifact of emulating fork on Windows.
Actually the real reason is because we just like annoying people.
How could I have been so wrong? ;-)
--
Lar
Hi All,
I've built the latest libtorrent / rtorrent, packaged it and tested it
on WinXP x86 with no issues. I then attempted to test on Win7 x64 and
it's crashing constantly. I've disabled Windows Defender and
uninstalled my antivirus software, done a rebaseall, and nothing seems
to help. I'd a
On Thu, May 19, 2011 at 11:32:07AM -0400, Larry Hall (Cygwin) wrote:
>On 5/19/2011 11:25 AM, Mike Dahmus wrote:
>> Nope, didn't help; in fact, the rebase at 0x7700 (whatever the
>> recommendation was) broke things much worse; and now even bash won't start
>> without a million access violations.
On 5/19/2011 11:25 AM, Mike Dahmus wrote:
Nope, didn't help; in fact, the rebase at 0x7700 (whatever the
recommendation was) broke things much worse; and now even bash won't start
without a million access violations.
Why is this even necessary anyways? Other than "because it's always been
th
Nope, didn't help; in fact, the rebase at 0x7700 (whatever the
recommendation was) broke things much worse; and now even bash won't start
without a million access violations.
Why is this even necessary anyways? Other than "because it's always been this
way"? I've been as stalwart a defender
On 5/18/2011 9:57 PM, Keith Thompson wrote:
I'm using Cygwin (version 1.7.9-1 of cygwin1.dll) on Windows 7
on a Dell laptop. Cygwin is installed in C:\cygwin.
I should mention that I have a second Cygwin installation on
the same laptop; it's in C:\apps\cygwin, and has version 1.7.5-1
of cygwin1
CMake 2.8.4-1 is now available on Cygwin mirrors.
Here are the changes for CMake 2.8.4:
Alex Neundorf (1):
Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is used
Andreas Schneider (1):
FindPerlLibs: Add notice of copyright
B
CMake 2.8.4-1 is now available on Cygwin mirrors.
Here are the changes for CMake 2.8.4:
Alex Neundorf (1):
Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is used
Andreas Schneider (1):
FindPerlLibs: Add notice of copyright
B
On Thu, May 19, 2011 at 4:07 PM, kathy3826 wrote:
>
> Hi all,
>
> when i type mk_all command cygwin returns:
> -bash: mk_all: command not found
Hi,
There is no Cygwin package which contains mk_all:
http://cygwin.com/cgi-bin2/package-grep.cgi?grep=mk_all
Why do you think typing mk_all would exis
Hi all,
when i type mk_all command cygwin returns:
-bash: mk_all: command not found
I thought i have to download some packages, perhaps someone can tell me
which?
or is it something else.
--
View this message in context:
http://old.nabble.com/mk_all-tp31655700p31655700.html
Sent from th
hi
When i rsync a folder from cygwin (winXP-SP3-32bit) to linux (64bit)
some of the contents (e.g. in php files) are modified (e.g. added
spaces, missing semicolon).
My local partition D:/ is (probably) mounted as binary.
D:\www\public>mount
D:/programs/usr/bin on /usr/bin type ntfs (binary,auto
> From: Gabor Alsecz
>
> And when running gcc from bash with the followin command:
> gcc getip.c
>
> i receive the following error:
> fatal error: netdb.h: No such file or directory
>
> So how can i add the fine include directory path to the compiler or
> cygwin bash to find the .h includes?
>
Hello Csaba,
Thanks for the reply:
do you actually have a netdb.h ? What does
$ find /usr/include/ -name netdb.h
print ?
it works fine, command print the /usr/include/netdb.h
gcc -v getip.c
print all directories included but /usr/include folder missing
Gabor
On Thu, May 19, 2011 a
On Thu, May 19, 2011 at 8:54 AM, Gabor Alsecz wrote:
> Hi All,
>
> I am using the latest cygwin installation and I have an issue with my
> /usr/include directory under cygwin bash.
>
> my .c file snippet looks like this:
>
> #include
> #include
> #include
> #include
> #include
>
> And when ru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
hello friends,
i have just installed openssh with cygwin.
thanks a lot for providing it, and cygwin at general.
however, there are a few issues i found:
1. ssh-user-config fails because of an error in invoking setfacl: o should be
followed by one
36 matches
Mail list logo