Re: GCC 7.3.0 -std=gnu++17 failed to getline() from std::ifstream

2018-06-12 Thread Ross Smith
arently an equivalent effect as 'extern template'. The attached patch for   /usr/lib/gcc/*-pc-cygwin/7.3.0/include/c++/bits/basic_string.h fixes this. Christian Thank you! I can confirm that the patch fixes this. Ross Smith -- Problem reports: http://cygwin.com/problems.html F

Re: GCC 7.3.0 -std=gnu++17 failed to getline() from std::ifstream

2018-06-11 Thread Ross Smith
On 2018-06-12 02:17, Marco Atzeri wrote: On 6/11/2018 4:11 AM, Ross Smith wrote: On 2018-06-06 09:00, Marco Atzeri wrote: On 6/5/2018 10:32 PM, Ivan Shynkarenka wrote:   Hello I use x64 bit Cygwin and it failed in my home, work and Appveyor.  I add cygcheck.out with my environment. I'm

Re: GCC 7.3.0 -std=gnu++17 failed to getline() from std::ifstream

2018-06-10 Thread Ross Smith
lt; "\n"; } } $ g++ demo.cpp -std=c++17 -o demo && ./demo Aborted (core dumped) It's crashing on the call to std::getline(). It only happens in -std=gnu++17 mode (or the equivalent gnu++1z, or c++17/1z). If I compile with -std=gnu++14 or lower it works. I'm using 64-bit Cygwin,

Re: [ANNOUNCEMENT] Updated: gcc-7.3.0-2 (x86/x86_64)(Test)

2018-05-06 Thread Ross Smith
::v1::path::_M_split_cmpts()' /tmp/ccV1QAAo.o:expfs.cpp:(.text$_ZNSt12experimental10filesystem2v14pathC1IA10_cS2_EERKT_[_ZNSt12experimental10filesystem2v14pathC1IA10_cS2_EERKT_]+0x5d): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `std::experimental::filesystem::v1::path::_M_split_cmpts()' collect2: er

Re: [ANNOUNCEMENT] Updated: gcc-6.3.0-2 (x86/x86_64)(Test)

2017-07-27 Thread Ross Smith
On 2017-07-28 09:45, Ken Brown wrote: On 7/27/2017 5:39 PM, Ross Smith wrote: On 2017-07-28 09:19, Marco Atzeri wrote: On 27/07/2017 23:04, Ross Smith wrote: gcc 6.3 works fine for me unless I use threads. Any C++ program that uses std::thread (and worked with the previous gcc) will fail

Re: [ANNOUNCEMENT] Updated: gcc-6.3.0-2 (x86/x86_64)(Test)

2017-07-27 Thread Ross Smith
On 2017-07-28 09:19, Marco Atzeri wrote: On 27/07/2017 23:04, Ross Smith wrote: gcc 6.3 works fine for me unless I use threads. Any C++ program that uses std::thread (and worked with the previous gcc) will fail. Simple example: #include #include void payload() { std

Re: [ANNOUNCEMENT] Updated: gcc-6.3.0-2 (x86/x86_64)(Test)

2017-07-27 Thread Ross Smith
++ thread.cpp -o thread && ./thread || echo Fail This will print Fail, indicating that the executable errored out. There's no other output. Sorry, I'm not familiar enough with gcc debugging to narrow down the error further. Code that uses raw pthreads instead of the C++ API works fine.

Re: long_int vs int byte sizes

2014-04-07 Thread Ross Smith
to be 65535 or larger, ULONG_MAX to be 4294967295 or larger, and ULLONG_MAX to be 18446744073709551615 or larger. C99 actually requires that? Wow. Modern times... It was already required in C89; the only change in C99 was the addition of long long. Ross Smith -- Problem reports: http

Upgrading to cygwin 1.7.6 vs gcc 4.5

2010-08-17 Thread Ross Smith
the cygwin upgrade. Is there some way I'm missing to select both, or do I just have to accept that I can't upgrade anything else until the official gcc 4.5 is ready? -- Ross Smith -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation

Re: [1.7] Invalid UTF8 while creating a file - cannot delete?

2009-09-23 Thread Ross Smith
to go out of their way to do _better_ than Linux in this regard. -- Ross Smith -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Rsync question on version 3.0.4

2009-05-22 Thread Ross Smith II
Jan, Wrong list. Try the main cygwin list (and tell them the actual command line that is causing you grief). Jan Alphenaar wrote On 5/22/2009 2:18 PM -0800: Hi everybody, I have just downloaded the latest version of rsync (3.0.4) available via the CygWin setup tool. Unfortunately, it

Re: GPL-3

2009-05-03 Thread Ross Smith II
Andy, I just installed Cygwin 1.7, and didn't install any extra packages. Here's what I see: r...@varuna ~ $ gunzip -c /etc/setup/base-files.lst.gz | grep GPL-3 usr/share/doc/common-licenses/GPL-3.0 usr/share/doc/common-licenses/LGPL-3.0 r...@varuna ~ $ ls -l /usr/share/doc/common-licenses |

[RFU] email-3.1.2-1

2009-03-31 Thread Ross Smith II
New upstream release. Please mark email-2.5.1-1 as previous and remove email-2.5.0-1. wget -x -nH --cut-dirs=2 \ http://smithii.com/files/cygwin/email/email-3.1.2-1-src.tar.bz2 \ http://smithii.com/files/cygwin/email/email-3.1.2-1.tar.bz2 \ http://smithii.com/files/cygwin/email/setup.hint

[RFU] [1.7] email-3.1.2-2

2009-03-31 Thread Ross Smith II
New upstream release. Built with gcc-4. There were no differences with 3.1.2-1, but I bumped the release to '-2' to match how others released 1.7 packages. Is that correct? wget -x -nH --cut-dirs=2 \ http://smithii.com/files/cygwin/email/email-3.1.2-2-src.tar.bz2 \

[ANNOUNCEMENT] Updated: email-3.1.2-1

2009-03-31 Thread Ross Smith II
I've made a new version of 'email' available for installation. This is the most recent version of email available from http://www.cleancode.org/projects/email. Changes since 2.5.1: - Minimal TLS support - Added UTF-8 support for headers and message - Added a timeout option - Fixed bug that was

[ANNOUNCEMENT] [1.7] Updated: email-3.1.2-2

2009-03-31 Thread Ross Smith II
I've made a new version of 'email' available for installation. This is the most recent version of email available from http://www.cleancode.org/projects/email. Changes since 2.5.1: - Minimal TLS support - Added UTF-8 support for headers and message - Added a timeout option - Fixed bug that was

Updated: email-3.1.2-1

2009-03-31 Thread Ross Smith II
I've made a new version of 'email' available for installation. This is the most recent version of email available from http://www.cleancode.org/projects/email. Changes since 2.5.1: - Minimal TLS support - Added UTF-8 support for headers and message - Added a timeout option - Fixed bug that was

Re: Directory existence prevents .exe execution

2008-04-21 Thread Ross Smith
Luke, I think the fundamental point that you're missing here is that Cygwin is intended to be a subspecies of Unix, not a subspecies of Windows. I'm not familiar with Ici, but if it currently has both Windows and Unix versions, you should expect the Unix version, not the Windows version, to

http://cygwin.com/ needs a link updated

2008-02-09 Thread Ross Smith
Corinna, http://cygwin.com/ mentions Latest Cygwin DLL release version is 1.5.25-7 but the 1.5.25-7 link refers to the 1.5.24 release. It should point to http://cygwin.com/ml/cygwin-announce/2007-12/msg00036.html right? -Ross -- Unsubscribe info:

[ANNOUNCEMENT] Updated: cppunit-0.12.0-1

2007-10-26 Thread Ross Smith II
I've updated the version of cppunit to 0.12.0-1. This is a bugfix release. The Cygwin release is the vanilla version, no additional patches. === New in CppUnit 1.12.0: -- * Portability: - autogen.sh

Updated: cppunit-0.12.0-1

2007-10-26 Thread Ross Smith II
I've updated the version of cppunit to 0.12.0-1. This is a bugfix release. The Cygwin release is the vanilla version, no additional patches. === New in CppUnit 1.12.0: -- * Portability: - autogen.sh

Re: Please upload: cppunit-1.12.0

2007-10-25 Thread Ross Smith II
Corinna Vinschen wrote On 10/25/2007 3:01 AM -0800: On Oct 24 10:20, Ross Smith II wrote: David Rothenberger wrote On 10/24/2007 10:11 AM -0800: On 10/24/2007 10:08 AM, Ross Smith II wrote: FYI, built with: http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.cygport You should change

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)

2007-10-24 Thread Ross Smith II
David Rothenberger wrote On 10/24/2007 7:20 AM -0800: On 10/23/2007 9:13 PM, Yaakov (Cygwin Ports) wrote: What version of cygport is everyone running here? Ross and I are both running the same version, 0.2.10-1. It appears the problems I was having are system related, even though I had

Please upload: cppunit-1.12.0

2007-10-24 Thread Ross Smith II
Please upload new version. Setup.hint has not changed: wget \ http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1-src.tar.bz2 \ http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.tar.bz2 \ http://smithii.com/files/cygwin/cppunit/setup.hint FYI, built with:

Re: Please upload: cppunit-1.12.0

2007-10-24 Thread Ross Smith II
David Rothenberger wrote On 10/24/2007 10:11 AM -0800: On 10/24/2007 10:08 AM, Ross Smith II wrote: FYI, built with: http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.cygport You should change your SRC_URI to: SRC_URI=mirror://sourceforge/cppunit/${P}.tar.gz The mirror: lets

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)

2007-10-23 Thread Ross Smith II
Brian Dessent wrote On 10/23/2007 2:28 AM -0800: Dave Korn wrote: The am-wrapper script is the one that tries to deduce and reuse the original version used to first build the file, IIUIC. I'm pretty sure that's not what's going on here; you'd see the same thing without alternatives or

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)

2007-10-21 Thread Ross Smith II
suggestions that may help me out of this mess? I'm clueless. Thanks, Ross David Rothenberger wrote On 10/20/2007 11:32 AM -0800: On 10/19/2007 11:13 PM, Ross Smith II wrote: Sorry, the URL's should read: http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.cygport http://smithii.com/files

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-10-20 Thread Ross Smith II
appreciated, -Ross Corinna Vinschen wrote On 10/19/2007 4:06 AM -0800: Ross, On Aug 17 10:02, Ross Smith II wrote: Dr. Volker Zell wrote On 8/17/2007 5:20 AM -0800: Did you see http://cygwin.com/ml/cygwin-apps/2007-08/msg00119.html Volker, Yes, I did. I had assumed that 1.12.0 was unstable

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)

2007-10-20 Thread Ross Smith II
Sorry, the URL's should read: http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.cygport http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.cygwin.patch http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.src.patch but the 1.10.2 files fail as well. -Ross Ross Smith II wrote

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-17 Thread Ross Smith II
Dr. Volker Zell wrote On 8/16/2007 10:59 PM -0800: Ross Smith, writes: ... /usr/bin/cygcppunit-1-10-2.dll /usr/lib/libcppunit.dll.a ... tar -tvjf on both cppunit-1.10.2-1.tar.bz2 I downloaded from your site and the one I get from building from source gives: Volker, My sincere

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-17 Thread Ross Smith II
Dr. Volker Zell wrote On 8/17/2007 5:20 AM -0800: Did you see http://cygwin.com/ml/cygwin-apps/2007-08/msg00119.html Volker, Yes, I did. I had assumed that 1.12.0 was unstable, as the project's home page http://cppunit.sourceforge.net/cppunit-wiki made no mention of it. Researching further,

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-16 Thread Ross Smith II
Dr. Volker Zell wrote On 8/16/2007 12:10 AM -0800: Ross Smith, writes: Volker, I'm not sure what you mean by shared lib. I compared the contents of the old cppunit-1.9.14-1.tar.bz2, and new new cppunit-1.10.2-1.tar.bz2. The only difference I can see is that the file

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-15 Thread Ross Smith II
Dr. Volker Zell wrote On 8/15/2007 8:53 AM -0800: Ross Smith, writes: I would like to adopt cppunit (orphaned at 1.9.14) Thanks, Builds fine from source and packaging looks good. Your package is missing the shared library. The old cppunit did include a shared lib. Volker, I'm

[ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-13 Thread Ross Smith II
I would like to adopt cppunit (orphaned at 1.9.14) Thanks, -Ross wget \ http://smithii.com/files/cygwin/cppunit/cppunit-1.10.2-1.tar.bz2 \ http://smithii.com/files/cygwin/cppunit/cppunit-1.10.2-1-src.tar.bz2 \ http://smithii.com/files/cygwin/cppunit/setup.hint

Re: Request for running a test application

2007-08-01 Thread Ross Smith
Here are a few more for you: This is a USB hard drive (NTFS formatted): Device Type: 7 Characteristics: 20 Volume Name: USB HD Serial Number : 483542439 Max Filenamelength : 255 Filesystemname : NTFS Flags : 700ff FILE_CASE_SENSITIVE_SEARCH : TRUE

[ANNOUNCEMENT] Updated: email 2.5.1-1

2007-07-19 Thread Ross Smith II
The cygwin email package has been updated to the current stable version 2.5.1. To ease packaging, the default configuration files that were stored in /etc/defaults/etc/email/ are now stored in /etc/defaults/etc/. The actual configuration files are still kept in /etc/email. Upstream changelog:

Updated: email 2.5.1-1

2007-07-19 Thread Ross Smith II
The cygwin email package has been updated to the current stable version 2.5.1. To ease packaging, the default configuration files that were stored in /etc/defaults/etc/email/ are now stored in /etc/defaults/etc/. The actual configuration files are still kept in /etc/email. Upstream changelog:

Please upload email-2.5.1-1

2007-07-18 Thread Ross Smith II
Please upload email-2.5.1-1 from http://smithii.com/files/cygwin/email/email-2.5.1-1.tar.bz2 http://smithii.com/files/cygwin/email/email-2.5.1-1-src.tar.bz2 and keep 2.5.0 only. No change in setup.hint. This release uses the following cygport script:

Re: Reloaded Win XP, now need to reload cygwin - sorta

2007-06-24 Thread Ross Smith
Vidiot wrote: Jason reponded: The reason you need to update your permissions is because Windows ties permissions to a unique SSID for each user. When you reinstall, even if you set up the same user names, the SSIDs associated with them are different. Ah, a hidden thing I never have had to

[ANNOUNCEMENT] Updated: email-2.5.0-1

2006-06-26 Thread Ross Smith II
Version 2.5.0-1 of email has been uploaded. Email is a simple command-line program to send emails. It can be configured to use either your sendmail installation or directly via SMTP. It supports binary attachments, and a simple text based address book, with groups. Also, if GnuPG is installed,

Updated: email-2.5.0-1

2006-06-26 Thread Ross Smith II
Version 2.5.0-1 of email has been uploaded. Email is a simple command-line program to send emails. It can be configured to use either your sendmail installation or directly via SMTP. It supports binary attachments, and a simple text based address book, with groups. Also, if GnuPG is installed,

Please upload: email-2.5.0-1

2006-06-20 Thread Ross Smith II
http://smithii.com/files/cygwin/email/email-2.5.0-1.tar.bz2 http://smithii.com/files/cygwin/email/email-2.5.0-1-src.tar.bz2 setup.hint hasn't changed 2.3.4-1 becomes prev Changelog here: http://email.cleancode.org/ Thanks, Ross

Re: fopen with UTF-8 chars in filenames

2006-03-19 Thread Ross Smith
Igor Peshansky wrote: On Fri, 17 Mar 2006, Paul J. Lucas wrote: On Fri, 17 Mar 2006, Christopher Faylor wrote: Cygwin doesn't provide _wfopen. 1. I install Cygwin. 2. It's in stdio.h that gets installed as part of the Cygwin install. No, actually it's in stdio.h that's part of MinGW (and

Re: Upload: coreutils-5.3.0-9

2005-07-13 Thread Ross Smith II
Eric Blake wrote On 7/13/2005 6:10 AM -0800: setup.hint remains unchanged. (Does anyone know of a free web hosting location that lets me host more than 25 meg?

Please upload email-2.3.4-1

2005-06-29 Thread Ross Smith II
Hi. Please upload new email-2.3.4-1 files: http://www.smithii.com/files/cygwin/email/email-2.3.4-1.tar.bz2 http://www.smithii.com/files/cygwin/email/email-2.3.4-1-src.tar.bz2 897a837b182a0ad7420147657c05ca63 *email-2.3.4-1-src.tar.bz2 bd5469e06281d50d279d68c1d169cf59 *email-2.3.4-1.tar.bz2 and

Re: make fails always on invalid path C:cygwinusrinclude

2005-06-27 Thread Ross Smith
:\cygwin\usr\include where it should be either C:\\cygwin\\usr\\include or C:/cygwin/usr/include. -- Ross Smith .. Pharos Systems, Auckland, New Zealand Carelessly planned projects take three times longer to complete than expected. Carefully planned projects take four times longer

Re: ls finds file1 but ls file1 does not

2005-05-10 Thread Ross Smith
between ` and `. _ Thought it was clever of me to make that little ` visible to my old eyes. I always use $(...) instead; it's equivalent to `...` and much easier to read. -- Ross Smith .. Pharos Systems, Auckland, New Zealand Carelessly planned projects take three

Re: Summary, was Re: Welcoming ...

2005-05-05 Thread Ross Smith II
Brian, In setup, when you click the Keep/Reinstall/Source/Version/Uninstall field, it's impossible to get everything you want uninstalled in one setup run, due to dependencies. It would be better, IMHO, if the Uninstall option, came right after the Keep option. That way you don't have to cycle

Please upload: email-2.3.2-2

2005-02-18 Thread Ross Smith II
Hi. Please upload new email-2.3.2-2 files: http://smithii.com/files/cygwin/email/email-2.3.2-2.tar.bz2 http://smithii.com/files/cygwin/email/email-2.3.2-2-src.tar.bz2 This version fixes the fact that installing email-2.3.2-1 would overwrite a users existing /etc/email/email.conf file. I have

Please upload: email-2.3.2-1

2005-02-14 Thread Ross Smith II
Hi. Please upload new email-2.3.2-1 files: http://smithii.com/files/cygwin/email/email-2.3.2-1.tar.bz2 http://smithii.com/files/cygwin/email/email-2.3.2-1-src.tar.bz2 http://smithii.com/files/cygwin/email/setup.hint This version fixes a bug that effected Cygwin users that needed SMTP AUTH. See

Re: [ITP] cdrtools-2.01

2004-12-10 Thread Ross Smith II
Corinna, Have you heard anything from Joerg? If not, should I just package it, try to follow up with Joerg, or simply drop the matter? -Ross Ross Smith II wrote: Corinna, Any news? I'm still eager to package cdrecord. Thanks, -Ross Corinna Vinschen wrote: On Oct 1 08:59, Ross Smith II wrote

Re: Your nail works for me.

2004-10-24 Thread Ross Smith II
Harold L Hunt II wrote: Can I get two more +1 votes? I never got nail 11.11 to work properly. The biggest issue is nail sees all command line options as email addresses: $ echo test | nail -s subject [EMAIL PROTECTED] [EMAIL PROTECTED] ~ $ smtp-server: 501 -s: recipient address must contain

Re: [ITP] email-2.3.0 (review)

2004-10-21 Thread Ross Smith II
Christopher Faylor wrote: It's close but the SMTP_AUTH stuff still doesn't seem right. It only offers LOGIN or PLAIN. I chose PLAIN but I couldn't send email using my non-SMTP_AUTH email server. I don't think any authorization should be used at all as the default or at least there should

Re: [ITP] email-2.3.0 (review)

2004-10-21 Thread Ross Smith II
Corinna Vinschen wrote: On Oct 20 18:32, Ross Smith II wrote: I don't understand this one. Exim as well as ssmtp both have a config script which sets /usr/sbin/sendmail so that it points to the real executable, if /usr/sbin/sendmail doesn't exists. Wouldn't it be better to use /usr/sbin

Re: [ITP] email-2.3.0 (review)

2004-10-21 Thread Ross Smith II
Sorry for all those glitches. I just took another setup.hint and modified it. I must not have grabbed a nice one. Thanks again for all the help, Ross Christopher Faylor wrote: I've uploaded this but I made a few changes to the setup.hint file. 1) I removed the extraneous '@ chere' from

[ANNOUNCEMENT] New Package: email-2.3.0-2

2004-10-21 Thread Ross Smith II
system. Then, run setup and answer all of the questions. -Ross Smith - -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the List-Unsubscribe: tag in the email header of this message. Send email to the address specified

New Package: email-2.3.0-2

2004-10-21 Thread Ross Smith II
system. Then, run setup and answer all of the questions. -Ross Smith - -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the List-Unsubscribe: tag in the email header of this message. Send email to the address specified

Re: nail-11.11

2004-10-20 Thread Ross Smith II
Adding set sendmail=/usr/sbin/ssmtp.exe to /etc/mail.rc allows nail to work with ssmtp. What's weird, is that nail saw every command line option as an email address: $ echo test | nail -s subject [EMAIL PROTECTED] $ smtp-server: 501 -s: recipient address must contain a domain . . . message not

Re: [ITP] email-2.3.0 (review)

2004-10-20 Thread Ross Smith II
I've fixed the issues Christopher listed below, and a couple more. 2.3.0-2 is now available. It now defaults to using ssmtp. If you want to use SMTP, you will need to run email-config. Package setup.hint: === @ email category: Mail requires: cygwin sdesc: Command line sending of email with

Re: [ITP] email-2.3.0 (review)

2004-10-19 Thread Ross Smith II
Christopher Faylor wrote: I tried this out and noticed three things. 1) Should SMTP_AUTH be set in /etc/email/email.conf? I don't think it is standard to use authentication for sending email. Shouldn't it be commented out? Yes, it should. 2) The binary tar ball contains an empty

Re: [ITP] email-2.3.0

2004-10-17 Thread Ross Smith II
Christopher Faylor wrote: I'm sorry but, here again, we're talking about porting an AFAICT, non-standard package to cygwin when we're missing something as basic as mailx (or nail, or whatever). Given that argument, how would a new program ever become standard? Isn't there anyone out there

Re: [ITP] cdrtools-2.01

2004-10-01 Thread Ross Smith II
Quoting Corinna Vinschen: The author provides a ProDVD edition, which is based on the same source as cdrecord, but contains proprietary code to access DVD drives. By providing a closed source application in binary only form linked against Cygwin, he's infringing the GPL. I've contacted

Re: [ITP] cdrtools-2.01

2004-09-20 Thread Ross Smith II
Quoting Corinna Vinschen [EMAIL PROTECTED]: The author provides a ProDVD edition, which is based on the same source as cdrecord, but contains proprietary code to access DVD drives. By providing a closed source application in binary only form linked against Cygwin, he's infringing the GPL.

Re: [ITP] cdrtools-2.01

2004-09-18 Thread Ross Smith II
Quoting Corinna Vinschen [EMAIL PROTECTED]: On Sep 17 09:41, Ross Smith II wrote: Does anyone see any issues with producing this package? Sorry, but yes. Joerg is providing ProDVD executables for Cygwin for which he doesn't provide the source code, so he's clearly infringing the Cygwin

Re: Comparative Performance of C++ Compilers (including gcc cygming special)

2004-04-13 Thread Ross Smith
Alex Vinokur wrote: Three extra jobs for copyfile.cpp, g++ (Mingw32 Interface), No optimization. ^^^ So the results are completely meaningless. -- Ross Smith .. Pharos Systems, Auckland, New Zealand *** Divide by cucumber error. Please reinstall universe

RE: ld -r errors with C++ objects

2003-08-14 Thread Ross Smith
. I tried passing the -r option to ld using g++'s -Wl,-r option, so that it would not expect to see WinMain; that resulted in an error very similar to the one that I got before when I simply used ld -r. Are you using -Ur? If not, RTFM. If you are, I'm out of suggestions. Ross Smith

RE: Anyone trying 1.5.0 for anything other than managed mode?

2003-07-17 Thread Ross Smith
not the new bash, since I'm seeing it at home too and I don't have the new bash here yet. I have 1.3.22 (no 1.5.0 at all) and I experience the same problem, so it's not related to 1.5.0. Me three. Output of cygcheck -s -v attached. Ross Smith .. Pharos Systems, Auckland, New

RE: Mixing / and \ path separators

2003-03-13 Thread Ross Smith
the path name using windows specs like f:\cygwin\foo\bar, or change the backslashes to slashes. Wouldn't cygwin_conv_to_posix_path() and its relatives be a more general solution? -- Ross Smith .. Pharos Systems, Auckland, New Zealand It's never too soon to start

RE: Installing cygwin NOT from web

2003-03-13 Thread Ross Smith
: this will redownload everything, even if it is already in the cache. I'm confused. Isn't that exactly what Charles said? It ignores the cache and re-downloads everything? -- Ross Smith .. Pharos Systems, Auckland, New Zealand It's never too soon to start planning

RE: Mixing / and \ path separators

2003-03-13 Thread Ross Smith
From: Christopher Faylor [mailto:[EMAIL PROTECTED] On Thu, Mar 13, 2003 at 04:51:24PM -0500, Christopher Faylor wrote: On Fri, Mar 14, 2003 at 08:46:13AM +1300, Ross Smith wrote: From: Christopher Faylor [mailto:[EMAIL PROTECTED] On Wed, Mar 12, 2003 at 11:08:27PM +0100, Anton Ertl

RE: Installing cygwin NOT from web

2003-03-13 Thread Ross Smith
From: Robert Collins [mailto:[EMAIL PROTECTED] On Fri, 2003-03-14 at 09:10, Ross Smith wrote: No. Charles said that setup *ignores* the caches and skips what is installed. I said that setup will redownload what is in the cache. I still don't understand the difference. He

RE: Burning cygwin distribution CDs

2002-12-27 Thread Ross Smith II
From: Laurynas Biveinis I want to burn CDs with full cygwin distribution with sources and so on. I've downloaded everything from ftp://ftp.gwdg.de/pub/linux/sources.redhat/cygwin/release, but it takes almost 1 GB. How should I burn it into 2 CDs so that setup.exe still works correctly? What

expat-1.95.5: undefined reference to `XML_ParserCreate'

2002-12-22 Thread Ross Smith II
I'm trying to compile a simple expat program: #include stdio.h #include expat.h int main() { XML_ParserCreate(NULL); return 0; } but I get: $ gcc -lexpat -L/lib expattest.c /cygdrive/...:expattest.c: undefined reference to `XML_ParserCreate' yet: $ nm /lib/libexpat.a | grep XML_ParserCreate

RE: cmd.exe as telnetd login shell: mode con LINES=24 COLS=80 has no effect..

2002-11-29 Thread Ross Smith II
Tom, The Windows Telnet Service fixes the MORE and DOSKEY problems you describe. If you want to disallow external telnet, you could block port 23, and require users to ssh in, and then run % telnet localhost Of course, they'll have to enter their NTLM username/password. You could even change

RE: cygwin with opengl

2002-11-24 Thread Ross Smith
From: James Shaw [mailto:[EMAIL PROTECTED]] You had two postings. The most recent said: I cannot compile a file.c where there is the following include : GL\glut.h GL\glu.h GL\gl.h It's probably the backslashes. -- Ross Smith .. Pharos Systems, Auckland, New

Updated sshd install scripts

2002-11-10 Thread Ross Smith II
I've updated my sshd install scripts to support named options: $ sshd_system.sh -? Usage: sshd_system.sh [options] options: -P|--port port -s|--sshd sshd options(quotes are required) -f|--config sshd_config_file (default is /etc/sshd_config)

RE: Trouble with RSA authentication

2002-10-31 Thread Ross Smith II
/usr/doc/Cygwin/openssh-3.4p1-5.README states that RSA authentication only works if sshd runs under a user account (as opposed to the SYSTEM account). To that end, I've created 2 shell scripts to allow one to switch from running sshd as SYSTEM to running as a user, and visa versa. These scripts

RE: Cygwin, GNU make and VC++ ?

2002-10-28 Thread Ross Smith II
From: Of Igor Pechtchanski Anyway, we're making progress in being able to compile with CL.EXE, but we're having trouble with include files. We use the flag '-I/home/user/dg/include' to point to the include directory, but it can't find it. /home/user/dg/include makes no sense in

ssh patches to fix installation issues

2002-10-23 Thread Ross Smith II
is 000. Maybe a .bash_profile could be created containing umask 022 when the user's home directory is first created. Just a thought. This is the culmination of 6 hours of list perusing, and hair pulling, so it's definitely field tested. Hope this helps, Ross Smith --- ssh-host-config.orig

ssh patches to fix installation issues

2002-10-23 Thread Ross Smith II
is 000. Maybe a .bash_profile could be created containing umask 022 when the user's home directory is first created. Just a thought. This is the culmination of 6 hours of list perusing, and hair pulling, so it's definitely field tested. Hope this helps, Ross Smith --- ssh-host-config.orig

RE: File permission problems with new cygwin dll

2002-10-16 Thread Ross Smith
From: Christopher Faylor [mailto:[EMAIL PROTECTED]] On Thu, Oct 17, 2002 at 11:09:31AM +1300, Ross Smith wrote: I just upgraded to the new cygwin dll and gcc, and I seem to be running into some of the same problems reported by others. (Yes, I know ntsec is now enabled by default

Small patch to opengl header

2002-09-26 Thread Ross Smith
is trivial: 1093a1094 #define GL_EXT_color_subtable 1 2053a2055 #define GL_EXT_color_subtable 1 -- Ross Smith .. Pharos Systems, Auckland, New Zealand This has been a test of the emergency broadcasting system. If this had been a real emergency, we

RE: limit for # of items created with new ?

2002-09-24 Thread Ross Smith
that you start learning about the standard library; you're reinventing a lot of wheels here. -- Ross Smith .. Pharos Systems, Auckland, New Zealand C++ is to programming as sex is to reproduction. Better ways might technically exist but they're not nearly as much fun. - Nikolai

RE: limit for # of items created with new ?

2002-09-24 Thread Ross Smith
From: Emil Briggs [mailto:[EMAIL PROTECTED]] On Tuesday 24 September 2002 10:28 pm, Ross Smith wrote: From: Hans Horn [mailto:[EMAIL PROTECTED]] // an element of a linked list typedef struct node { node (int _v, node* _n) : v(_v), next(_n) {} int v; node* next

RE: ./config -luser32 error, but libuser32.a is in the usr/lib/w32api directory

2002-03-20 Thread Ross Smith
From: Dan Browning [mailto:[EMAIL PROTECTED]] At 08:56 PM 3/20/2002 -0500, you wrote: At 08:52 PM 3/20/2002, Dan Browning wrote: The c:\cygwin\usr\lib\w32api DOES actually exist in windows, but I could not access that directory within the cygwin shell: $ cd /usr/lib/w32api

statfs() and file system types

2002-03-11 Thread Ross Smith
How do I interpret the statfs.f_type field? The sys/vfs.h header says see below but there's nothing below. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

RE: /cygdrive wierdness

2002-03-07 Thread Ross Smith
From: Larry Hall (RFK Partners, Inc) [mailto:[EMAIL PROTECTED]] At 05:30 PM 3/7/2002, Ross Smith wrote: From: Chris January [mailto:[EMAIL PROTECTED]] From: Chris January [mailto:[EMAIL PROTECTED]] Using Cygwin DLL 1.3.10. Likewise. (On Win2K.) 1. Close

RE: /cygdrive wierdness

2002-03-06 Thread Ross Smith
From: Chris January [mailto:[EMAIL PROTECTED]] Using Cygwin DLL 1.3.10. Likewise. (On Win2K.) 1. Close all Cygwin programs 2. Open bash 3. Type: cd /cygdrive 4. Type ls I get a listing of C:\ instead 5. Type bash 6. Type: cd /cygdrive 7. Type ls I get a listing of available drives

RE: Strange behavior

2002-03-03 Thread Ross Smith
From: Chuck Allison [mailto:[EMAIL PROTECTED]] I have a simple Rational number class and have discovered weird behavior with Cygwin's g++. If you look at the very short main program in file rtest2.cpp, you will see by the output that g++ get's the wrong answer for r1 / r2 ==

RE: Help changing dir with spaces- Uncle!

2002-02-27 Thread Ross Smith
From: Ehud Karni [mailto:[EMAIL PROTECTED]] On Wed, 27 Feb 2002 20:19:42 +0100, Jonathan Gift [EMAIL PROTECTED] wrote: BTW, just how cool is Cygwin? First I heard of it was just a short time ago. Really like having a great shell again? Cygwin is cool! I'm using it for more than

RE: Next version of setup.exe

2002-02-25 Thread Ross Smith
From: Robert Collins [mailto:[EMAIL PROTECTED]] We've branched the next version of setup.exe, and created a snapshot for anyone willing to be our guinea pigs. It is accessible via http://www.cygwin.com/setup-snapshots/setup-20020225.exe. Please use this, and report any bugs back to

RE: undefined reference to `__gxx_personality_sj0'

2002-02-24 Thread Ross Smith
From: Dan Kyhl [mailto:[EMAIL PROTECTED]] yes maybe. I installed and compiled gcc 3.03, but I get this error both with 2.95.3 and 3.03. Maybe my different paths are not setup up correctly! I got the same error after installing gcc 303. It turned out that the static libstdc++ was still