Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Dave Korn" To: Subject: RE: strtoumax could not be located in...cygwin1.dll Date: Wed, 13 Jul 2005 16:12:57 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <071320051433.6593.42D526420001A8FD000019C122007340760A050E040D0C079D0A@comcast.net> Message-ID: ----Original Message---- >From: Eric Blake >Sent: 13 July 2005 15:34 > However, bash-3.0-7 requires cygwin-1.5.18 or better, > because that is when strtoumax was introduced and bash uses it. Interesting. I tried to compile a simple test program that uses strtoumax and it failed. My dll was built from freshly updated cvs on 20050624; that's a fortnight after strtoumax was added (lacking underscore) to cygwin.din. I think it _really_ isn't there. I'll try again with today's CVS and see what happens. Just FYI, though, it doesn't seem to be exported from the most recent snapshot version of the dll .... dk AT mace /usr/build> wget 'http://cygwin.com/snapshots/cygwin1-20050709.dll.bz2' --16:06:40-- http://cygwin.com/snapshots/cygwin1-20050709.dll.bz2 => `cygwin1-20050709.dll.bz2' Resolving cygwin.com... 12.107.209.250 Connecting to cygwin.com[12.107.209.250]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 2,170,698 [application/x-bzip2] 100%[====================================>] 2,170,698 229.63K/s ETA 00:00 16:06:52 (183.77 KB/s) - `cygwin1-20050709.dll.bz2' saved [2170698/2170698] dk AT mace /usr/build> bunzip2 cygwin1-20050709.dll.bz2 dk AT mace /usr/build> nm cygwin1-20050709.dll | grep strtou 610cdbf0 T __strtoul_r 610e3240 T __strtoull_r 610cdd60 T _strtoul 610cdd90 T _strtoull dk AT mace /usr/build> cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/