----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 .... [EMAIL PROTECTED] /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] [EMAIL PROTECTED] /usr/build> bunzip2 cygwin1-20050709.dll.bz2 [EMAIL PROTECTED] /usr/build> nm cygwin1-20050709.dll | grep strtou 610cdbf0 T __strtoul_r 610e3240 T __strtoull_r 610cdd60 T _strtoul 610cdd90 T _strtoull [EMAIL PROTECTED] /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/