Re: Cygwin paths in mingw64

2010-11-05 Thread LionAM
). Alex -- View this message in context: http://old.nabble.com/Cygwin-paths-in-mingw64-tp30132781p30139174.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation

Re: Cygwin paths in mingw64

2010-11-05 Thread Marco Atzeri
--- Ven 5/11/10, LionAM ha scritto: Hello, sorry if I was not clear enough. I'm afraid this discussion won't get anywhere without proper details of what you did and what went wrong, including the error messages. Also, do keep in mind that people here are unlikely to be familiar

Re: Cygwin paths in mingw64

2010-11-05 Thread NightStrike
On Fri, Nov 5, 2010 at 8:44 AM, Marco Atzeri marco_atz...@yahoo.it wrote: and Atlas is so deep unix related, that is better to use Does this imply that a direct mingw port is not feasible without extensive effort? -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Cygwin paths in mingw64

2010-11-05 Thread Charles Wilson
On 11/5/2010 4:44 AM, Marco Atzeri wrote: if you are interested in the 64bit performance of Atlas you should work with a 64bit version of linux. As the original developer don't use windows as platform, and Atlas is not only system dependent but also CPU core dependent, you have little hope

Re: Cygwin paths in mingw64

2010-11-05 Thread Christopher Faylor
On Fri, Nov 05, 2010 at 01:31:15PM +, NightStrike wrote: On Fri, Nov 5, 2010 at 8:44 AM, Marco Atzeri marco_atz...@yahoo.it wrote: and Atlas is so deep unix related, that is better to use Does this imply that a direct mingw port is not feasible without extensive effort? Can we terminate

Re: Cygwin paths in mingw64

2010-11-05 Thread Marco Atzeri
--- Ven 5/11/10, NightStrike nightstr...@gmail.com ha scritto: and Atlas is so deep unix related, that is better to use Does this imply that a direct mingw port is not feasible without extensive effort? eventually with the mingw make but unlikely with the cygwin one. Marco --

Cygwin paths in mingw64

2010-11-04 Thread LionAM
://old.nabble.com/Cygwin-paths-in-mingw64-tp30132781p30132781.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe

Re: Cygwin paths in mingw64

2010-11-04 Thread Christopher Faylor
On Thu, Nov 04, 2010 at 07:48:38AM -0700, LionAM wrote: I have installed cygwin together with mingw64 (4.5.1-1). Compiling in principle works fine - however the programs are compiled for windows use, not cygwin. One of the problems I experience is that one cannot use cygwin-paths (e.g.,

Re: Cygwin paths in mingw64

2010-11-04 Thread LionAM
: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple -- View this message in context: http://old.nabble.com/Cygwin-paths-in-mingw64-tp30132781p30134265.html Sent from the Cygwin list mailing list archive

Re: Cygwin paths in mingw64

2010-11-04 Thread Andy Koppe
On 4 November 2010 17:22, LionAM wrote: Do I understand it right that the program would have to use the cygwin dlls - which, however, are 32bit. And it is not possible to run a 64bit-program using these dlls. Correct. (I guess there will be a 64-bit Cygwin eventually, but there are no plans

Re: Cygwin paths in mingw64

2010-11-04 Thread LionAM
in the configure script. However, abinit seems to build fine, although the tests do not work (e.g., make tests_min) as the test file names are passed in cygwin style. Alex -- View this message in context: http://old.nabble.com/Cygwin-paths-in-mingw64-tp30132781p30135001.html Sent from the Cygwin list

Re: Cygwin paths in mingw64

2010-11-04 Thread Charles Wilson
On 11/4/2010 11:16 AM, Christopher Faylor wrote: On Thu, Nov 04, 2010 at 07:48:38AM -0700, LionAM wrote: I have installed cygwin together with mingw64 (4.5.1-1). ... Is there an compiler switch to make mingw use the cygwin environment? No. These are *MinGW* compilers. They are supposed to

Re: Cygwin paths in mingw64

2010-11-04 Thread LionAM
/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple -- View this message in context: http://old.nabble.com/Cygwin-paths-in-mingw64-tp30132781p30135550.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem

Re: Cygwin paths in mingw64

2010-11-04 Thread Charles Wilson
On 11/4/2010 3:48 PM, LionAM wrote: Is there any other way to make an 64bit windows apps understand cygwin paths Launch cygpath.exe with the appropriate arguments as a (32bit) child process, and collect its stdout result? and commands? Err...what? What sort of commands are you talking

Re: Cygwin paths in mingw64

2010-11-04 Thread Andy Koppe
On 4 November 2010 18:43, LionAM wrote: Yes, but they're obviously off-topic for this list. The mingw64 project may help with you that. I have already tried MSYS with mingw64, but had the same problem as with the mingw64 in cygwin - the programs are compiled as native Windows programs. So