Re: cygcygipc-2

2006-03-23 Thread Touati Sid
Christopher Faylor a écrit : If it's required by many kde3 applications why aren't you asking the suppliers of the kde3 packages to either 1) provide it or 2) tell you where to get it? This is because it's a cygwin package (as its name tells) usually provided by cygwin setup until it was de

Re: PING binutils maintainer (was: Re: Can we get a new release of binutils?)

2006-03-23 Thread Yitzchak Scott-Thoennes
On Wed, Mar 22, 2006 at 01:20:09PM -0500, Christopher Faylor wrote: > On Wed, Mar 22, 2006 at 10:00:52AM -0800, Yitzchak Scott-Thoennes wrote: > >On Mon, Mar 06, 2006 at 09:17:37AM -0800, Yitzchak Scott-Thoennes wrote: > >>Can we get a new release of binutils? > > Nope. > > cgf OK. -- Unsubscri

Free guestbook forum chat-rooms counter mailling-list site-search .... for your site

2006-03-23 Thread bravenet
visit: http://www.bravenet.fr.cx/ -- 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: dlopen() bug

2006-03-23 Thread skaller
On Thu, 2006-03-23 at 06:02 -0800, Gary Zablackis wrote: > --- skaller <[EMAIL PROTECTED]> wrote: > > > On Wed, 2006-03-22 at 03:35 +0100, Bernhard Loos > > wrote: > > > > > If the C++library declares its calls as 'extern > > "C"' (as it is done in the example), > > > AFAIK there shouldn't be any

RE: problems running mmv on cygwin

2006-03-23 Thread Igor Peshansky
On Thu, 23 Mar 2006, Dave Korn wrote: > On 23 March 2006 20:25, Igor Peshansky wrote: > > > On Thu, 23 Mar 2006, Dave Korn wrote: > > > >> On 23 March 2006 18:49, Igor Peshansky wrote: > >> > >>> You should really be asking the suppliers of mmv, but error 0xc005 > >>> ("the application could n

RE: problems running mmv on cygwin

2006-03-23 Thread Dave Korn
On 23 March 2006 20:25, Igor Peshansky wrote: > On Thu, 23 Mar 2006, Dave Korn wrote: > >> On 23 March 2006 18:49, Igor Peshansky wrote: >> >>> You should really be asking the suppliers of mmv, but error 0xc005 >>> ("the application could not be initialized properly") >> >> ITYM "0xC0

RE: problems running mmv on cygwin

2006-03-23 Thread Igor Peshansky
On Thu, 23 Mar 2006, Dave Korn wrote: > On 23 March 2006 18:49, Igor Peshansky wrote: > > > You should really be asking the suppliers of mmv, but error 0xc005 > > ("the application could not be initialized properly") > > ITYM "0xC005: STATUS_ACCESS_VIOLATION". It can indeed a) be > caus

RE: problems running mmv on cygwin

2006-03-23 Thread Dave Korn
On 23 March 2006 18:49, Igor Peshansky wrote: > You should really be asking the suppliers of mmv, but error 0xc005 > ("the application could not be initialized properly") ITYM "0xC005: STATUS_ACCESS_VIOLATION". It can indeed a) be caused by bad perms or b) lead to the application fai

Re: problems running mmv on cygwin

2006-03-23 Thread John covici
on Thursday 03/23/2006 Igor Peshansky([EMAIL PROTECTED]) wrote > Ugh, top-posting... Reformatted. > > On Thu, 23 Mar 2006, John covici wrote: > > > on Thursday 03/23/2006 Igor Peshansky([EMAIL PROTECTED]) wrote > > . Thanks. > > > > On Thu,

Re: problems running mmv on cygwin

2006-03-23 Thread Igor Peshansky
Ugh, top-posting... Reformatted. On Thu, 23 Mar 2006, John covici wrote: > on Thursday 03/23/2006 Igor Peshansky([EMAIL PROTECTED]) wrote . Thanks. > > On Thu, 23 Mar 2006, John Covici wrote: > > > > > Hi. I just installed cygwin and I wanted to

Re: problems running mmv on cygwin

2006-03-23 Thread John covici
Well, the problem is that no dll's are produced at all -- after all this is just C code. Here is the Makefile if that is any help. Thanks. # Possible defines in CONF: # IS_MSDOS IS_SYSV IS_V7 IS_BSD HAS_DIRENT HAS_RENAME MV_DIR CC =gcc LD =$(CC) CONF

make 3.80-1 crashed with core dump / stackdump

2006-03-23 Thread bruce robson
I have recently installed part of cygwin so that I can attempt to build Mozilla on windows 2000. I have now had a Mozilla build fail due to make crashing. When I restarted the build, make did not crash a second time. The following was displayed in the window I was using for the build make[4]

Re: problems running mmv on cygwin

2006-03-23 Thread Igor Peshansky
On Thu, 23 Mar 2006, John Covici wrote: > Hi. I just installed cygwin and I wanted to compile and run mmv. I > got the source and ran the Makefile -- there was no configure script. > When I try to start the program I get the Microsoft dialog about > sending an error report. Looks like the offse

problems running mmv on cygwin

2006-03-23 Thread John Covici
Hi. I just installed cygwin and I wanted to compile and run mmv. I got the source and ran the Makefile -- there was no configure script. When I try to start the program I get the Microsoft dialog about sending an error report. Looks like the offset was 1 and the error was0xc005. I can s

Re: cygcygipc-2

2006-03-23 Thread Christopher Faylor
On Thu, Mar 23, 2006 at 07:31:21PM +0100, Touati Sid wrote: >The package cygcygipc-2 is required by many kde3 applications. I know >that it has been replaced by the cygserver, but I would like to get >this specific package. Is it available somewhere ? I do not want to >use the latest version of

cygcygipc-2

2006-03-23 Thread Touati Sid
Hello, The package cygcygipc-2 is required by many kde3 applications. I know that it has been replaced by the cygserver, but I would like to get this specific package. Is it available somewhere ? I do not want to use the latest version of cygwin features. I would like to stay with cygcygipc.

Re: The binary "[.exe"

2006-03-23 Thread Russell Montgomery
Hi Vanessa, The [ is the test operator. Normally it is used in conditional statements ( if [ "$TERM" = "xterm" ]; then ...) but testing can be used in conjunction with logical testing (&& || - logical and, logical or) for example: [ "$TERM" = "xterm" ] && echo "you are using xterm" [ $? -eq 0 ] |

Re: The binary "[.exe"

2006-03-23 Thread Eric Blake
Vanessa Murdock yahoo.com> writes: > I downloaded and installed cygwin. I did an ls -la on > the /usr/bin/ directory and found a binary called > "[.exe". Is this a legitimate utility (and what does > it do)? Yes it is legitimate - it is part of coreutils. For what it does, try "/bin/[ --hel

The binary "[.exe"

2006-03-23 Thread Vanessa Murdock
Hi, I downloaded and installed cygwin. I did an ls -la on the /usr/bin/ directory and found a binary called "[.exe". Is this a legitimate utility (and what does it do)? (Note: I tried searching the web and the mail list archives for information about this, but the "[" character isn't recogni

Re: Creating a custom Cygwin package server

2006-03-23 Thread Norton Allen
Igor Peshansky wrote: "upset" was a private script that received too much attention at some point, and CGF decided that it wasn't worth making a public open-source project. Also, "upset"'s functionality was much broader than just generating setup.ini. Thus "genini", written for that express pur

Re: mkisofs, mount loop, cdrecord, dd

2006-03-23 Thread Reini Urban
2006/3/23, fergus <[EMAIL PROTECTED]>: > Can anybody tell me the equivalents in Cygwin (if they exist) to All but mount do exist for cygwin, but mkisofs/cdrecord is not in the distro for license reasons. you'll find them elsewhere. http://freshmeat.net/projects/cdrecord/ For mount there are vario

gcc 4.x?

2006-03-23 Thread Brian Hassink
Just curious what the issues are that are holding up the release of a gcc 4.x package? Thanks, Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: dlopen() bug

2006-03-23 Thread Gary Zablackis
--- skaller <[EMAIL PROTECTED]> wrote: > On Wed, 2006-03-22 at 03:35 +0100, Bernhard Loos > wrote: > > > If the C++library declares its calls as 'extern > "C"' (as it is done in the example), > > AFAIK there shouldn't be any problem. > > Doesn't matter what you think you know -- it's not a > per

mkisofs, mount loop, cdrecord, dd

2006-03-23 Thread fergus
Can anybody tell me the equivalents in Cygwin (if they exist) to files -> isomkisofs -o image.iso view isomount image.iso -o loop iso -> CD cdrecord -v -eject dev= image.iso CD -> iso dd if=/dev/cdrom of=image.iso T

RE: dlopen() bug (new testcase)

2006-03-23 Thread Dave Korn
On 22 March 2006 22:08, Bernhard Loos wrote: > It would be really nice, if somebody with some more knowlegde could take a > look at this, > because I'm unable to debug the program. I get only some strange > errormessages and no backtrace. I did start looking at it with the earlier testcases, a

Re: modification to mkcygwget to overcome arg length limitation

2006-03-23 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Lance Nehring on 3/22/2006 11:18 AM: > Hi all, > I tried to use the mkcygwget script to download a cygwin mirror for > offline installation. The mkcygwget script generates a script named > cygwget to do the heavy lifting of retreiving fil

Testing snapshots - III

2006-03-23 Thread Angelo Graziosi
For the sake of completeness. With the snapshots 20060322 the problems described in http://cygwin.com/ml/cygwin/2006-03/msg00624.html and in http://cygwin.com/ml/cygwin/2006-03/msg00435.html seem to be solved! I note, only, that after launching 'startxwin.bat', if one tries: mouse-3 on the X