1.5.24: 'gcc -mno-cygwin' doesn't find standard headers

2007-04-08 Thread Greg Chicares
Yesterday, 'gcc -mno-cygwin' worked fine. Today, it stopped working (testcase below) after I ran 'setup.exe' to get another package. I then tried, in succession: - reinstalling gcc-mingw-core and gcc-mingw-g++ - reinstalling gcc-core and gcc-g++ - uninstalling and reinstalling all of cygwin but

1.5.24: setup.exe segfault

2007-04-08 Thread Greg Chicares
I've run setup.exe numerous times this morning, and it segfaulted only once. I tried again, but couldn't reproduce the problem. I was trying to roll back mingw-runtime to the prior version, with the download without installing option IIRC. Not anticipating a crash, I didn't write down each event,

Re: 1.5.24: setup.exe segfault

2007-04-08 Thread Greg Chicares
On 2007-4-8 14:45 UTC, Igor Peshansky wrote: On Sun, 8 Apr 2007, Greg Chicares wrote: I've run setup.exe numerous times this morning, and it segfaulted only once. I tried again, but couldn't reproduce the problem. [...] It doesn't look like you're running the latest snapshot of setup

Re: C++ name with leading underscore character not Compiling

2007-04-16 Thread Greg Chicares
On 2007-04-16 13:47Z, Adye, TJ (Tim) wrote: [warning about reserved names in non-system headers, distinguished in whatever way '-Wsystem-headers' uses] An alternative might be to distinguish between and includes. A few years ago, boost was trying to figure out what that distinction means,

Re: Setup.exe Problems on Vista

2007-04-22 Thread Greg Chicares
On 2007-04-22 14:38Z, Michael D. Adams wrote: On 4/22/07, Brian Dessent [raw email address removed] wrote: Please try the latest setup.exe snapshot, if you can. And even better would be to debug the problem. [...] Where are those snapshots located? A quick google didn't turn them up.

Re: newlib?: pow function can produce incorrect results.

2007-04-23 Thread Greg Chicares
On 2007-04-23 23:52Z, Cary R. wrote: I had some more time to look into this and when the simple C program I mentioned earlier uses variables like the other program, incorrect results are produced. I have attached this C/C++ program. I certainly don't understand what is going on. I would have

Re: Build problems - unistd.h

2007-05-29 Thread Greg Chicares
On 2007-05-30 00:12Z, Scott Peterson wrote: Here's the content of the intermediate file dbus-binding-tool-glib.i: [major snip] On 2007-05-29 02:07Z, you had written: In file included from /usr/include/unistd.h:4, from dbus-binding-tool-glib.c:39:

Re: Is cygwin much slower on Core 2 Duo

2007-06-04 Thread Greg Chicares
On 2007-06-04 10:08Z, Nenad Antic (KI/EAB) wrote: [...] Kerio used to be an excellent firewall. It is is even somewhat recommended in the Cygwin FAQ. I don't do much with cygwin except compile C++ in a shell, so YMMV--but I've used KPF for years, and it never caused me any problem until last

Re: default Makefile path

2007-06-23 Thread Greg Chicares
On 2007-06-23 09:33Z, mostlyharmless wrote: When using make under cygwin (which I am using for the first time) I have to use the -f Makefile option otherwise it says: make: *** No targets specified and no makefile found. Stop. do I have to set some environment variable so that I can just type

Re: pcre-7.2

2007-06-24 Thread Greg Chicares
On 2007-06-24 11:47Z, Reini Urban wrote: Can we please have a pcre update? We have 6.6, latest is 7.2 Though it's not 7.2, perhaps pcre-7.1-1 would help: http://cygwin.com/ml/cygwin/2007-06/msg00440.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Own Compiled Program Immediately Crashes on Startup

2007-07-18 Thread Greg Chicares
On 2007-07-18 14:02Z, Hans Streibel wrote: Have a look at the typescript1 attachment in my original posting. gdb just issues an error that I cannot understand. gdb: unknown target exception 0xc135 Google for '0xc135': it seems to mean STATUS_DLL_NOT_FOUND. Is every required dll on

Re: Using 'complex.h' and GCC-3.4.4-3 in Cygwin

2007-07-26 Thread Greg Chicares
On 2007-07-26 10:16Z, Angelo Graziosi wrote: On Cygwin, gcc-3.4.4-3 (curr) fails to compile this simple test case [...] $ gcc test_complex_h.c test_complex_h.c:3:21: complex.h: No such file or directory I suppose newlib doesn't provide a full C99 implementation yet. This message would seem to

Re: Cygcrypt-0.dll ad-aware trojan alert

2007-08-21 Thread Greg Chicares
On 2007-08-21 15:27Z, Dave Korn wrote: On 21 August 2007 16:05, Dave Korn wrote: On 21 August 2007 15:52, PTBluster wrote: I just ran Ad-aware and got a hit for the IROffer object which uses cygcrypt-0.dll. I've searched Ad-ware forum and with Google but could not find much. I think

Re: Slowness problem due to sjlj-exceptions for Octave

2007-09-07 Thread Greg Chicares
On 2007-09-07 13:37Z, Dave Korn wrote: Does anyone know how MSVC handles unwinding through API frames? With SEH: http://www.howzatt.demon.co.uk/articles/oct04.html http://www.microsoft.com/msj/0197/Exception/Exception.aspx -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: g++ bug

2007-09-16 Thread Greg Chicares
ICE on invalid code. On 2007-09-16 14:14Z, Alexander Favorov wrote: typedef enum {unknown_output=-1,text_output=0,comment_output=1,html_output=2} output_mode_type; '::text_output' is an enumerator. class Diagnostics:public ostringstream { ... public: output_mode_type output_mode;

Re: gcc header file help should be a minor problem

2007-09-20 Thread Greg Chicares
On 2007-09-20 22:25Z, patrickinminneapolis wrote: This works fine : gcc -c -fpic example.c example_wrap.c I thought that'd give a (harmless) warning about '-fpic', but anyway... But I want to include files in a different directory, so just to test, I moved example_wrap.c to c:\ , i tested

Re: files missing after installation (no /etc, /bin)

2008-07-14 Thread Greg Chicares
On 2008-07-14 21:55Z, Dave Latham wrote: Update: If I reinstall cygwin in my former location C:\work\cygwin, it seems to install correctly. However, this doesn't solve by problem, as I'm still unable to install it at C:\cygwin. Does anyone have any idea where it could be getting the old path

Re: How to run a bash shell script from cygwin coosole

2008-07-17 Thread Greg Chicares
On 2008-07-17 19:17Z, akarui wrote: ./runRWS.sh: line 3: $'ls\r': command not found d2u ./runRWS.sh -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: bash load

2008-07-18 Thread Greg Chicares
On 2008-07-18 14:01Z, r wrote: I'm trying to set variables and aliases to /home/.bashrc but bash doesn't read it. I tried to change /etc/skel/.bashrc and /etc/defaults/etc/skel/.bashrc but bash doesn't read thats too. How can I do to make bash read

Re: colons in Cygwin (was Re: make-3.81-3 (ITA??))

2008-07-18 Thread Greg Chicares
On 2008-07-18 18:08Z, Rob Walker wrote: Corinna Vinschen wrote: You can just as well use the POSIX equivalent. If you have to convert between paths, there's the cygpath tool. [RGW] Yes, such a beast would be possible to construct, but it would be horribly inefficient. I'd be wrapping

Re: Mingw gcc emit wrong symbols in multiple inheritance case

2008-07-29 Thread Greg Chicares
On 2008-07-29 06:22Z, Bo Yang wrote: When I am trying to build Mozilla with gcc-mingw, I came across the linkage error of undefined symbols in multiple inheritance case. [...testcase...] And the errors occurs when I build with gcc 4.3.0 but not with gcc 3.4.2. Probably you meant to send

Re: Cygwin 1.5.25 : Very slow command

2008-08-06 Thread Greg Chicares
On 2008-08-06 18:23Z, Burt Silverman wrote: Just confirming Bruno DeLoroux observation that cygwin starts very very slowly on some Windows XP installations. And ls is fairly slow. My Desktop PC is generally faster than my laptop, but the situation is reversed with regards to these cygwin

Re: Funny behavior with echo command in bash_login

2008-08-10 Thread Greg Chicares
On 2008-08-10 21:33Z, Joe's wrote: echo [...results in...] Data Mail max_mem.c mbox msmtp.log procmail.log tmp Look at the last line, bash seen interpreted my echo command in last line as ls command, that not suppose to be. See shell expansions

Re: Cygwin bash

2008-10-06 Thread Greg Chicares
On 2008-10-07 03:58 - ?, John Emmas wrote: When I double click the 'Cygwin' icon on my Windows desktop, a DOS-like window opens which I'm led to believe is Cygwin's bash terminal. However, with every version of Linux that I've used, the bash terminal had menus allowing me to do certain things

Re: cvs client is too verbose since update to 1.11.22.1 (or earlier?) version

2008-10-17 Thread Greg Chicares
On 2008-09-29 13:51Z, Dmitry Semyonov wrote: It looks like some debugging logs were accidentally switched on in cvs client sources. They appear even if -q option is used. Note that everything works as expected except for these annoying log messages at the end: cvs update: closing down

Re: bash: Strange behavior when a program crashes

2008-10-29 Thread Greg Chicares
On 2008-10-29 12:23Z, Frank Redeker wrote: When I execute a non-cygwin executable from the bash and the program crashes with an exception raised (e.g. access violation), the bash doesn't return immediately. Instead the crashed program is executed 4 more times before the bash finally returns.

Re: Cygwin

2008-10-29 Thread Greg Chicares
On 2008-10-30 01:38Z, DrJeckyl wrote: It still does not work, I can run it on my laptop and it works fine, on the other laptop it does not work, any other ideas? Run 'cygcheck' in the manner suggested here: Problem reports: http://cygwin.com/problems.html on both machines, and

Re: Cygwin Line Feed/ Carriage Return Help

2008-10-30 Thread Greg Chicares
On 2008-10-31 04:02Z, sandsturm wrote: [...] Your reply didn't make it here from nabble.com: all I see, even in the raw message source [1], is a full quote of Larry's message. It might be better to join the mailing list. Here's what appeared only on nabble.com [reformatted]: | Hi Larry | |

Re: problem with cygwin and GLUT on Vista

2008-11-06 Thread Greg Chicares
On 2008-11-06 14:43Z, Michael McGuffin wrote: [interference from non-Cygwin dll] So I temporarily renamed the glut32.dll under system32 to disable it, and ran cygcheck ./main.exe again, and found that now it was finding C:\cygwin\bin\glut32.dll . Now my program works fine, and so do my

Re: Help with problem

2008-11-15 Thread Greg Chicares
On 2008-11-16 02:40Z, Afflictedd2 wrote: I'm trying to run an X11 application with Cygwin. I was able to compile this X11 app, but look like X11 is not there, and when I try the command xlogo, I get this error: $ xlogo Error: Can't open display: X11 has its own list:

Re: long math functions on cygwin

2008-11-18 Thread Greg Chicares
On 2008-11-18 11:15Z, [EMAIL PROTECTED] wrote: No clue about Windows (and very little about Cygwin), but... isn't a -lm (aka link against the math library, libm) missing somewhere? See the explanation of If I call sqrtl on linux I have to link to -lm, on Cygwin I don't. toward the bottom of

Re: long math functions on cygwin

2008-11-18 Thread Greg Chicares
On 2008-11-18 12:06Z, [EMAIL PROTECTED] wrote: On Tue, Nov 18, 2008 at 11:55:49AM +, Greg Chicares wrote: [...] See the explanation of If I call sqrtl on linux I have to link to -lm, on Cygwin I don't. toward the bottom of this message: Thanks for the enlightenment. As I said, I have

Re: 1.7 - noacl for cygdrive

2008-11-18 Thread Greg Chicares
On 2008-11-18 15:18Z, Richard Ivarson wrote: The fstab doesn't seem to work for me. You mentioned that you mount. How could I verify that my Cygwin does mount, too? Do you have to use a special command in order to mount in Cygwin? I just run a small bash script which uses rsync with the

Re: Problem with aliases in bash as login shell

2008-11-21 Thread Greg Chicares
On 2008-11-21 15:24Z, Ryan Stewart wrote: On Fri, Nov 21, 2008 at 9:13 AM, Christopher Faylor [EMAIL PROTECTED] wrote: ^^ http://www.cygwin.com/acronyms/#PCYMTNQREAIYR google is not the final authority. info bash or man bash would give you this info

Re: Setup cygwin to ask before deleting a file?

2008-12-12 Thread Greg Chicares
On 2008-12-12 21:54Z, Kevin M wrote: I was wondering if there is a way to setup cygwin to ask before deleting files. Is rm --interactive [files] what you want? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: GTK+ externals are unresolved

2008-12-15 Thread Greg Chicares
On 2008-12-15 21:19Z, M.O.D. wrote: When I compile a GTK+ application in Cygwin, all the GTK externals are unresolved. $ cc `pkg-config --cflags --libs gtk+-2.0` murg.c -o murg Does it work if you move the libraries after the source files? Something like this: $ cc `pkg-config --cflags

Re: The status of cygwin 1.7

2008-12-16 Thread Greg Chicares
On 2008-12-16 12:54Z, d ma wrote: Is cygwin 1.7 stable and mature enough to use it instead of 1.5? Is there a release schedule for cygwin 1.7? Check the mailing list archives: http://cygwin.com/ml/cygwin/2008-12/msg00225.html -- Unsubscribe info:

Re: New Cygwin User, Cygwin doesn't seem to see my hardrive

2009-01-09 Thread Greg Chicares
On 2009-01-09 14:18Z, Bluehat85 wrote: I cannot navigate to the C: directory http://www.cygwin.com/faq/faq.using.html#faq.using.accessing-drives or to My Documents http://www.cygwin.com/faq/faq.using.html#faq.using.filename-spaces -- Unsubscribe info:

Re: Reliably check if we're running under cygwin inside Makefile

2009-01-12 Thread Greg Chicares
On 2009-01-12 12:19Z, Eric Lilja wrote: Hello, I have a program that will built both under fedora and under cygwin. The program is written in C and the Makefile is slightly different between the two systems. Is it possible to check some environment variable in the makefile to determine what

Re: 1.5.25: Vista x64 - can't install, no (known) BLODAs, rebase not helping

2009-01-16 Thread Greg Chicares
On 2009-01-16 20:40Z, Alexander Smith wrote: [...] P.S. Sorry to break the thread by not replying to the original message, but I had some mail configuration issues and don't have the other messages in this thread to reply to. I also couldn't figure out how to get the mailing list's get

Re: 1.5.25-15, gcc 3.4.4-3: printf() does not print cyrillic (russian) text in Windows encoding

2009-01-21 Thread Greg Chicares
On 2009-01-21 11:10Z, Alexey Lyubimov wrote: Excuse me, if it is not correct mailing list to post this message (if so, please point me to the right one). Try mingw-us...@lists.sourceforge.net because you're using 'mno-cygwin'. To search archives first, I'd suggest:

Re: 1.5.18-1: undefined reference to `ffs' in mno-cygwin mode

2009-01-22 Thread Greg Chicares
On 2009-01-22 14:32Z, Dmitry Smirnov wrote: I was successfully built QEMU with -mno-cygwin and -O2 (default debug option). But -O0 gives me the following: [...] /cygdrive/d/Dvs/Project/qemu-0.9.1/hw/omap.c:125: undefined reference to `ffs'

Re: configure cannot find boost libraries

2009-01-26 Thread Greg Chicares
On 2009-01-26 23:28Z, Claude Sylvain wrote: [...] It seems that boost library include files are not located in /usr/include/boost/, but in /usr/include/boost-1_33_1/boost, or something like that, depending of the cygwin version you use. A workaround can be to make a copy of

Re: RFD: cygwin + *native* MinGW compiler

2009-01-27 Thread Greg Chicares
On 2009-01-28 02:21Z, Charles Wilson wrote: Pursuant to a discussion on the libtool list, I'm trying to get a feel for how many cygwin users rely on the cygwin environment to drive the *native* MinGW gcc compiler. I use the native MinGW compiler in a Cygwin environment, successfully, many

Re: RFD: cygwin + *native* MinGW compiler

2009-01-28 Thread Greg Chicares
On 2009-01-28 05:28Z, Charles Wilson wrote: Greg Chicares wrote: On 2009-01-28 02:21Z, Charles Wilson wrote: Pursuant to a discussion on the libtool list, I'm trying to get a feel for how many cygwin users rely on the cygwin environment to drive the *native* MinGW gcc compiler. I use

Re: RFD: cygwin + *native* MinGW compiler

2009-02-10 Thread Greg Chicares
On 2009-01-29 05:08Z, Charles Wilson wrote: Greg Chicares wrote: On 2009-01-28 05:28Z, Charles Wilson wrote: Forgive my delay in thanking you for taking so much time to point out the many issues with what I'm doing. Perhaps the worst problem was this: An incidental oddity

Re: replying to digest message?

2009-02-13 Thread Greg Chicares
On 2009-02-13 21:33Z, Jody Burnett wrote: How do you reply to the messages within the digest message so that it is linked to the original? Here's one technique: http://sourceware.org/ml/cygwin/2009-01/msg00512.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: fstream - problem with reading/writing to file

2009-02-19 Thread Greg Chicares
On 2009-02-19 20:33Z, Tim McDaniel wrote: On Thu, 19 Feb 2009, Pavel Kudrna pavel.kud...@mff.cuni.cz wrote: I have found problem with read and write to file using fstream. The following example opens existing file for read+write, separately writes Hello and world! and in between it tries to

Re: BLODA list

2009-02-21 Thread Greg Chicares
On 2009-02-21 12:23Z, Vincent R. wrote: Is there any BLODA list ? Yes, it's in the FAQ: http://cygwin.com/faq/faq.using.html#faq.using.bloda and it includes this reference: Logitech webcam software with Logitech process monitor service to the dodgy app you mentioned. -- Unsubscribe info:

Re: [CFT] libtool on nix-cygwin cross, with wine

2009-02-24 Thread Greg Chicares
On 2009-02-24 20:36Z, rhubbell wrote: What's the [CFT] stand for? Call For Test? Yes. He spelled it out: CALL FOR TEST By the way, this list discourages full quoting: http://www.cygwin.com/acronyms/#TOFU -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: 1.5.25-15: First steps with ncurses programming: can NOT build Hello_world app

2009-02-27 Thread Greg Chicares
[Reformatted--please see: http://www.cygwin.com/acronyms/#PCYMTWLL Thanks.] On 2009-02-27 15:10Z, Alexey Lyubimov wrote: 2. Can you point me to the right place in the documentation (Cygwins's, gcc's, ld's or I don't know whose :)) where auto-import is explained in not very complicated

Re: side effects after installing gcc-3.4.4.999

2009-03-01 Thread Greg Chicares
On 2009-03-02 05:34Z, Akakima wrote: After updating gcc in my cygwin installation, i discovered that i cannot run gcc.exe from the native winxp console (cmd.exe). gcc.exe has been replaced by gcc-3.exe. If gcc version 3.x is what you want, why not just downgrade from 3.4.4-999 to

Re: cygwin terminal is slow when running Microsoft Word

2009-03-04 Thread Greg Chicares
On 2009-03-04 19:16Z, Paul Cantalupo wrote: I'm running cygwin 1.5.25 on XP and I run Office 2003. Whenever Microsoft word is open, my cygwin terminal is very slow. This problem is specific to Word since having Excel open causes no problems. Has anybody seen this? I would guess 'word' is

Re: [boost and xerces] ping maintainers

2009-03-05 Thread Greg Chicares
On 2009-03-06 02:30Z, Werner Wothke wrote: I am using Boost's random number generator template library with cygwin for statistical simulations and am very happy with it. It would be a shame to abandon support of the Boost libraries. That's one of the many boost libraries that has a

Re: _set_fmode?

2009-03-18 Thread Greg Chicares
On 2009-03-18 09:43Z, Corinna Vinschen wrote: On Mar 17 21:15, Charles Wilson wrote: Is there a cygwin analogue to the msvc _set_fmode()? That is, a function that sets the default mode of fopen, even if you don't explicitly specify it rb or whatever. Obviously, there's use binary (or text)

Re: PING: Deprecation of -mno-cygwin.

2009-03-23 Thread Greg Chicares
On 2009-03-23 14:00Z, Steve Thompson wrote: On Mon, 23 Mar 2009, Dave Korn wrote: It's a bit of a kludge compared to having a real honest-to-god cross-compiler. It's never worked entirely right in terms of keeping cygwin and mingw headers and libs completely separate. A full-blown mingw

Re: cygwin scripts - run from windows run command

2009-03-23 Thread Greg Chicares
On 2009-03-23 15:18Z, wakeboarder3780 wrote: I have script lets say: C:\foo.bsh I want to be able to run this command via the windows run command by hitting either: Start - Run or Windows Key + R and type something small like 'foo' and hitting return. In addition, I do not want a

Re: Problems when moving Ubuntu - Cygwin -SOLVED

2009-03-26 Thread Greg Chicares
On 2009-03-26 10:12Z, Mikael Normark wrote: I addedd __attrubute__((packed)) to both structures and that made it all work as supposed to. Adding packed to the sample_pkg_t only saved 2 bytes, adding it to sample_t saved the rest down to 396 so obviously that structure is poorly aligned. The

Re: tokyo cabinet

2009-03-26 Thread Greg Chicares
On 2009-03-26 16:27Z, Gregg Reynolds wrote: [...] #define strtold(a,b) ((long double)strtod((a),(b))) make check fails on tchtest write casket 5 5000 5 5 Does that test depend on accurate long-double i/o, which the strtod() kludge sacrifices? -- Unsubscribe info:

Re: Upgrade woes (file in use)

2009-03-29 Thread Greg Chicares
On 2009-03-29 23:51Z, Nuzhna Pomoshch wrote: I have been fighting this for another two weeks with no progress whatsoever. Does any documentation exist that describes the least painful way to reinstall everything (specifically including what I should back up)? I also would place a high value

Re: complex number

2009-04-01 Thread Greg Chicares
On 2009-04-01 14:48Z, Marco Atzeri wrote: I was trying to understand why this code #include iostream #include complex int main() { double a = 0; double b = 1. / a; a += 1; std::cout std::abs (std::complexdouble (b, a)) '\n'; } produce Inf on most platform and NaN on

Re: ls command not working in windows 2008

2009-04-06 Thread Greg Chicares
On 2009-04-06 12:14Z, sudhap85 wrote: I tried to list the contents of a directory in DOS command prompt and redirecting it to a file.This did not add the contents at all. “ls $root/virusScanBase $resultfile” As an alternative to this I tried to use echo $root/virusScanBase/* but this just

Re: ls command not working in windows 2008

2009-04-06 Thread Greg Chicares
[reformatted: see http://www.cygwin.com/acronyms/#TOFU ] On 2009-04-06 12:41Z, sudhap85 wrote: Greg Chicares-2 wrote: On 2009-04-06 12:14Z, sudhap85 wrote: I tried to list the contents of a directory in DOS command prompt and redirecting it to a file.This did not add the contents at all

Re: debian-live-500-i386-rescue.iso: FAILED

2009-04-12 Thread Greg Chicares
On 2009-04-12 20:56Z, David Christensen wrote: md5sum computes the same checksum as what is contained in MD5SUMS, but prepends an asterisk to the filename on output. So, the *.iso file is okay, but md5sum -c MD5SUMS is somehow broken (?). The asterisk is okay; it should be ignored with

Re: cygwin1.7, g++ 4.3.2 (with -std=c++0x) and undefined references to snprintf()

2009-04-12 Thread Greg Chicares
On 2009-04-13 00:34Z, Brian and Victoria wrote: Brian and Victoria wrote: I've exhausted my google-fu and am hoping someone on the list has superior powers... I'm on the bleeding edge, using cygwin 1.7 and g++ 4.3.2 with -std=c++0x (enables C++0x experimental features, and access to

Re: GREP: Memory Exhausted

2009-04-14 Thread Greg Chicares
Reformatted--please read: http://www.cygwin.com/acronyms/#TOFU http://www.cygwin.com/acronyms/#PCYMTWLL On 2009-04-14 15:35Z, Shailesh Dadure wrote: [Corinna Vinschen wrote:] Consequentially the bug report should go to the grep bug reporting mailing list which you can find in the BUGS

Re: Should gcc -p work?

2009-04-28 Thread Greg Chicares
On 2009-04-28 13:43Z, David Billinghurst wrote: I am looking into some gcc-4.{4,5}testsuite failures on cygwin. Test gcc.dg/20021014-1.c, with CFLAGS=-O2 -p, fails due to undefined references to _mcount and __monstartup. I get the same result with gcc-3.4.4 and gcc-4.3.2. If this is

Re: Moving Cygwin

2009-04-30 Thread Greg Chicares
On 2009-04-30 12:27Z, Tim Visher wrote: I originally installed cygwin in the default `C:\cygwin` directory. I'd like to move it from there to `C:\`. Is there any easy way to do this? Please consider advice to the contrary, e.g.: http://www.cygwin.com/faq/faq-nochunks.html#faq.setup.c

Re: cygwin path issue

2009-05-03 Thread Greg Chicares
On 2009-05-03 13:14Z, Maverick_gamer wrote: Hey i am using cygwin for compiling one of my project on windows machine.. the makefile set the compiler but did not define any path.. path to the compiler position is added in the PATH variable. now when running make it shows the error:

Re: [cygcheck] produces repeated output - 6 times!

2009-05-04 Thread Greg Chicares
On 2009-05-04 14:44Z, Thrall, Bryan wrote: Corinna Vinschen wrote on Monday, May 04, 2009 3:25 AM: On Apr 28 11:47, Julio Costa wrote: Bug in cygcheck? Or bug in user? :) Bug in user as far as the position of the -v option is concerned. I can reproduce it; some more details: -

Re: [1.7] Updated setup-1.7.exe (2.621)

2009-05-11 Thread Greg Chicares
On 2009-05-11 18:19Z, Jim Reisert AD1C wrote: The 1.7 setup always switches to full screen when the list of categories comes up. Is this by design? http://www.cygwin.com/ml/cygwin/2009-05/msg00217.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Using rand_r

2009-05-14 Thread Greg Chicares
On 2009-05-14 05:49Z, Nicholas Sherlock wrote: David Billinghurst wrote: Nicholas Sherlock wrote: Hey everyone, I'm trying to use the function rand_r with gcc-4 in Cygwin 1.7, all my packages are up to date. It's supposed to be defined in stdlib.h, and I can see it there. But if I

Re: Security Concern: setup.exe signature difficult to verify

2009-05-19 Thread Greg Chicares
On 2009-05-20 03:03Z, Doug Bateman wrote: Yes, you can download http://www.cygwin.com/setup.exe.sig. However you won't find mention of that on the website. Sadly, to check this signature you have to already have gpg.exe installed. This of course requires you already have cygwin installed.

Re: side effects after installing gcc-3.4.4.999

2009-06-04 Thread Greg Chicares
On 2009-06-04 16:05Z, Dave Korn wrote: enovack wrote: [using gcc in eclipse; problem not solved by invoking 'gcc-3.exe'] It's just a pain since this used to work on my old laptop, which had a previous version of cygwin installed. Sorry about that. Primarily the goal of cygwin is to

Re: Problem - __imp___iob - do not compile

2009-06-09 Thread Greg Chicares
On 2009-06-10 00:34Z, Lewris wrote: I downloading cygwin (full), installed and I configured DEV-CPP how are. I am wearing the Library GMP and compiling in GCC. Just that. I do not manage to compile, I receive the mistake: Undefined reference have `__imp___iob' If I remember correctly,

Re: backup XP on Linux using rsync over ssh: permissions problems

2009-06-09 Thread Greg Chicares
On 2009-06-10 03:36Z, H.S. wrote: rsync --delete --modify-window=10 --force -Rvaue ssh --exclude-from=$EXCLUDESFILE --progress \ xp-box:/cygdrive/c/Documents\ and\ Settings/user1 /cygdrive/c/Documents\ and\ Settings/user2 /mnt/backups/xp-daily-00; Does '-p' ('--perms') help with

Re: (g++) program crashes when I throw an exception in a separate thread

2009-07-22 Thread Greg Chicares
On 2009-07-23 00:05Z, Joshua John Bialkowski wrote: I'm using g++ (GCC) version 3.4.4 from the cygwin installer, and I've run in to this very confusing problem. I'm compiling with the -mno-cygwin option [...] The problem I have is that when I launch a separate thread, and then throw an

Re: Some library fail to be found when compiling a little program of GCC

2009-08-05 Thread Greg Chicares
On 2009-08-05 15:39Z, coolsand wrote: This is the message relied from the make of GCC as blow: arch/s3c2410/s3c2410.o: In function `command_cpu': arch/s3c2410/s3c2410.o(.text+0x87c): undefined reference to `strncmp' Please show the command line that you used for linking. Perhaps you tried

Re: find(1) memory leak in cygheap

2009-08-20 Thread Greg Chicares
On 2009-08-20 11:54Z, Dave Korn wrote: [...] (Hmm, now there's an idea. GCC needs an __attribute__ that you can tag onto a class to say it must be a POD-type and get a compiler error if anyone ever adds a virtual function or anything else that would make the layout non-POD.)

Re: request add my mirror to mirror list

2010-03-24 Thread Greg Chicares
On 2010-03-24 10:05Z, Hilman Fathurrahman wrote: This is all well and good. But this is the wrong address to discuss these matters. On this page: http://cygwin.com/mirrors.html you will find instructions on how to go about doing exactly as you have requested. i know this is wrong address

Re: GNU make builtin rules produce linker error due to command line arguments order

2010-04-06 Thread Greg Chicares
On 2010-04-06 23:24Z, Robrecht Dewaele wrote: # Using builtin make rules and LDFLAGS seems to yield an incorrect order of arguments for cc. $ LDFLAGS=-lpopt make options http://www.gnu.org/software/make/manual/html_node/Catalogue-of-Rules.html#Catalogue-of-Rules | The precise command

Re: GCC is not found and compiler cannot create executables errors

2010-04-08 Thread Greg Chicares
On 2010-04-08 14:13Z, Warren Young wrote: Write this out to a file called hello.c: [...] Then say make hello in that directory. ^^ Did you mean gcc hello.c? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/

Re: subversion-1.6.11-1 failure

2010-04-24 Thread Greg Chicares
[Reformatted--please see: http://cygwin.com/acronyms/#PCYMTWLL Thanks.] On 2010-04-24 06:17Z, Brad Bell wrote: [...] P.S. I would have liked to make this message a reply to http://cygwin.com/ml/cygwin/2010-04/msg00892.html but I do not have an e-mail copy of that message and hence do not

Re: Anyone interrested in a package manager?

2010-05-14 Thread Greg Chicares
On 2010-05-14 11:23Z, Alexander T wrote: [...] I'm going crazy needing to use the installer every time I forgot to install a program, and also dealing with version upgrades and conflicting versions. The installer.exe is also clunky when it comes to selecting in batch etc. It would also be

Re: 1.7.5 run cygwin.bat and returned with c:\cygwin\bin folder

2010-05-15 Thread Greg Chicares
On 2010-05-15 00:13Z, Ping Wu wrote: The questions: Are there any way I can a do a complete clean remove Follow the FAQ link below and search for remove--soon you'll find: http://cygwin.com/faq/faq-nochunks.html#faq.setup.uninstall-all How do I uninstall all of Cygwin? It gives

Re: command not found-For All Commands

2010-05-30 Thread Greg Chicares
On 2010-05-30 22:36Z, physicist25 wrote: -sh-3.2# cygcheck -s -v -r cygcheck.out -sh: cygcheck: command not found -sh-3.2# cygcheck/ -s -v -r cygcheck.out cygcheck: dump_sysinfo: GetVolumeInformation() for drive D: failed: 112 -sh-3.2# Run it in a windows command prompt instead of in

Re: command not found-For All Commands

2010-05-30 Thread Greg Chicares
On 2010-05-30 23:24Z, physicist25 wrote: I received exactly the same response! The context was that running cygcheck -s -v -r cygcheck.out displayed an error on the screen. But see whether a file named 'cygcheck.out' was created. It should contain the output that cygcheck was able to

Re: 1.7.x: svn does nothing and returns

2010-06-22 Thread Greg Chicares
On 2010-06-22 14:57Z, Steven Woody wrote: After I upgraded my cygwin to the latest version. Cygwin DLL version info: DLL version: 1.7.1 Build date: Mon Dec 7 11:48:55 CET 2009 I think the latest is 1.7.5 . the 'svn' program always returns nothing for me for any svn

Re: Incomplete downloads reported across several mirrors

2010-06-22 Thread Greg Chicares
On 2010-06-22 23:44Z, Gregg Levine wrote: I've been trying to update this 1.7.5 release of Cygwin since 11AM EDT, based on the multiple announcements of updated packages. That was nine hours ago. Propagation time could be twelve hours if everything is working as described here:

Re: Error making wxWigets 2.8.10 in Cygwin 1.7.5

2010-06-27 Thread Greg Chicares
On 2010-06-28 03:40Z, Gavin wrote: [...] {{ change winsock.h to match select.h; actual line is different, with PASCAL and struct in it. The difference is intentional: http://www.cygwin.com/ml/cygwin/2010-01/msg00570.html If someone can verify my change and make the patch, anyone else trying

Re: libtool and shared libraries

2010-07-01 Thread Greg Chicares
On 2010-07-01 16:18Z, Refr Bruhl wrote: Error in make log libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries Have you tried the following advice from Eric? http://cygwin.com/ml/cygwin/2010-06/msg00747.html | | Look into the documentation of the

Re: libtool and shared libraries

2010-07-01 Thread Greg Chicares
[Reformatted--please read this: http://cygwin.com/acronyms/#PCYMTWLL Thanks.] On 2010-07-02 00:13Z, dhen...@gmail.com wrote: After writing and sending the below note, I found the message recommending the use of the -no-undefined option. I will use it and see if it helps. If that is the

Re: Building DLLs on C++ version code failed, but okay on C version code.

2010-07-04 Thread Greg Chicares
On 2010-07-04 10:24Z, ke...@ca wrote: $gcc -c hello.c $gcc -shared -o hello.dll hello.o I successufully built it as DLL, hello.dll. Here, the C runtime library is automatically linked. Then, I rewrote it in c++. [...] Then, I used the commands above to built DLL, but it failed. Why did

Re: 1.7.5: running in a non cygwin command prompt

2010-07-07 Thread Greg Chicares
[Please: http://www.cygwin.com/acronyms/#PCYMTWLL Thanks.] On 2010-07-08 01:30Z, Shalomov, Inessa A (US SSA) wrote: I am trying to get the system() call working in my driver which I am running in a DOS terminal. For the sake of not porting out all of cygwin libraries and executables, I am

Re: Interesting discovery in the C library that Cygwin uses

2010-07-08 Thread Greg Chicares
On 2010-07-08 23:34Z, Gregg Levine wrote: I made this discovery whilst building the urjtag program from its SVN trunk: make[3]: Entering directory `/usr/local/urjtag/urjtag/trunk/urjtag/src/tap' CC tap.lo CC register.lo CC state.lo CC chain.lo CC detect.lo

Re: BLODA diagnostics

2010-08-27 Thread Greg Chicares
On 2010-08-27 21:22Z, Baldur Gislason wrote: I am attempting to diagnose why fork() fails during the cygwin installation. It looks like some kind of BLODA may be causing this, per documentation, but obviously, the list of known troublemakers in the documentation does not cover all

Re: 1.7.x:ld linker error with *.o files

2010-09-12 Thread Greg Chicares
On 2010-09-12 22:19Z, matthew caswell wrote: $ nasm -f aout mckern_start.asm -o mcks.o ^^^ Try -f win32 or -f gnuwin32 http://sourceware.org/ml/cygwin/2010-07/msg00259.html $ gcc -c mckern.c -o mckern.o But when I run the linker with my link.ld file: $ ld -T

Re: Compiling C++ code using libpq-fe.h (PostgreSQL library) in Cygwin

2010-09-15 Thread Greg Chicares
On 2010-09-15 21:50Z, Julia Jacobson wrote: When trying to compile C++ code using PostgreSQL's libpq-fe.h by the command g++ -I/usr/include -L/lib -lpq my_program.cpp, I get error messages like undefined reference to '_PQconnectdb'. Assuming that '-lpq' provides the unresolved symbol,

Re: Making a tailored Cygwin, something between Base and Full

2010-09-16 Thread Greg Chicares
On 2010-09-16 11:59Z, Fergus wrote: The best solution to the problem of making a tailored Cygwin installation Base + select handful of packages but stopping short of Full (typically, well short of Full) seems to be Igor Pechtchanski's offered at

Re: awk gsub problem

2010-09-19 Thread Greg Chicares
On 2010-09-19 20:33Z, Lee wrote: [...awk character ranges are locale-sensitive...] Was the reply from the upstream maintainer answered on a mailing list? ( if so, which one?) I'd like to understand the problem they're solving.. I get the idea of [[:lower:]] working regardless of

  1   2   3   >