Re: about cyglsa.dll

2008-03-26 Thread Yue Chen
Hi Eric Really thank you for the help. Now I have downloaded the latest snapshot. However, I found there was no bash in the package. In order to use bash in cygwin 1.7.x snapshort, I downloaded the bash source code from cygwin site and tried to build it. But I can not figure out how to build

Re: build a GMPlib win32 dll with Cygwin

2008-03-26 Thread Sisyphus
- Original Message - From: cyrille37 [EMAIL PROTECTED] To: cygwin@cygwin.com Sent: Wednesday, March 26, 2008 10:36 PM Subject: build a GMPlib win32 dll with Cygwin Hello, I need to use GMPlib (gmplib.org) on windows xp. After compiling GMP with cygwin, for runtime, should I need

build a GMPlib win32 dll with Cygwin

2008-03-26 Thread cyrille37
Hello, I need to use GMPlib (gmplib.org) on windows xp. After compiling GMP with cygwin, for runtime, should I need some cygwin dll to use the GMP dll ? Is there a solution to get only one dll with all in one ? Thanks Cyrille. -- View this message in context:

Re: about cyglsa.dll

2008-03-26 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 | 2008/3/16, Eric Blake ebb9 AT byu.net: ~ Oops. | Please don't top-post: http://cygwin.com/acronyms/#TOFU | | According to Chen Yue on 3/15/2008 10:55 AM: | | Hi Eric | | | From: Eric Blake [mailto:ebb9 AT byu.net]

Re: build a GMPlib win32 dll with Cygwin

2008-03-26 Thread #Cyrille37#
Sisyphus a écrit : - Original Message - From: cyrille37 [EMAIL PROTECTED] To: cygwin@cygwin.com Sent: Wednesday, March 26, 2008 10:36 PM Subject: build a GMPlib win32 dll with Cygwin Hello, I need to use GMPlib (gmplib.org) on windows xp. After compiling GMP with cygwin, for

Re: about cyglsa.dll

2008-03-26 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Hugh Sasse on 3/26/2008 6:47 AM: | This is getting tiring. PLEASE follow directions. I had to once again | reformat and remunge your message. | [...] | All of which is fair comment, but | - -- | Don't work too hard, make

RE: 1.5.24-2: Applications automatically restart on crash

2008-03-26 Thread Dave Korn
Christopher Morlier wrote on 25 March 2008 20:08: Hi Everyone, For a couple of years I have noticed that when I run programs from within Cygwin (currently 1.5.24-2), if the program crashes (ie segfault) then the program gets automatically restarted. This is primarily a problem when

Re: about cyglsa.dll

2008-03-26 Thread Christopher Faylor
On Wed, Mar 26, 2008 at 07:00:14AM -0600, Eric Blake wrote: Pasting .sigs verbatim is fair game (ie. if I'm dumb enough to post my own email address in my .sig, that's my masochism, and I deserve what I get). It's fair game but, in the interests of a succinct discussion, there is absolutely no

Re: build a GMPlib win32 dll with Cygwin

2008-03-26 Thread Tatsuro MATSUOKA
Hello I have built a static libraries gmp4.2.2 on msys+ mingw. You can build a dll file by using the g++ like g++ -shared -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--enable-auto-image-base -Wl,--out-implib=libhdf5.dll.a -o cyghdf5.dll \ H5.o H5A.o H5AC.o H5B.o H5C.o H5D.o

Re: 1.5.24-2: Applications automatically restart on crash

2008-03-26 Thread Christopher Faylor
On Wed, Mar 26, 2008 at 02:13:50PM -, Dave Korn wrote: Christopher Morlier wrote on 25 March 2008 20:08: Hi Everyone, For a couple of years I have noticed that when I run programs from within Cygwin (currently 1.5.24-2), if the program crashes (ie segfault) then the program gets

Bug in mv (coreutils 6.10)

2008-03-26 Thread Keith Thompson
When I want to use mv to move a file into a directory, I've habitually append /. to the directory name, so that the command will fail if the name actually refers to a file or if it doesn't exist. (I used to use just /, but Solaris for some supremely odd reason allows a file foo to be referred to

Emacs-22.2 Released

2008-03-26 Thread Angelo Graziosi
As described here http://www.gnu.org/software/emacs Emacs 22.2 has been released. Non-official Cygwin binaries can be found here http://www.webalice.it/angelo.graziosi/Emacs.html To install see the emacs-22.2.release.README file. Good Emacs! Regards, Angelo. --- Facesti come quei

Re: Emacs-22.2 Released

2008-03-26 Thread Angelo Graziosi
Angelo Graziosi ha scritto: As described here http://www.gnu.org/software/emacs Emacs 22.2 has been released. Non-official Cygwin binaries can be found here http://www.webalice.it/angelo.graziosi/Emacs.html Oops, too faster! The correct link is

Re: Remove Cygwin Path for Called Batch Script

2008-03-26 Thread Kurt Franke
Scott Wegner swegner at hdfgroup.org writes: Greg Chicares wrote: On 2008-03-25 13:30Z, Scott Wegner wrote: I am trying to create a wrapper Cygwin bash script to add functionality to an existing Windows batch script. In my Cygwin script, I would like to call the batch file with

Re: Looking for ioperm maintainer (was Re: ioperm() with ports above 0x3ff)

2008-03-26 Thread Andrew Dyer
On Tue, Feb 19, 2008 at 4:05 AM, Corinna Vinschen [EMAIL PROTECTED] wrote: On Feb 18 21:15, Andrew Dyer wrote: I am having problems using ioperm() to try and access a parallel printer port on a PCI card in my system running WinXP. The port is mapped to I/O port address 0xDCD8. I

GDB update

2008-03-26 Thread Eric Dietz
The current version of GDB on Cygwin is from 2006-07-06, and it crashes on x64 based operating systems. You can read details of this issue here: https://sourceforge.net/tracker/?func=detailatid=102435aid=1500271group_id=2435 The problem has been fixed on GDB's end, and I am wondering when an

RE: 1.5.24-2: Applications automatically restart on crash

2008-03-26 Thread Dave Korn
cgf wrote on 26 March 2008 15:49: set CYGWIN=proc_retry:1 is a much less intrusive way of dealing with this. So it is! That's handy. cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: How do I run sshd as a particular user?

2008-03-26 Thread Alfred von Campe
On Feb 26, 2008, at 18:29, Larry Hall (Cygwin) wrote: How did you make this change? If you removed and reinstalled the service with 'cygrunsrv' like the sshd configuration script does, then use the '-W, --passwd password' flag. Otherwise, specify the password in Control

Re: [ANNOUNCEMENT] Updated: {gd/libgd2/libgd-devel}-2.0.35-2:

2008-03-26 Thread Dr. Volker Zell
Victor Paesa writes: Hi, Dr. Volker Zell writes: Hi New versions of 'gd/libgd2/libgd-devel' have been uploaded to a server near you Cygwin NEWS: o Fixed a bug in /usr/bin/gdlib-config: Before: gdlib-config

Re: GDB update

2008-03-26 Thread Christopher Faylor
On Wed, Mar 26, 2008 at 11:52:16AM -0700, Eric Dietz wrote: The current version of GDB on Cygwin is from 2006-07-06, and it crashes on x64 based operating systems. You can read details of this issue here: https://sourceforge.net/tracker/?func=detailatid=102435aid=1500271group_id=2435 The

Re: Bug in mv (coreutils 6.10)

2008-03-26 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Keith Thompson on 3/26/2008 10:56 AM: | (I used to use just /, but Solaris for some supremely odd reason | allows a file foo to be referred to as foo/, so I've cultivated | the habit of using /..) Yes, that's a bug in older Solaris (but

REPOST: TeXLive cygwin port?

2008-03-26 Thread Sivaram Neelakantan
Hello, Is there a chance of a LaTeX port to cygwin? The current TeTeX port is pretty old. sivaram -- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

RE: PING Jan Nieuwenhuizen re libguile17

2008-03-26 Thread Jan Nieuwenhuizen
Dave Korn writes: The C ABI is meant to be the same between 3.x and 4.x, so since there's apparently no C++ involved, I don't think this is necessarily simply an ABI incompatibility, I think it's a real regression. I tested compiling libguile for Cygwin using gcc-4.0.0, gcc-4.0.4, and

Re: gmp-4.2.2-1 and and mpfr- for upload

2008-03-26 Thread David Billinghurst
Charles Wilson wrote: Dave Korn wrote: David Billinghurst wrote on 24 March 2008 03:43: The version number of libgmpxx was bumped in the upstream files to correct the shared library numbers. I reverted this change in the cygwin build as the cygwin shared library is backwards compatible with

RE: PING Jan Nieuwenhuizen re libguile17

2008-03-26 Thread Dave Korn
Jan Nieuwenhuizen wrote on 26 March 2008 11:22: I *am* willing to do maintenance releases of the 3.4 compiler if there are important bugs to fix, doubly so if it's needed to support a package in the official distro. What is the best gcc 3.4 to use for Cygwin? /usr/bin/gcc, i.e.

RE: PING Jan Nieuwenhuizen re libguile17

2008-03-26 Thread Jan Nieuwenhuizen
Dave Korn writes: /usr/bin/gcc, i.e. the latest release in the distro. Ah, I meant source-wise, I do not run Cygwin. Unpacking Cygwin's gcc/g++ source archive in a python script is a bit of a pain (that's an understatement :-). I don't understand why that would be necessary?

RE: PING Jan Nieuwenhuizen re libguile17

2008-03-26 Thread Dave Korn
Jan Nieuwenhuizen wrote on 26 March 2008 15:20: Dave Korn writes: /usr/bin/gcc, i.e. the latest release in the distro. Ah, I meant source-wise, I do not run Cygwin. It comes in a source distribution as well, same as all cygwin packages. Unpacking Cygwin's gcc/g++ source

[ITP] VOTE: grub 1.96-1 [experimental]

2008-03-26 Thread Christian Franke
I would like to contribute my Cygwin port of the boot manager GRUB2. (http://www.gnu.org/software/grub/grub-2.en.html) http://franke.dvrdns.org/cygwin/release/grub/grub-1.96-1.tar.bz2 http://franke.dvrdns.org/cygwin/release/grub/grub-1.96-1-src.tar.bz2

Re: [ITP] VOTE: grub 1.96-1 [experimental]

2008-03-26 Thread Charles Wilson
Christian Franke wrote: I would like to contribute my Cygwin port of the boot manager GRUB2. (http://www.gnu.org/software/grub/grub-2.en.html) Is anybody else as confused as I am? How in the world can you have a *boot manager* ported to cygwin? Cygwin requires the host Windows OS to be up

New Maintainer

2008-03-26 Thread DRC
Hi. We are interested in maintaining Cygwin/X and would like more info on what that would entail. Darrell Commander The VirtualGL Project -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: New Maintainer

2008-03-26 Thread Christopher Faylor
On Wed, Mar 26, 2008 at 06:31:48PM -0500, DRC wrote: Hi. We are interested in maintaining Cygwin/X and would like more info on what that would entail. It's pretty simple. You have to package new new releases of X.org for Cygwin and support people on this mailing list. cgf -- Unsubscribe info:

Keymaps for Xwin

2008-03-26 Thread Fritz
Is there a guide describing compiling/loading custom keymaps for Xwin? I'm connecting to a VAX VMS system from a XP worksation and they keypad isn't working with the default keymap. I have a keymap file from DEC Xcursion but I don't know how to convert it into XFree format. Please help. Thank