Re: apparent ncurses lib linking problem

2009-09-03 Thread d.henman
Charles, thank you so much for your help. d.henman Charles Wilson wrote: > d.henman wrote: > > g++ -g -O2 -L../mpegsound -L../nmixer -o nmixer.exe main.o -lncurses > > -lnmixer -lpthread -lm -lao -lpthread > > ../nmixer/libnmixer.a(nmixer.o): In function `_ZN6NMixer14DrawFixedStu

Re: Compiling Kernal on Cygwin [ELF Error]

2009-09-03 Thread Stephen M. Kenton
The bash commands below the line should work to build a 2.6.30 kernel for i386 if you have the full cygwin 1.7 install This assumes you have an obj and src directory with the expanded tar ball for binutils, gcc, and the kernel versions used here The only source change you will need to ma

Udvozollek !

2009-09-03 Thread karpati . agnes . bqonc
Az alabbi linket kuldtek Neked: http://useurl.us/6ab -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: apparent ncurses lib linking problem

2009-09-03 Thread Charles Wilson
d.henman wrote: > g++ -g -O2 -L../mpegsound -L../nmixer -o nmixer.exe main.o -lncurses > -lnmixer -lpthread -lm -lao -lpthread > ../nmixer/libnmixer.a(nmixer.o): In function `_ZN6NMixer14DrawFixedStuffEv': > /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:528: undefined > reference to `_

Re: apparent ncurses lib linking problem

2009-09-03 Thread d.henman
Yes I do have the ncurses files, I just listed the "curses", but for both I have: lrwxrwxrwx 1 dev1 None 12 Sep 3 10:35 libcurses.a -> libncurses.a lrwxrwxrwx 1 dev1 None 16 Sep 3 10:35 libcurses.dll.a -> libncurses.dll.a -rw-r--r-- 1 dev1 root 124594 Mar 27 14:21 libncurses++.a -rw-r

Re: BitDefender again

2009-09-03 Thread Michael Kairys
"Michael Kairys" wrote in message news:h7j7ha$47...@ger.gmane.org... Or you can go the easy route, and follow the instructions they have provided to rebase cygwin.dll. I shall try their instructions and report back. (There must be other BitDefender users similarily inconvenienced by version

Re: GCJ - Calendar.getInstance

2009-09-03 Thread Dave Korn
Sandeep Jindal wrote: > Hi, > > I am using GCJ. > > For the following code > > Calendar.getInstance, I am getting Core Dump generated. > > My questions: > 1) Why error at this line. I think this is completely fine. There is a bug in the libgcj DLL shipped with 4.3.2-2; can you try rebuilding

Re: [1.7] bugs in faccessat

2009-09-03 Thread Eric Blake
Eric Blake byu.net> writes: > fchownat, fchmodat, fstatat, utimensat - AT_SYMLINK_NOFOLLOW fchmodat(AT_SYMLINK_NOFOLLOW) is another case required by POSIX, but not supported in cygwin; and if we provide it, it would be nice to add the BSD lchmod(file,mode) => fchmodat(AT_FDCWD,file,mode,AT_SYM

GCJ - Calendar.getInstance

2009-09-03 Thread Sandeep Jindal
Hi, I am using GCJ. For the following code Calendar.getInstance, I am getting Core Dump generated. My questions: 1) Why error at this line. I think this is completely fine. 2) I have put this statement catching throwable. But it in not even thrown there. What are those errors which are not even

[1.7] bugs in faccessat

2009-09-03 Thread Eric Blake
faccessat has at least two, and probably three bugs. First, a typo - the EINVAL check is done against flags (the fourth argument) rather than mode (third argument), such that faccessat(AT_FDCWD,".",-1,0) passes even though the corresponding access(".",-1) fails. Second, it is not performing the

Re: 1.7: cygdrive files readonly by default

2009-09-03 Thread Vince Indriolo
Interesting, the location of the file seems to matter. On E:\ $ ls -l foo --+ 1 vince None 6 Sep 3 10:27 foo $ ls -l .\\foo -rw-r--r-- 1 vince None 6 Sep 3 10:27 .\foo For a file on my desktop: $ ls -l foo -rwx--+ 1 vince None 6 Sep 3 10:28 foo $ ls -l .

Re: Simple bash script is slow to execute - appears to be time spent starting commands like ls

2009-09-03 Thread Dave Korn
David Tazartes wrote: > So given that, I wonder if our intrepid Cygwin maintainers could be > convinced to write a kind of compiled bridge that allows for any command in > /bin to also be run in-process with bash.exe using static linking. I can > imagine all kinds of weird things one would have to

Re: problems with symbolic links

2009-09-03 Thread cygwin at sipxx.com
This is actually an old known problem that exists with older versions of samba, I know that this works correctly at least since samba 3.0.23d, and I know that, for example, samba 3.0.2 does not. This is still true for cygwin 1.7 which uses a file attribute, rather than the .lnk extension. al

RE: Simple bash script is slow to execute - appears to be time spent starting commands like ls

2009-09-03 Thread David Tazartes
Larry Adams wrote: The problem as I see it is Windows. For example, only 10 iterations caused over 65k file and registry reads. I have attached the output from SysInternals Process Explorer for your edification. The only fix for this is Linux. I still use Windows for development and "LOVE"

Re: problems with symbolic links

2009-09-03 Thread Larry Hall (Cygwin)
On 09/03/2009 08:57 AM, alf salte wrote: My setup: I have a network drive seen in windows as S: and has file type NTFS. Actually, the file system is ext3 but it seems the software on the network drive makes it appear as NTFS to windows - properties in windows describe it as NTFS. What am I

Re: GNU screen hangs

2009-09-03 Thread Christopher Faylor
On Thu, Sep 03, 2009 at 12:59:50AM -0400, Dave Steenburgh wrote: >On Wed, Sep 2, 2009 at 8:26 PM, Christopher Faylor wrote: >> On Wed, Sep 02, 2009 at 04:14:11PM -0400, Andrew Schulman wrote: >>>screen is difficult to debug, because it uses two communicating >>>processes, one in the foreground to t

problems with symbolic links

2009-09-03 Thread alf salte
My setup: I have a network drive seen in windows as S: and has file type NTFS. Actually, the file system is ext3 but it seems the software on the network drive makes it appear as NTFS to windows - properties in windows describe it as NTFS. In cygwin this is seen as /cygdrive/s and when I try to

Re: Simple bash script is slow to execute - appears to be time spent starting commands like ls

2009-09-03 Thread Lee
On 9/2/09, David Tazartes wrote: > Bryan Thrall wrote: > > You're right about true being built-in, but we still don't know from > your examples whether the problem is from forking or from IO. Try > replacing 'true' in Jeremy's loop with '/bin/true'. Comparison between > the two should give us an id

Re: 1.7: cygdrive files readonly by default

2009-09-03 Thread Magnus Holmgren
Vince Indriolo gmail.com> writes: > There is definitely something not right with my setup. I have 64-bit Windows > 7 > > e:\>echo foo > foo > e:\>c:\cygwin\bin\ls.exe -l foo > --+ 1 vince None 6 Sep 2 17:28 foo > > $ ls -l foo > --+ 1 vince None 6 Sep 2 17:28 foo Interestin

Re: Simple bash script is slow to execute - appears to be time spent starting commands like ls

2009-09-03 Thread Reini Urban
2009/9/2 Larry Adams: > The problem as I see it is Windows.  For example, only 10 iterations caused > over 65k file and registry reads.  I have attached the output from > SysInternals Process Explorer for your edification.  The only fix for this > is Linux.  I still use Windows for development and

man-1.6f + dcolon patch + cygwin1.7 fixes

2009-09-03 Thread Reini Urban
Volker, I prepared a fix for the perl 3pm manpages with :: replaced by "." and not by ? and ask for a pkg update. This patch already sent to upstream. I also changed the confdir from /usr/share/misc to /etc as on most linux distros. This is good to be done on the 1.5 to 1.7 switch I needed an ad