Re: Problem about installing PGI on Cygwin

2020-04-02 Thread Tim Prince via Cygwin
On 4/2/2020 9:14 AM, Andrew Schulman via Cygwin wrote: >> I tried to install PGI (Linux version) on Cygwin, however, Cygwin told me >> that PGI can only be installed under Linux operator system. So is there any >> method to install PGI on Cygwin? > > What is PGI? Where do you get it? > > -- Cy

Re: Strange errors running gcc tests on Cygwin

2017-03-09 Thread Tim Prince via cygwin
(rarely) wsl can run make check-c and make check-fortran simultaneously. So it takes typically 2 full days to build and make check on cygwin. -- Tim Prince -- 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: Strange errors running gcc tests on Cygwin

2017-03-04 Thread Tim Prince via cygwin
-gold=yes > --enable-bootstrap --with-system-zlib > > In order to test gfortran 7.1 without installing, you will need to copy cyggfortran-4.dll into a folder which is on LD_LIBRARY_PATH. make check uses only the dll paths associated with the active gcc (presumably your bootstrap compiler). Why n

Re: [ANNOUNCEMENT] Updated: xorg-server-1.19.0-1 (TEST)

2016-11-19 Thread Tim Prince
On 11/19/2016 1:49 PM, Ken Brown wrote: > On 11/19/2016 10:50 AM, Tim Prince wrote: >> >> >> On 11/19/2016 9:41 AM, Ken Brown wrote: >>> [Please keep the discussion on the mailing list.] >>> >>> On 11/19/2016 9:19 AM, Tim Prince wrote: >&

Re: [ANNOUNCEMENT] Updated: xorg-server-1.19.0-1 (TEST)

2016-11-19 Thread Tim Prince
On 11/19/2016 9:41 AM, Ken Brown wrote: > [Please keep the discussion on the mailing list.] > > On 11/19/2016 9:19 AM, Tim Prince wrote: >> >> >> On 11/19/2016 8:42 AM, Ken Brown wrote: >>> On 11/18/2016 6:52 PM, Tim Prince wrote: >>>> >>&g

Re: [ANNOUNCEMENT] Updated: xorg-server-1.19.0-1 (TEST)

2016-11-19 Thread Tim Prince
On 11/19/2016 9:41 AM, Ken Brown wrote: > [Please keep the discussion on the mailing list.] > > On 11/19/2016 9:19 AM, Tim Prince wrote: >> >> >> On 11/19/2016 8:42 AM, Ken Brown wrote: >>> On 11/18/2016 6:52 PM, Tim Prince wrote: >>>> >>&g

Re: [ANNOUNCEMENT] Updated: xorg-server-1.19.0-1 (TEST)

2016-11-18 Thread Tim Prince
On 11/18/2016 2:21 PM, Ken Brown wrote: > On 11/18/2016 1:35 PM, Tim Prince wrote: >> >> >> On 11/18/2016 10:31 AM, Jon Turney wrote: >>> >>> The following packages have been updated in the Cygwin distribution: >>> >>> *** xorg-server-*1

Re: [ANNOUNCEMENT] Updated: xorg-server-1.19.0-1 (TEST)

2016-11-18 Thread Tim Prince
Proc - XOpenDisplay () returned and successfully opened the display. __________ But I don't see it opening an X display, and the taskbar icon disappears after a few seconds. May be missing the important user advice. --0r 1 Tim Prince -- 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: Advice for debugging heap mismatches? (Win10 Insider build 14926)

2016-10-03 Thread Tim Prince
ult for me. Unscheduled Microsoft update reboots, inability to bootstrap gcc (where it works on win8.1)... -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: Windows Subsystem For Linux

2016-08-29 Thread Tim Prince
ow in the subsystem, but math functions and OpenMP seem to perform better under linux. As Win10 works on only one of my 3 Windows installations (the oldest box), it doesn't look to be a replacement any time soon. For just one example, the Ubuntu vim isn't nearly as convenient as

Re: cygwin 2.5.0-0.12 questions, vim and nextafterl()

2016-04-07 Thread Tim Prince
On 4/7/2016 8:31 AM, Corinna Vinschen wrote: > On Apr 7 05:25, Tim Prince wrote: >> >> On 4/6/2016 1:31 PM, Corinna Vinschen wrote: >>> On Apr 6 13:07, Tim Prince wrote: >>>> 1) vim usually hangs if run under bash, but works fine under mintty >>&g

Re: cygwin 2.5.0-0.12 questions, vim and nextafterl()

2016-04-07 Thread Tim Prince
On 4/6/2016 1:31 PM, Corinna Vinschen wrote: > On Apr 6 13:07, Tim Prince wrote: >> 1) vim usually hangs if run under bash, but works fine under mintty >> (same in previous snapshot) > There's a patch in git master which seems to fix this problem. I'll >

cygwin 2.5.0-0.12 questions, vim and nextafterl()

2016-04-06 Thread Tim Prince
1) vim usually hangs if run under bash, but works fine under mintty (same in previous snapshot) 2) gcc testsuite cases which attempt to link nextafterl() have continued failing as before. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Docume

Re: missing libcilkrts.spec

2016-02-20 Thread Tim Prince
On 2/20/2016 8:55 AM, Achim Gratz wrote: > Tim Prince writes: >> libcilkrts.spec > The package search says it is in gcc-cilkplus-5.3.0-2: > https://cygwin.com/cgi-bin2/package-grep.cgi?grep=libcilkrts.spec&arch=x86_64 > > > Regards, > Achim. Yes, the gcc-cilkp

missing libcilkrts.spec

2016-02-20 Thread Tim Prince
After putting in 6 cases of #if __INTEL_COMPILER ... cilkplus code #else plain C code #endif to avoid cilkplus internal errors, at link time I get $ gcc -fcilkplus -fopenmp -g3 -gdwarf-2 -o lcd_cean mains.o loopscean.o f90_cputime.o -Wl,--stack,9 -v Using built-in specs. COLLECT_GCC

Re: redistributing a part of cygwin

2016-02-04 Thread Tim Prince
cygwin.com/licensing.html there are requirements about distributing sources both for the cygwin and you own bits, if I understand it. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.

Re: gfortran segfaults on "Hello world"

2015-11-18 Thread Tim Prince
deas? upgrade gmp and mpfr to current versions. I prefer the gfortran 5.2 binary, or a 6.0 bootstrapped from 5.2, all using those current cygwin gmp and mpfr releases. -- Tim Prince -- 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: Cygwin 32bit: Can't use gcc -mfpmath=sse

2015-09-11 Thread Tim Prince
compilers made SSE2 the default even for 32-bit mode, subsequent to all CPUs which supported 387 but not SSE3 going out of production. There's still a lot of interest in 387 mode, however. You might argue for making SSE3 the default, but it's generally important nowadays to set an appropr

Re: From Microsoft: Windows 10 Console and Cygwin

2015-04-29 Thread Tim Prince
actory results with cygwin64 (although I'm more likely to run git under 8.1). This is a welcome change from the days when Microsoft personnel stated that bugs reported primarily by cygwin users would not be fixed even when they could be reproduced outside cygwin. -- Tim Prince -- Proble

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.8

2014-11-07 Thread Tim Prince
n] profile_omp 3684 cygwin_exception::open_stackdumpfile: Dumping st ack trace to profile_omp.exe.stackdump 6 [main] profile_omp 1992 fork: child -1 - forked process 3684 died unexpe ctedly, retry 0, exit code 0x100, errno 11 11849 [main] profile_omp 1992 cygwin_exception::open_stackdumpfile: Dumpi

gfortran 4.9.2-1

2014-11-06 Thread Tim Prince
p In spite of the remaining failures, it looks like progress. As I'm lazy, I'll continue using gcc-5.0 trunk builds unless there is interest (suggestion what should be done) in this one. I guess this 4.9.2-1 is more aggressive with build options than I've been able to make w

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.4

2014-10-29 Thread Tim Prince
s come up on the nearby mirror. I'm updating gcc trunk from svn, starting a rebuild of gcc/g++/gfortran -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe inf

Re: ShellShock and Latest Version Problem

2014-10-04 Thread Tim Prince
the _mirror_ you are using is stale (which would explain why > you didn't get the latest version of Cygwin). Slightly off topic, I tend to put off updating from setup due to the default of rolling gcc back to an earlier (buggier, in my tests) version. There are about 6 selections whi

Re: suggestion about math.h

2014-08-07 Thread Tim Prince
On 8/7/2014 1:41 PM, Denis Excoffier wrote: Hello, Perhaps the values of some constants are not as accurate as they should be? See also M_LN2LO and M_LN2HI. diff -uNr cygwin-snapshot-20140807-1-original/newlib/libc/include/math.h cygwin-snapshot-20140807-1-patched/newlib/libc/include/math.h

gcc-4.9 option

2014-05-21 Thread Tim Prince
Excellent, once I realized that all the component updates must be selected individually on the setup menu (no automatic dependency resolution). -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.h

Re: [ANNOUNCEMENT] Updated: gcc-4.9.0-1 experimental (x86_64)

2014-05-18 Thread Tim Prince
made myself. 4.9 should work (at -O2, even with gfortran at -O3) much more reliably than 4.8 when avx2 option is set. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe

Re: Issues with Cygwin on Windows 8.1

2014-05-07 Thread Tim Prince
't exhibit this problem. Delays in returning to shell prompt after running a .exe built under cygwin (thus requiring several cygwin dlls) seemed to be caused partly by spyware and anti-spyware activity. Win8.x seems to be spyware playground (some of that came pre-installed by Acer). -- Tim

Re: 64-bit vs. 32-bit

2014-04-25 Thread Tim Prince
2-bit native compilers and mingw 32- and 64-bit compilers on the setup.exe menu in case you mean to build for one of those targets. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/do

Re: Cygwin kill utility //Was: cgwin_internal(): difference b/w CW_CYGWIN_PID_TO_WINPID and CW_GETPINFO_FULL for taking only dwProcessId ?

2014-04-08 Thread Tim Prince
all had to take the annual quiz about GPL etc. That employer has products which run under cygwin bash (not linked against cygwin1.dll), some so intended, more of them not. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documen

Re: Some Problems about gcc 4.8.2 on cygwin

2014-03-14 Thread Tim Prince
ization of version 4.9. -- Tim Prince -- 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: g77 on cygwin64

2014-02-12 Thread Tim Prince
unformatted or direct and sequential access files, or read after write, but the run-time errors should shed light on that, and you would need to watch for unsuspected problems if g77 let it through. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Is there someone who have a same problem ?

2014-01-22 Thread Tim Prince
14-01-22 07:10:42 (9.74 MB/s) - `/dev/null' saved [10876] -- Tim Prince -- 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: cannot execute binary file

2013-12-17 Thread Tim Prince
the path to cygwin1.dll when running Intel VTune profiler, I copied the .dll to the existing PATH, thus breaking the installation when next running setup. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation

cygwin1.dll update

2013-12-08 Thread Tim Prince
1.27.7 from sourceware mirror not working with gcc nor gfortran for me. Tried 3 closer mirrors first which delivered the previous bad version. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http

Re: cygwin 1.7.26-1 causes "Too many open files" error in squid

2013-12-04 Thread Tim Prince
.25-1 resolves the issue. I was able to resume use of gcc and gfortran after similar rollback. The update produced immediate segfault on the most trivial test compilation cases. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.co

Re: compress / ncompress package for Cygwin

2013-08-23 Thread Tim Prince
o say most unix-like systems ignored those restrictions. -- Tim Prince -- 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: An issue with Matlab for a mex file compiled with GNU CYGWIN g++

2013-07-01 Thread Tim Prince
On 6/30/2013 10:27 PM, Emad Gad wrote: Is there a way to make the CYGWIN g++ linker choose the Windows 64 bit system libraries instead of the 32 bit? cygwin64. If you mean to link against Microsoft X64 libraries in place of cygwin ones, x86_64-w64-mingw32. -- Tim Prince -- Problem

Re: What is a good profiling tool ? - problem with gprof

2013-06-17 Thread Tim Prince
ticularly when you don't link with the same options. FWIW, latest version of Intel VTune works with cygwin builds with -g3 -gdwarf-2 (and of course PATH considerations). -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/fa

Re: Error building crossgcc on cygwin

2013-05-14 Thread Tim Prince
e download-prerequisites. -- Tim Prince -- 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: Cygwin64: c++11 thread support

2013-05-09 Thread Tim Prince
n a trial basis. -- Tim Prince -- 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: Stack Overflow versus the Cygwin mailing lists (Was: prefork error : couldn't create pipe process trackerWin32 error 161)

2013-04-29 Thread Tim Prince
, it's not the thing to replace other resources. -- Tim Prince -- 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: Shouldn't gcc-4 depend on libmpfr4 ?

2013-03-04 Thread Tim Prince
+ nor Fortran 90, with the 4.7.2 download. I'll have another go when some of the issues already discussed are reported fixed. The installation is difficult when each component tries every time to revert to the "stable" release, producing a broken installation of mixe

Re: Intel FORTRAN time_and_date function returns UTC instead of local time

2013-01-24 Thread Tim Prince
at little it's worth, the documentation of the ifort legacy time() and date() functions states that they aren't reliable for dates beyond year 1999 and the Fortran standard date_and_time should be used. There is no documented time_and_date(). As others hinted, ifort bypasses cygwin .

Re: How to rsh in windows using cygwin

2013-01-16 Thread Tim Prince
e. That was about the time when the big push to substitute ssh began. I'm old enough to think of ssh as "something new" but this stretches the term. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documen

Re: Is the Latest Release of Cygwin supported on Windows Server 8/2012

2012-05-27 Thread Tim Prince
about the future of cygwin. -- Tim Prince -- 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: Is the Latest Release of Cygwin supported on Windows Server 8/2012

2012-05-26 Thread Tim Prince
nment) available outside of cygwin don't have a bearing on this list. If the powers that be have decided that 64-bit mode should be supported on cygwin setup.exe only by mingw cross compilers, I'll accept that. -- Tim Prince -- Problem reports: http://cygwin.com/pr

Re: Documentation on -mno-cygwin Accuracy

2012-02-07 Thread Tim Prince
On 2/7/2012 3:10 PM, carolus wrote: On 2/7/2012 1:51 PM, Tim Prince wrote: On 2/6/2012 2:29 PM, Charles D. Russell wrote: i686-w64-mingw32-gfortran.exe hello.f -o hello cdr@dell03 ~/mingtest $ ./hello /home/cdr/mingtest/hello.exe: error while loading shared libraries: libgfortran- 3.dll

Re: Documentation on -mno-cygwin Accuracy

2012-02-07 Thread Tim Prince
: export PATH=/usr/x86_64-w64-mingw32/sys-root/mingw/bin/:$PATH -- Tim Prince -- 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: Windows 7 x64 - Postinstall script errors - Cygwin V 1.7.9-1

2012-02-03 Thread Tim Prince
icon on the startup menu. which puts a menu icon in the hidden icons, with xserver among the selections. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: MinGW gfortran and OpenMP issues...

2012-02-01 Thread Tim Prince
Win7SP1 is particularly important when using Hyper-Threading. -- Tim Prince -- 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: 1.7.9 : date command fails for year 1900

2012-01-24 Thread Tim Prince
you suggested, the dates produced don't appear in the corresponding months of cal. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin

Re: GCC, '-pg' option and 'mcount' undefined

2012-01-03 Thread Tim Prince
inking pg compilations. You may even get a version of some libraries with pg profiling enabled. -- Tim Prince -- 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: fortran open mpi - getting mpif77 and mpif90 to work

2011-12-13 Thread Tim Prince
ot be supported specifically by anyone, as far as I know. -- Tim Prince -- 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: Problems with updating nearly any package meant for Cygwin or using packages such as libtool

2011-11-16 Thread Tim Prince
ose is only to gain a more recent version of g++ cross compiler (without all the language support of the cross compilers on the cygwin install menu) it seems you should consider whether the gain is worth the effort, when your original question was how to get a gfortran for Windows. --

Re: shared Libary problems

2011-11-15 Thread Tim Prince
uld do the same with gnu compilers. -- Tim Prince -- 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: "unexpected token" error (cygwin 2.738 make)

2011-09-12 Thread Tim Prince
cult to believe it is a cygwin version problem. -- Tim Prince -- 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: compiling with visual studio

2011-07-01 Thread Tim Prince
nmake. There's no law against using mingw or even CL with gnu make. -- Tim Prince -- 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: Problem compiling with SSE intrinsics and -O3

2011-05-13 Thread Tim Prince
n.com/ml/#unsubscribe-simple They probably don't like to see e-mails which ignore the instructions contained in them. How many people will be curious enough to try several of the compilers provided currently or in the past by cygwin setup.exe, not even knowing whether you're running one

Re: windows cmd for ./configure

2011-04-30 Thread Tim Prince
past on that list, I have probably gone well beyond the tolerance of this list for generalities about applications not specifically supported here. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwi

Re: newlib and long-double question

2011-04-10 Thread Tim Prince
he functions might not have been difficult to write, perhaps not as difficult as settling requirements. If the requirement was for sqrtl to perform faster than sqrt, the expectation was misguided. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: 1.7.8: Fortran I/O rounding inaccuracy

2011-03-07 Thread Tim Prince
on on glibc and cygwin which you quote appear to be within newlib. -- Tim Prince -- 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: PATH with spaces

2011-01-30 Thread Tim Prince
for the Windows applications, then run the cygwin.bat so as to superimpose the cygwin environment. -- Tim Prince -- 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: Hyperthreading problem creates a hang

2010-11-18 Thread Tim Prince
ining your question. -- Tim Prince -- 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: Cygwin c compiler and c99

2010-10-31 Thread Tim Prince
er defining bool and true in terms of _Bool gcc -O -Wall -pedantic -std=c99 djb.c $ ./a 0 1 2 3 4 5 6 7 8 9 Hello World!!! -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

Re: modification time disorder: touch-related?

2010-10-29 Thread Tim Prince
gh: do you build on FAT fs? It knows by lesser time precision (exactly 2 sec). Try example on NTFS. If your files are on a server, of course, you need synchronization between the server and local system clocks, at least daily. -- Tim Prince -- Problem reports: http://cygwin.com

Re: Possible Windows 7 issue? cc1.exe: error while loading shared libraries: ?

2010-10-04 Thread Tim Prince
On 10/4/2010 10:35 AM, Taggart Ashby wrote: This issue started when I upgraded my operating system to Windows 7 64-bit. Anytime I attempt to compile a C or C++ program (cc1plus.exe in that case), I get the above error. I only get the error if I attempt to compile from the windows command prompt

Re: Cygwin instabilities

2010-09-13 Thread Tim Prince
e the whole 3 day series without such a hang. Anyway, it's not specific to -jN. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cyg

Re: Cygwin speed difference on multiple cores -vs- single-core?

2010-08-13 Thread Tim Prince
when locked to a single core, compared to when it is permitted to rotate among cores, with or without HyperThread enabled? I've never run into anyone running win7 32-bit; it may have more such issues than the more common 64-bit. -- Tim Prince -- Problem reports: http://cygwin.com/proble

Re: rsh issue on cygwin

2010-06-19 Thread Tim Prince
n by default as it's considered highly vulnerable. -- Tim Prince -- 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: bug in NINT() in gfortran

2010-06-12 Thread Tim Prince
on between ieee_nearest and legacy Fortran rounding style, but I don't see that gfortran was making the distinction. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html U

Re: How to run bash shell script in cygwin?

2010-05-25 Thread Tim Prince
lt paths, e.g. http://www.linuxfromscratch.org/blfs/view/6.3/postlfs/profile.html -- Tim Prince -- 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: How to compile Fortran 90 subroutine under CYGWIN

2010-05-21 Thread Tim Prince
s shown in Case 1, gcc will compile C program and g77 will compile fortran program. Both of us reminded you to make a .f90.o rule which can be a copy of the .f.o rule with only that single change. You should make both rules use gfortran as the compiler. -- Tim Prince -- Problem reports:

Re: How to compile Fortran 90 subroutine under CYGWIN

2010-05-21 Thread Tim Prince
ould look just like the .f.o rule. You should persuade the Makefile to use the Fortran compiler rather than gcc for compiling and linking Fortran source code. g77 and gfortran can handle .c files automatically. -- Tim Prince -- Problem reports: http://cygwin.com/problems.htm

Re: Desperately seeking "rename"

2010-05-21 Thread Tim Prince
es a distinction between rename and move, but never says whether mv is meant. If you want something other than mv, you may need to explain what you want. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http

Re: How to compile Fortran 90 subroutine under CYGWIN

2010-05-21 Thread Tim Prince
90.f90’ -- make noticed that you didn't supply a rule for .f90.o Why wouldn't you use gfortran? If you are trying to use a cygwin installation from several years ago, it's time to update. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Text editor with shell integration

2010-05-06 Thread Tim Prince
pen /proc/cpuinfo -- Tim Prince -- 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: sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487

2010-04-23 Thread Tim Prince
e/One-very-false-positive-McAfee-in-full-damage-control-mode/12720406 -- Tim Prince -- 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: Cygwin problem make Linux c++ app in windows

2010-03-23 Thread Tim Prince
You had no unsatisfied references at the point where you issued -lpthread, and there is no dynamic libpthread. If you were able to satisfy all those headers, you already got lucky; don't push your luck. -- Tim Prince -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: __STRICT_ANSI__ with -std=c99

2010-03-22 Thread Tim Prince
the default soon. -- Tim Prince -- 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: build DLL that can be used by MinGW

2010-02-08 Thread Tim Prince
On 2/8/2010 12:50 AM, Martin Henne wrote: But I need to compile the DLL on cygwin and the rest on MinGW, and this does not work. The reason is, that I need a dll that uses the cygwin-posix-layer. What can I do? Why should it work? If your .exe needs cygwin dll, don't build any part of it

Re: problem running f77 and g77

2010-01-27 Thread Tim Prince
Reza Salem wrote: . There is a g77 in the gcc-3 package; g77 hasn't been maintained since then. It's generally advisable to use gfortran. A strong effort has been made to support all sane g77 extensions, as well as all of f77. -- Problem reports: http://cygwin.com/problems.html FAQ

Re: help with error?

2010-01-21 Thread Tim Prince
Afflictedd2 wrote: It complains on this line of code: while ( context->holder != '' ) { /usr/bin/g++ -c-g -o "Debug/prodcon.o" "prodcon.c" prodcon.c:129:32: error: empty character constant prodcon.c: In function ‘void* producer(void*)’: prodcon.c:103: error: expected `;' before

Re: Appropriate expectation on the degree of cygwin and MS interoperability

2010-01-01 Thread Tim Prince
neil.mowb...@calgacus.com wrote: For the most part the cygwin tools interoperate with MS artifacts but it does break down, especially, with 64bit artifacts. For example, nm can work with 32bit object files created by MS cl.exe but it cannot work with 64bit MS object files (unrecognised file for

Re: My"C" Compiled can't compile "{}"

2009-12-28 Thread Tim Prince
Paul McFerrin wrote: Well, after all of this discussion, my C compiler IS BROKEN. I.E.: echo "main{}" >test.c /usr/local/mysql-5/mysql-5.1.41.$ cc -O test.c test.c:1: error: expected =, ,, ;, asm or __attribute__ before { token /usr/local/mysql-5/mysql-5.1.41.$ echo "main(){}" >test.c /usr/loca

Re: nasm -- what format does cygwin use?

2009-12-04 Thread Tim Prince
Linda Walsh wrote: I am trying to compile a program that use nasm and it thought that gnuwin32 was a format for nasm (don't know if it used to be, but it's not now). Does cygwin use standard linux format now 'elf', or is it using win32?..or something else)? If running inside cygwin, you let th

Re: Statistical anlysis of cygwin1.dll

2009-11-04 Thread Tim Prince
Thomas Werner wrote: i need to analyse the cygwin1.dlls assembler code for statistical purpose. but therefor i need to know which compiler is used and its version. every pe tool i used said "compiler unknown", so can anyone help me? If a guess that it may have been done with a gcc cross co

Re: coredump when compiling gettext from source

2009-10-01 Thread Tim Prince
Tim Prince wrote: Vincent R. wrote: I have installed a fresh install of cygwin 1.7 and I wanted to compile gettext-0.17 from source so I entered: Did you apply the patch which is provided with the source when you get it via the cygwin-1.7 setup.exe? ./configure make Did I miss an

Re: coredump when compiling gettext from source

2009-10-01 Thread Tim Prince
Vincent R. wrote: I have installed a fresh install of cygwin 1.7 and I wanted to compile gettext-0.17 from source so I entered: Did you apply the patch which is provided with the source when you get it via the cygwin-1.7 setup.exe? ./configure make Did I miss an instruction indicating that c

Re: Fwd: vista+cygwin+openmpi

2009-09-05 Thread Tim Prince
Jeff Brown wrote: -- Forwarded message -- From: Jeff Brown Date: Sat, Sep 5, 2009 at 6:30 PM Subject: vista+cygwin+openmpi To: cygwin@cygwin.com, us...@open-mpi.org I'm trying to install openmpi under cygwin on windows vista, 32 bit version. Is there a version of openmpi that

[Fwd: [Fwd: Re: cygwin gcc compatibility with MSVC numerics]]

2009-07-26 Thread Tim Prince
leena.padgaon...@patni.com wrote: > My basic problem is that the cygwin floating addition is giving different results than VS 2008 for certain float values .Both the environments are on the same PC. So I was wondering about the floating point format used in cygwin. > > Btw, the makefile which

[Fwd: Re: cygwin gcc compatibility with MSVC numerics]

2009-07-26 Thread Tim Prince
leena.padgaon...@patni.com wrote: My basic problem is that the cygwin floating addition is giving different results than VS 2008 for certain float values .Both the environments are on the same PC. So I was wondering about the floating point format used in cygwin. Btw, the makefile which I am

Re: cygwin@cygwin.com

2009-07-26 Thread Tim Prince
leena21 wrote: I would appriciaite if some can tell me which floating point format is used in Cygwin environment ? If I understand your question, this depends on the your selection on the compiler command line. gcc defaults to "387" (80387) format. Normally, if you care, you would set som

libgfortran using .h files from libstdc++

2009-07-06 Thread Tim Prince
When I built libgfortran from the current gcc-4.5 snapshot, with cygwin 1.7 updated as of yesterday, headers were required from the libstdc++ #include but the path wasn't active. Is this to be expected? -- Problem reports: http://cygwin.com/problems.html FAQ: http://c

Re: To boost maintainer

2009-07-01 Thread Tim Prince
Reini Urban wrote: 2009/7/1 Eray Ozkural : xemacs is also broken I bet it's the same dynamic linking error. I recompile the testing xemacs package (xemacs-21.5-b28) frequently with gcc-4 cygwin-1.7 and it works fine. And I'm satisfied with how gfortran works if I remove the offendin

Re: Static linking issue under cygwin.

2009-05-23 Thread Tim Prince
Vladimir A. Petrov wrote: > I've faced with strange static linking issue in Cygwin environment. > Trivial C program can not be linked against PostgreSQL libpq with the > following diagnostics: > > $ gcc -Wall -I /cygdrive/c/Program\ Files/PostgreSQL/8.2/include/ -L > /cygdrive/c/Program\ Files/Po

Re: complete install CYGWIN missing editors ed and vim

2009-04-06 Thread Tim Prince
ruud van der made wrote: > Latest Cygwin DLL release version is 1.5.25-15 don't think so, note that 1.7 is released > had to find editors ed or vim > both editors not present in c:\cygwin\bin Those are optional packages in the setup menu. For further information, see www.cygwin.com -- Unsubscr

Re: Using Cygwin compiled libs in Visual Studio

2009-03-31 Thread Tim Prince
Larry Hall (Cygwin) wrote: Olumide wrote: Hello, Is it possible or recommended to use a Cygwin compiled lib file or dll in Visual studio? The problem is that although I'm doing my development in Visual Studio, a number of the sources I intend to use have Cygwin makefiles but no Visual studio

Re: gcc4: cc

2009-03-18 Thread Tim Prince
Yaakov (Cygwin/X) wrote: > > While you're at it, if you have a chance, I think a f95 would be helpful > as well. > but some of us may prefer to leave it to the operator to create an alias or symlink, which otherwise will increase the number of conflicts which arise when we use cygwin as a develo

Re: [ANNOUNCEMENT] Updated: experimental package: gcc4-4.3.2-2

2009-03-13 Thread Tim Prince
Dave Korn wrote: > Tim Prince wrote: >> >> http://sites.google.com/site/tprincesite/levine-callahan-dongarra-vectors > > gcc: f90_cputime.c: No such file or directory > I notice you're compiling with -fopenmp; does removing it help any? Sorry, all these months an

Re: [ANNOUNCEMENT] Updated: experimental package: gcc4-4.3.2-2

2009-03-13 Thread Tim Prince
Dave Korn wrote: > Tim Prince wrote: >> This doesn't seem to be a magically fully working gfortran, such as we >> had fleetingly with the 20090227 snapshot of 4.4. I'd agree it's likely >> an "upstream" problem, even if it shows up only on cygwin. &

  1   2   3   4   >