Use Real LPT port with Cygwin?

2023-06-18 Thread tlake--- via Cygwin
I can use an emulated LPT port to a shared network printer from Cygwin but I'd like to print to a local LPT port also. The local printer has no IP address. Is it possible to print to a physical LPT port? If I do this: ls > LPT1: a file called LPT1: is created on the hard drive rather

RE: Bug in TIME function

2019-09-13 Thread tlake
In Linux it returns a time value and return code of 0: tom@LinuxPC:~/Downloads$ ./timetest return value 10452 errno 0 Success tom@LinuxPC:~/Downloads$ ./timetest return value 14048 errno 0 Success -Original Message- From: Brian Inglis Sent: Thursday, September 12, 2019 02:45 PM To:

Bug in TIME function

2019-09-12 Thread tlake
The code below returns -1. It shouldn't. #include #include int main(int argc, char *argv[]) { printf("return value %ld\n", (long)times((struct tms*)0)); return 0; } -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/

RE: Segmentation fault when compiling *FIXED*

2018-09-05 Thread tlake
In the latest build of Windows 10, sent out on 5 Sep 2018, the gcc compiler no longer gives a segmentation error. Whew! I'm glad that's fixed. Tom L -Original Message- From: cygwin-ow...@cygwin.com On Behalf Of cygwin-digest-h...@cygwin.com Sent: Wednesday, August 29, 2018 8:35 PM To:

RE: [ANNOUNCEMENT] Updated: Cygwin 2.11.0-1

2018-09-02 Thread tlake
On 9/1/2018 2:52 PM, tl...@twcny.rr.com wrote: > Now I can't get 2.11.0-1. I tried over 20 mirrors and none of them have the > update. Are you sure you don't have it already? Try 'cygcheck -cd cygwin' to find out: $ cygcheck -cd cygwin Cygwin Package Information Package Version

RE: [ANNOUNCEMENT] Updated: Cygwin 2.11.0-1

2018-09-01 Thread tlake
Am 31.08.2018 um 22:31 schrieb tl...@twcny.rr.com: > After running setup (64 bit) I still have version 2.10. I even tried > uninstalling and running setup again. > > Tom L have you stopped all processes including services before the update ? The problem turned out to be that the mirror I was

RE: [ANNOUNCEMENT] Updated: Cygwin 2.11.0-1

2018-09-01 Thread tlake
I don't see it on the 20-plus mirrors I tried. Tom L -Original Message- From: tl...@twcny.rr.com Sent: Friday, August 31, 2018 4:31 PM To: cygwin@cygwin.com Subject: RE: [ANNOUNCEMENT] Updated: Cygwin 2.11.0-1 After running setup (64 bit) I still have version 2.10. I even tried

RE: [ANNOUNCEMENT] Updated: Cygwin 2.11.0-1

2018-08-31 Thread tlake
After running setup (64 bit) I still have version 2.10. I even tried uninstalling and running setup again. Tom L -Original Message- From: Corinna Vinschen Sent: Friday, August 31, 2018 11:21 AM To: cygwin@cygwin.com Subject: [ANNOUNCEMENT] Updated: Cygwin 2.11.0-1 Hi folks, I

RE: FW: gecko Segmentation fault when compiling

2018-08-29 Thread tlake
If you want to compile native Windows programs, Cygwin is likely not the tool you need. If you can tell me another way to compile C source code that was written to run under Linux to run them on Windows without having to change them, I'm all ears! Tom L -- Problem reports:

RE: FW: gecko Segmentation fault when compiling

2018-08-29 Thread tlake
> I uninstalled and deleted the entire cygwin64 directory and > reinstalled using the defaults. The download time was much shorter but > I still can't compile anything with the C compiler even with no anti-virus running. Base cygwin installation is a POSIX userspace and essential Cygwin tools,

RE: FW: gecko Segmentation fault when compiling

2018-08-28 Thread tlake
>> Can you test with just >> PATH="/usr/local/bin:/usr/bin/:/usr/lib/lapack" >> to exclude other programs ? >> >> I just tried that. Same problem. >> >> #2 you have installed every cygwin package including all >> debuginfo packages. Why ? >> >> I'd rather have it and not need it than need it

Re: FW: gecko Segmentation fault when compiling

2018-08-24 Thread tlake
can you upload somewhere ? Any Antivirus around ? Here's a link to my cygcheck.out file. I'm running Microsoft's anti-virus for Win 10 and Malwarebytes Premium. https://www.dropbox.com/s/ta5v8ws04h5aggx/cygcheck.out?raw=1 -- Problem reports: http://cygwin.com/problems.html FAQ:

FW: gcc Segmentation fault when compiling

2018-08-20 Thread tlake
From: tl...@twcny.rr.com Sent: Monday, August 20, 2018 12:11 PM To: 'cygwin@cygwin.com' Subject: gcc Segmentation fault when compiling Since Windows 10 Build 17741, I get the error below when trying to compile any C program: gcc: internal compiler error: Segmentation fault