RE: Avail for test: libtool-devel-1.9f_20041024-1, libltdl6-1.9f_20041024-1

2004-10-29 Thread Peter Ekberg
Chuck wrote: > It seems like a design decision was made, that IF in a given project > there are ANY libtool libs, then libtool will "know" about it > by having > build_libtool_libs set to "yes". And thus, every executable is > *assumed* to be linked against those libs, and will therefore have a >

RE: Avail for test: libtool-devel-1.9f_20041024-1, libltdl6-1.9f_20041024-1

2004-10-29 Thread Peter Ekberg
I wrote: > Chuck wrote: >> Gerrit P. Haase wrote: "make install-strip" on a shared library strips the import lib, not the dll which was what I was hoping for. Not a show-stopper I suppose... >>> >>> Yes, this is a showstopper! Import libraries may be broken after >>> stripping. >>

RE: cron won't execute tasks

2004-10-29 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Igor Pechtchanski > Sent: 29 October 2004 01:47 > On Thu, 28 Oct 2004, Robert Pollard wrote: > > Cron will not execute every minute now. I have a scheduled > task that does > > something like "* * * * * /bin/echo "Test" >/dev/null

RE: Problem with pthead.h - child's thread ending, causes main program to exit

2004-10-29 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Igor Pechtchanski > Sent: 28 October 2004 17:24 > On Thu, 28 Oct 2004, jdeifik wrote: > > > > On Wed, 27 Oct 2004, jdeifik wrote: > > > > > > > When I run the program with gdb, I get really weird segmentation > > > > faults, for examp

Re: Setup.exe hangs forever...

2004-10-29 Thread Reini Urban
Gabriel schrieb: Even more details: I noticed that if I install Cygwin with the default packages everything works fine. But if I do an installation of Cygwin, from scratch (new system, new Windows XP SP2) and try to install _everything_ by clicking on "Default" and changing it to "Install" then

RE: Shiny Icon

2004-10-29 Thread Buchbinder, Barry (NIH/NIAID)
At Thursday, October 28, 2004 3:58 PM, Max Bowsher wrote: > Nick wrote: >> Hey all. I made this shiny 32-bit 48x48 icon for Win XP, which >> you're free to use if you like that kind of thing. I just found that >> with the rest of my desktop being high-colour with drop shadows, >> that the Cygwin ic

Re: Gtkmm now builds under Cygwin

2004-10-29 Thread Reini Urban
Yaakov Selkowitz schrieb: [EMAIL PROTECTED] wrote: | The current versions of Glibmm and Gtkmm (GTK+ C++ bindings) now build | under the current Cygwin. (gtkmm 2.4.6 and glibmm 2.4.5, released | today.) | | Currently Gtkmm only builds with the X11 GDK backend, if Cygwin can | include a libgtk built

Convite

2004-10-29 Thread PlPesca
Prezados (as) Senhores (as). A PLPesca, é uma loja virtual de produtos, para pesca, camping, náutica, vestuário e serviços de turismo voltados à pesca. Tomamos a liberdade de encaminhar este e-mail, como um convite a visitar a nossa página www.plpesca.com.br . Se for do seu interesse, você p

Need help with Apache2

2004-10-29 Thread Gerrit P. Haase
Hello, I have some problems to figure out why the toplevel configure accepts the options --enable-so, --enable-dso, --enable-modules=all --enabl-modules-shared=all and the macros figure out that I want the modules to be shared and configure displays this, however after configure is finished I hav

RE: How to install a individual package

2004-10-29 Thread Buchbinder, Barry (NIH/NIAID)
http://cygwin.com/acronyms/index.html#PCYMTNQREAIYR At Thursday, October 28, 2004 9:07 PM, Yin Ming wrote: > On Thu, 28 Oct 2004 18:07:41 -0400 > "Buchbinder, Barry (NIH/NIAID)" <[EMAIL PROTECTED]> wrote: > >> At Wednesday, October 27, 2004 9:07 PM, Yin Ming wrote: >>> But, the version of vim pac

Re: cron won't execute tasks

2004-10-29 Thread Reini Urban
Dave Korn schrieb: You forgot to mention cron-diagnose.sh! I think 1.7 is the most recent. http://sources.redhat.com/ml/cygwin/2004-07/msg00207.html Couldn't the cron maintainer add this to the package? -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ -- Unsubscribe info: http://cygwin

What is aux???!

2004-10-29 Thread Colin JN Breame
Try this: $ mkdir aux mkdir: `aux' exists but is not a directory $ cat aux (hangs) $ ./aux (hangs) $ ls aux aux $ rm aux $ Yours bemused, -- Colin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://

Need an older gcc version on my cygwin due to poor performance on gcc-3.x series.

2004-10-29 Thread Ole Jacob Hagen
Hi, I've compiled Octave-2.1.60 with gcc-3.3.3 successfully, but the performance is pretty bad with gcc-3.3.3. The performance should of Octave is much better, when compiling it with gcc-3.2.x instead. The reason might be that the memory allocator on gnu stdc++ has changed to one which is seve

Re: What is aux???!

2004-10-29 Thread Larry Hall
At 10:43 AM 10/29/2004, you wrote: >Try this: > >$ mkdir aux >mkdir: `aux' exists but is not a directory > >$ cat aux >(hangs) > >$ ./aux >(hangs) > >$ ls aux >aux > >$ rm aux >$ > >Yours bemused, > >-- Colin Welcome to Windows. You should try googling for things like this. It has come up bef

Re: What is aux???!

2004-10-29 Thread Reini Urban
Colin JN Breame schrieb: Try this: $ mkdir aux mkdir: `aux' exists but is not a directory $ cat aux (hangs) $ ./aux (hangs) $ ls aux aux $ rm aux $ http://cygwin.com/cygwin-ug-net/using-specialnames.html Using (esp. unlinking) "NUL" and other special filenames is problematic. Use windows-special "

RE: What is aux???!

2004-10-29 Thread Buchbinder, Barry (NIH/NIAID)
See http://sources.redhat.com/cygwin/faq/faq.html#SEC55 ("What about DOS special filenames?") and http://sources.redhat.com/cygwin/cygwin-ug-net/using-specialnames.html#AEN81 5 ("Special filenames/DOS devices") At Friday, October 29, 2004 10:43 AM, Colin JN Breame wrote: > Try this: > > $ mkdir a

Re: pipe data form windows program to cygwin program

2004-10-29 Thread bertrand marquis
Hi bob thanks for your help, i solve the problem bny using only windows functions to have a pipe and that is working well. It seems that posix and windows doesn't work well together. bertrand Le ven 29/10/2004 Ã 04:18, Bob Byrnes a Ãcrit : > > | Are you *sure* that you have closed *all* of th

Re: What is aux???!

2004-10-29 Thread Colin JN Breame
Larry Hall wrote: At 10:43 AM 10/29/2004, you wrote: Try this: $ mkdir aux mkdir: `aux' exists but is not a directory $ cat aux (hangs) $ ./aux (hangs) $ ls aux aux $ rm aux $ Yours bemused, -- Colin Welcome to Windows. You should try googling for things like this. It has come up befor

Re: Problem with pthead.h - child's thread ending, causes main program to exit

2004-10-29 Thread Christopher Faylor
On Fri, Oct 29, 2004 at 01:28:58PM +0100, Dave Korn wrote: >> -Original Message- >> From: cygwin-owner On Behalf Of Igor Pechtchanski >> Sent: 28 October 2004 17:24 > >> On Thu, 28 Oct 2004, jdeifik wrote: >> >> > > On Wed, 27 Oct 2004, jdeifik wrote: >> > > >> > > > When I run the program

Re: What is aux???!

2004-10-29 Thread Christopher Faylor
On Fri, Oct 29, 2004 at 04:41:58PM +0100, Colin JN Breame wrote: >Says here that: > >Starting with version 1.5.0, Cygwin provides a special "managed" mount >mode that encodes, among other things, special names (including "aux") >so that they

cygwin0.dll invalid current_token

2004-10-29 Thread Reini Urban
After building my first debugging cygwin0.dll from CVS I get this initialization problem, after closing all old cygwin processes and using the version in /install/bin/ 3 [main] ? 2164 cygheap_user::reimpersonate: ImpersonateLoggedOnUser: Win32 error 6 Which tells me that cygheap_user::current_t

Re: What is aux???!

2004-10-29 Thread Larry Hall
At 11:54 AM 10/29/2004, you wrote: >On Fri, Oct 29, 2004 at 04:41:58PM +0100, Colin JN Breame wrote: >>Says here that: >> >>Starting with version 1.5.0, Cygwin provides a special "managed" mount >>mode that encodes, among other things, specia

Re: cygwin0.dll invalid current_token

2004-10-29 Thread Brian Ford
On Fri, 29 Oct 2004, Reini Urban wrote: > After building my first debugging cygwin0.dll from CVS > I get this initialization problem, after closing all old cygwin > processes and using the version in /install/bin/ > > 3 [main] ? 2164 cygheap_user::reimpersonate: ImpersonateLoggedOnUser: > Win32 er

Re: What is aux???!

2004-10-29 Thread Jim Drash
It is a standard Windows pipe (like stdin, stdout) and is a hold over form DOS. It is the serial port just like lpt1 is the attached printer On Fri, 29 Oct 2004 15:43:03 +0100, Colin JN Breame <[EMAIL PROTECTED]> wrote: > Try this: > > $ mkdir aux > mkdir: `aux' exists but is not a directory >

Re: cron won't execute tasks

2004-10-29 Thread Robert Pollard
On Oct 29, 2004, at 5:27 AM, Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of Igor Pechtchanski Sent: 29 October 2004 01:47 On Thu, 28 Oct 2004, Robert Pollard wrote: Cron will not execute every minute now. I have a scheduled task that does something like "* * * * * /b

snapshot cygwin1-20041026.dll misses clock_gettime()

2004-10-29 Thread Reini Urban
cygwin1-20041026.dll.bz2 misses clock_gettime() depends ls.exe (using msvc dependency walker) Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ -- Unsubscribe info: ht

Re: cron won't execute tasks

2004-10-29 Thread Robert Pollard
On Oct 28, 2004, at 6:04 PM, Larry Hall wrote: At 08:22 PM 10/28/2004, you wrote: Hello all, This problem is driving me insane (I don't have far to go ;-). Configuration: Windows 2003 Enterprise Edition, quad processor, 12 GB RAM. Just downloaded Cygwin a few days ago. So, it should be the lates

Re: cron won't execute tasks

2004-10-29 Thread Larry Hall
At 12:16 PM 10/29/2004, you wrote: >On Oct 28, 2004, at 6:04 PM, Larry Hall wrote: > >>At 08:22 PM 10/28/2004, you wrote: >>>Hello all, >>> >>>This problem is driving me insane (I don't have far to go ;-). >>> >>>Configuration: >>>Windows 2003 Enterprise Edition, quad processor, 12 GB RAM. Just d

subversion 1.1.1-1 installed in /lib/subversion/bin ?

2004-10-29 Thread Raye Raskin
Is this normal? All the Subversion .exe's are installed in /lib/subversion/bin . This requires me to add the above path to my $PATH. This seems very odd. Why isn't is just in /bin ? Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: snapshot cygwin1-20041026.dll misses clock_gettime()

2004-10-29 Thread Christopher Faylor
On Fri, Oct 29, 2004 at 06:14:36PM +0200, Reini Urban wrote: >cygwin1-20041026.dll.bz2 misses clock_gettime() > >depends ls.exe (using msvc dependency walker) > >Error: At least one module has an unresolved import due to a missing >export function in an implicitly dependent module. c:\>uname -a C

coreutils rm nul

2004-10-29 Thread Reini Urban
Would it be appreciated if coreutils rm would be able to remove special windows files, like nul, aux, com and such, if it's really a file and no device? I'm working on such a coreutils patch for rm(1) only, not mv(1), ln(1) or unlink(3) from cygwin1.dll. Should it go to unlink(3) instead? If th

BUG: Cygwin implementation of Debian package tools

2004-10-29 Thread David A. Cobb
Getting tired of loading disks, I structured a local mirror of the Debian directory structure and tried running Cygwin dpkg-scanpackages. I expected it to take a while, so I wasn't surprised - I just went and make some more coffee. But after 20 minutes I suspected something was wrong and fired up

Re: coreutils rm nul

2004-10-29 Thread Christopher Faylor
On Fri, Oct 29, 2004 at 06:57:40PM +0200, Reini Urban wrote: >Would it be appreciated if coreutils rm would be able to >remove special windows files, like nul, aux, com and such, if it's >really a file and no device? > >I'm working on such a coreutils patch for rm(1) only, not mv(1), ln(1) >or un

Re: BUG: cygwin implementation of Debian package tools

2004-10-29 Thread Christopher Faylor
On Fri, Oct 29, 2004 at 01:07:23PM -0400, David A. Cobb wrote: >Getting tired of loading disks, I structured a local mirror of the >Debian directory structure and tried running Cygwin >dpkg-scanpackages. I expected it to take a while, so I wasn't >surprised - I just went and make some more coffee.

Re: snapshot cygwin1-20041026.dll misses clock_gettime()

2004-10-29 Thread Reini Urban
Christopher Faylor schrieb: On Fri, Oct 29, 2004 at 06:14:36PM +0200, Reini Urban wrote: cygwin1-20041026.dll.bz2 misses clock_gettime() depends ls.exe (using msvc dependency walker) Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent mod

Re: subversion 1.1.1-1 installed in /lib/subversion/bin ?

2004-10-29 Thread Max Bowsher
Raye Raskin wrote: Is this normal? All the Subversion .exe's are installed in /lib/subversion/bin . This requires me to add the above path to my $PATH. This seems very odd. Why isn't is just in /bin ? Explained in the package README file. You shouldn't have to add the dir to your PATH, though. Th

Re: BUG: Cygwin implementation of Debian package tools

2004-10-29 Thread Reini Urban
David A. Cobb schrieb: Getting tired of loading disks, I structured a local mirror of the Debian directory structure and tried running Cygwin dpkg-scanpackages. I expected it to take a while, so I wasn't surprised - I just went and make some more coffee. But after 20 minutes I suspected something

Re: snapshot cygwin1-20041026.dll misses clock_gettime()

2004-10-29 Thread Christopher Faylor
On Fri, Oct 29, 2004 at 07:33:25PM +0200, Reini Urban wrote: >Christopher Faylor schrieb: >>On Fri, Oct 29, 2004 at 06:14:36PM +0200, Reini Urban wrote: >>>cygwin1-20041026.dll.bz2 misses clock_gettime() >>> >>>depends ls.exe (using msvc dependency walker) >>> >>>Error: At least one module has an u

Re: BUG: cygwin implementation of Debian package tools

2004-10-29 Thread Mark Paulus
My company is apparently working on getting my assignment worked out, so if/when they do, I would be interested in taking on this package. On Fri, 29 Oct 2004 13:27:35 -0400, Christopher Faylor wrote: >On Fri, Oct 29, 2004 at 01:07:23PM -0400, David A. Cobb wrote: >>Getting tired of loading disk

Re: BUG: cygwin implementation of Debian package tools

2004-10-29 Thread Christopher Faylor
On Fri, Oct 29, 2004 at 11:54:27AM -0600, Mark Paulus wrote: >My company is apparently working on getting my >assignment worked out, so if/when they do, I would >be interested in taking on this package. You don't need an assignment to maintain a package. That's just for making changes to the cyg

Re: coreutils rm nul

2004-10-29 Thread Reini Urban
Christopher Faylor schrieb: On Fri, Oct 29, 2004 at 06:57:40PM +0200, Reini Urban wrote: Would it be appreciated if coreutils rm would be able to remove special windows files, like nul, aux, com and such, if it's really a file and no device? I'm working on such a coreutils patch for rm(1) only, n

Re: snapshot cygwin1-20041026.dll misses clock_gettime()

2004-10-29 Thread Reini Urban
Christopher Faylor schrieb: On Fri, Oct 29, 2004 at 07:33:25PM +0200, Reini Urban wrote: Christopher Faylor schrieb: On Fri, Oct 29, 2004 at 06:14:36PM +0200, Reini Urban wrote: cygwin1-20041026.dll.bz2 misses clock_gettime() depends ls.exe (using msvc dependency walker) Error: At least one module

Re: Cygwin setup 2.427 on Win2K

2004-10-29 Thread Mark R. Miller
> > From: Bob Smart <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Cygwin setup 2.427 on Win2K > Sent: Thursday, October 21, 2004 1:22 PM > > I'm trying to run the Cygwin installer on W2K/SP4 > (local install) and it > lets me > get as far as the screen where I select the packages > I wa

Re: xmlcatalog.exe - Unable To Locate DLL

2004-10-29 Thread Alex Vinokur
"Gerrit P. Haase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Alex Vinokur wrote: > > > "Gerrit P. Haase" wrote in message > > news:[EMAIL PROTECTED] > >> Alex Vinokur wrote: > >>> While installing I have got the following error message: > >>> > >>> > >>>

Re: startup problem // no longer works // profile not called

2004-10-29 Thread Alex Vinokur
"Igor Pechtchanski" wrote in message news:[EMAIL PROTECTED] > On Thu, 28 Oct 2004, Alex Vinokur wrote: [snip] > > It seems that I got rid of problem "bash: kpsexpand: command not found". > > Great. So it was simply a missing dependency problem. I don't understand how the problem has been resolve

Re: coreutils rm nul

2004-10-29 Thread Christopher Faylor
On Fri, Oct 29, 2004 at 08:05:40PM +0200, Reini Urban wrote: >Christopher Faylor schrieb: >>On Fri, Oct 29, 2004 at 06:57:40PM +0200, Reini Urban wrote: >>>Would it be appreciated if coreutils rm would be able to >>>remove special windows files, like nul, aux, com and such, if it's >>>really a fil

Re: Gtkmm now builds under Cygwin

2004-10-29 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yaakov Selkowitz <[EMAIL PROTECTED]> writes: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > [EMAIL PROTECTED] wrote: > | The current versions of Glibmm and Gtkmm (GTK+ C++ bindings) now build > | under the current Cygwin. (gtkmm 2.4.6 and glib

Re: Python & Win98 crash minimal example (AKA lilypond errors)

2004-10-29 Thread Johannes Schindelin
Hi all, On Wed, 4 Aug 2004, Johannes Schindelin wrote: > I finally found out what was causing the crashes in lilypond: if using > gettext and the[n] opening a pipe, libintl accesses a wrong page > somewhere. However, if one clicks away those errors, lilypond seems to > work just fine... This bei

Re: Cygwin setup 2.427 on Win2K

2004-10-29 Thread Mark R. Miller
> I ran into the same problem with not being able to > hit > the Next button. The solution I found was to delete > the c:\cygwin directory that the installation > creates > and run setup again. I was installing to d:\cygwin > but it still created a directory on the C drive, > perhaps to keep som

Re: coreutils rm nul

2004-10-29 Thread Reini Urban
Christopher Faylor schrieb: On Fri, Oct 29, 2004 at 08:05:40PM +0200, Reini Urban wrote: Christopher Faylor schrieb: On Fri, Oct 29, 2004 at 06:57:40PM +0200, Reini Urban wrote: Would it be appreciated if coreutils rm would be able to remove special windows files, like nul, aux, com and such, if it

Re: What is aux???!

2004-10-29 Thread Igor Pechtchanski
On Fri, 29 Oct 2004, Colin JN Breame wrote: > Try this: > > $ mkdir aux > mkdir: `aux' exists but is not a directory > > $ cat aux > (hangs) > > $ ./aux ^^^ Given the subject, I especially like this one... :-) Igor > (hangs) > > $ ls aux > aux > > $ rm aux > $ > > Yours bemused, > -

Re: Cygwin finally croaked

2004-10-29 Thread George Hester
"Larry Hall" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 08:17 PM 10/25/2004, you wrote: > >"Larry Hall" > > > Larry Hall http://www.rfk.com > RFK Partners, Inc. (508) 893-9779 - RFK Office > 838 Washington Street

Re: Gtkmm now builds under Cygwin

2004-10-29 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roger Leigh wrote: | Superb! I was completely unaware of this. The reason I mentioned it | was because it's the first release to build without any patching. Do | the others still require patches? Nothing more than adding -no-undefined to common_ldfla

Re: subversion 1.1.1-1 installed in /lib/subversion/bin ?

2004-10-29 Thread Igor Pechtchanski
On Fri, 29 Oct 2004, Max Bowsher wrote: > Raye Raskin wrote: > > Is this normal? All the Subversion .exe's are installed > > in /lib/subversion/bin . > > > > This requires me to add the above path to my $PATH. > > > > This seems very odd. Why isn't is just in /bin ? > > Explained in the package

Re: coreutils rm nul

2004-10-29 Thread Christopher Faylor
On Fri, Oct 29, 2004 at 09:21:30PM +0200, Reini Urban wrote: >Christopher Faylor schrieb: >>On Fri, Oct 29, 2004 at 08:05:40PM +0200, Reini Urban wrote: >>>Christopher Faylor schrieb: On Fri, Oct 29, 2004 at 06:57:40PM +0200, Reini Urban wrote: >Would it be appreciated if coreutils rm

Re: What is aux???!

2004-10-29 Thread Christopher Faylor
On Fri, Oct 29, 2004 at 03:52:35PM -0400, Igor Pechtchanski wrote: >On Fri, 29 Oct 2004, Colin JN Breame wrote: > >> Try this: >> >> $ mkdir aux >> mkdir: `aux' exists but is not a directory >> >> $ cat aux >> (hangs) >> >> $ ./aux > ^^^ >Given the subject, I especially like this one... :-) I

Re: startup problem // no longer works // profile not called

2004-10-29 Thread Igor Pechtchanski
On Fri, 29 Oct 2004, Alex Vinokur wrote: > "Igor Pechtchanski" wrote: > > On Thu, 28 Oct 2004, Alex Vinokur wrote: > [snip] > > > It seems that I got rid of problem "bash: kpsexpand: command not found". > > > > Great. So it was simply a missing dependency problem. > > I don't understand how the p

Re: Cygwin finally croaked

2004-10-29 Thread Larry Hall
At 04:05 PM 10/29/2004, you wrote: >"Larry Hall" <[EMAIL PROTECTED]> wrote in message Someone should bug gmane about this. >Larry I think I figured it out and it has nothing to do with Cygwin. >When I did that I got cscript is not an intern

Re: BUG: Cygwin implementation of Debian package tools

2004-10-29 Thread Gerrit P. Haase
David A. Cobb wrote: ++rm.exe< getting 98% of the CPU time and not making any progress. Watching the handles display, I see an open handle on what must be the first *.deb file found so I'm pretty sure of the "no progress -= stuck!" diagnosis. If there is a Windows process which has a handl

Re: What is aux???!

2004-10-29 Thread Colin JN Breame
Christopher Faylor wrote: On Fri, Oct 29, 2004 at 03:52:35PM -0400, Igor Pechtchanski wrote: On Fri, 29 Oct 2004, Colin JN Breame wrote: Try this: $ mkdir aux mkdir: `aux' exists but is not a directory $ cat aux (hangs) $ ./aux ^^^ Given the subject, I especially like this one...

Re: xmlcatalog.exe - Unable To Locate DLL

2004-10-29 Thread Gerrit P. Haase
Alex Vinokur wrote: While installing I have got the following error message: Is xmlcatalog called here from a postinstall script? How can I know that? Because you wrote "While installing" I thought you meant "while installing a package with setup.exe. I cannot see any problem in your cygcheck out

Re: xmlcatalog.exe - Unable To Locate DLL

2004-10-29 Thread Alex Vinokur
"Gerrit P. Haase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Alex Vinokur wrote: > > >While installing I have got the following error message: > >>Is xmlcatalog called here from a postinstall script? > > How can I know that? > > Because you wrote "While installing" I thought

RE: BUG: cygwin implementation of Debian package tools

2004-10-29 Thread Buchbinder, Barry (NIH/NIAID)
At Friday, October 29, 2004 1:28 PM, Christopher Faylor wrote: > Since Robert Collins is no longer actively involved with the Cygwin > community, this package is now unmaintained. > > If no one wants to claim it within the next week or so, I'll probably > remove it from the distribution. > > cgf

Re: BUG: cygwin implementation of Debian package tools

2004-10-29 Thread Reini Urban
Buchbinder, Barry (NIH/NIAID) schrieb: At Friday, October 29, 2004 1:28 PM, Christopher Faylor wrote: Since Robert Collins is no longer actively involved with the Cygwin community, this package is now unmaintained. If no one wants to claim it within the next week or so, I'll probably remove it from

Re: Cygwin finally croaked

2004-10-29 Thread Reini Urban
Larry Hall schrieb: At 04:05 PM 10/29/2004, you wrote: "Larry Hall" <[EMAIL PROTECTED]> wrote in message Someone should bug gmane about this. Not their fault. It's not the http interface post.gmane.org. This correctly replaces @ by He posted it with O

Re: non-interactive cygwin setup

2004-10-29 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes: >> is there a chance to install cygwin without gui dialog? > > There's my cyg-apt script that I use to keep my cross build > environment up to date. I've added workarounds for Cygwin-Python problems, so that `it works' on Cygwin too. http://lilypond.org/cygwin/cyg-

Re: BUG: cygwin implementation of Debian package tools

2004-10-29 Thread Christopher Faylor
On Fri, Oct 29, 2004 at 06:09:34PM -0400, Buchbinder, Barry (NIH/NIAID) wrote: >Out of curiosity, why is the policy to remove a package just because the >maintainer has abandoned it? If there are no outstanding problems, what >would be the harm of leaving it in until a problem emerges? Out of cur

Re: BUG: Cygwin implementation of Debian package tools

2004-10-29 Thread David A. Cobb
Gerrit P. Haase wrote: David A. Cobb wrote: ++rm.exe< getting 98% of the CPU time and not making any progress. Watching the handles display, I see an open handle on what must be the first *.deb file found so I'm pretty sure of the "no progress -= stuck!" diagnosis. If there is a Windows p

Re: Need an older gcc version on my cygwin due to poor performance on gcc-3.x series.

2004-10-29 Thread Tim Prince
At 07:55 AM 10/29/2004, Ole Jacob Hagen wrote: Hi, I've compiled Octave-2.1.60 with gcc-3.3.3 successfully, but the performance is pretty bad with gcc-3.3.3. The performance should of Octave is much better, when compiling it with gcc-3.2.x instead. The reason might be that the memory allocator