Re: Deterministic builds

2016-05-04 Thread Greg Chicares
On 2016-05-04 13:38, Ken Brown wrote: > Is it possible to build an executable on Cygwin so that subsequent > builds (with no change in source) produce identical results? Currently, > the timestamp embedded in executables prevents this. (I don't know if > that's the only obstacle.) '-fno-guess

Re: subversion 1.9.3-1 segfault

2016-02-19 Thread Greg Chicares
On 2016-02-19 16:28, David Rothenberger wrote: > Greg Chicares wrote: [...] >> /lmi/mirror/lmi[1]$svn update >> Updating '.': >> zsh: segmentation fault (core dumped) svn update [...non-helpful stackdump...] >> I'll try running 'svn'

Re: subversion 1.9.3-1 segfault

2016-02-19 Thread Greg Chicares
On 2016-02-13 18:41, David Rothenberger wrote: > On 2/9/2016 9:39 AM, Greg Chicares wrote: >> 'svn' segfaulted on a routine command: >> >> /lmi/mirror/lmi[0]$svn status --show-updates >> >> svn: E170013: Unable to connect to a repository at URL >

Re: subversion 1.9.3-1 segfault

2016-02-09 Thread Greg Chicares
On 02/09/2016 08:55 PM, Andrey Repin wrote: > Greetings, Greg Chicares! > >> 'svn' segfaulted on a routine command: > >> zsh: segmentation fault (core dumped) > > So, was it svn or zsh that crashed? It was svn that crashed. I was running it in zsh, which

subversion 1.9.3-1 segfault

2016-02-09 Thread Greg Chicares
'svn' segfaulted on a routine command: /lmi/mirror/lmi[0]$svn status --show-updates svn: E170013: Unable to connect to a repository at URL 'http://svn.savannah.nongnu.org/svn/lmi/lmi/trunk' svn: E000104: Error running context: Connection reset by peer svn update Updating '.': zsh: segmentat

Re: cygwin make fails when calling mkdir in Windows 7

2013-01-04 Thread Greg Chicares
On 2013-01-04 16:34Z, cpow wrote: [...] > Warren Young wrote >> What happens if you just re-start the make operation? Does it persist >> in failing to get past that point, or does re-starting it sometimes get >> you past the problem? > > If I restart the make operation without doing mkdir mysel

Re: grep and the -f switch

2012-11-26 Thread Greg Chicares
On 2012-11-26 19:08Z, Roy Jensen wrote: > I've created a text file (in Windows) with the text patterns I wish to > search for. Using the -f switch, grep only searches for the last > pattern in the file. If there is a blank line at the end, grep finds > nothing. > > grep -a -A 4 -f pattern.txt my.f

Re: running .bat file in cygwin

2012-07-11 Thread Greg Chicares
On 2012-07-11 16:26Z, emon wrote: > > Can anyone suggest me how I can run this .bat file at cygwin or refer me to > a site. Since you've decided to start using Cygwin, the best advice is probably to write it as a shell script instead. There are many tutorials on the web. But if you really want t

Re: program restarts itself automatically when run from Cygwin shell

2012-06-06 Thread Greg Chicares
On 2012-06-06 22:19Z, jjo wrote: > > Oftentimes, when I start my command line launched console application from > Cygwin it runs through to the end and then it restarts itself from the > beginning without any intervention on my part. Perhaps it's because of 'proc_retry', described here: http://

Re: i686-pc-mingw32-gcc 4.5.2 and static linking libstdc++-6?

2012-06-01 Thread Greg Chicares
On 2012-06-01 17:29Z, Dennis Isenhour wrote: >> >> i686-pc-mingw32-gcc: unrecognized option '-static-libstdc++' What if you use i686-pc-mingw32-g++ instead of i686-pc-mingw32-gcc? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation

Re: Username and Computer Name

2012-05-14 Thread Greg Chicares
On 2012-05-14 21:19Z, m...@kalani.com wrote: > I am installing cygwin on a new computer and I was told that the green > "username@computername ' " is supposed to be hidden, and that I > somehow installed Cygwin improperly. That's a normal part of the default bash prompt. (Perhaps your employer w

Re: 1.7.11: Ctrl-C does not work in bash shell (Win7)

2012-04-03 Thread Greg Chicares
On 2012-04-03 18:17Z, Spackmann, Richard M. wrote: [...Ctrl-C handling...] > If so, when is the next cygwin bug release due out? > > I am running Windows 7 and just upgraded to 1.7.11 1.7.12 was released today, and the announcement: http://cygwin.com/ml/cygwin/2012-04/msg00082.html mentions a c

Re: parallel installations of cygwin

2012-03-16 Thread Greg Chicares
On 2012-03-16 11:09Z, DEWI - N. Zacharias wrote: [...] > For me this sound like it is no problem to install the 1.7 version > along with the 1.5 if I use a different directory as root. I've installed both in parallel, in 2012, following these instructions: http://cygwin.com/ml/cygwin/2009-05/msg0

Re: How to revert to older Cygwin1 dll?

2012-02-29 Thread Greg Chicares
[Reformatted--see: http://cygwin.com/acronyms/#PCYMTWLL ] On 2012-02-29 12:52Z, Leo wrote: > > As mentioned in another thread bash with the new cygwin1.dll version > 1.7.11-1 does not work properly when invoke by NT emacs. > > It did work before, so I would like to revert to an older version of

Re: setup 2.761 regression: '--quiet-mode' conflicts with '--packages'

2011-12-22 Thread Greg Chicares
On 2011-12-22 18:08Z, Jon TURNEY wrote: >>> On 12/21/2011 12:15 PM, Greg Chicares wrote: >>>> It appears that some recent change to setup.exe has unintentionally made >>>> '--quiet-mode' incompatible with '--packages' for command-line installs

setup 2.761 regression: '--quiet-mode' conflicts with '--packages'

2011-12-21 Thread Greg Chicares
It appears that some recent change to setup.exe has unintentionally made '--quiet-mode' incompatible with '--packages' for command-line installs. A similar problem was reported here: http://sourceware.org/ml/cygwin/2011-12/msg00244.html Using current setup.exe version 2.761, this no longer works

Re: Starting Z-shell via telnet connection to XP box

2011-12-09 Thread Greg Chicares
On 2011-12-09 15:31Z, Mike Brown wrote: > > I found no section in the user guide regarding converting from 1.5 to 1.7. > The last thing I want to do is make my current install non-functional. You can leave your 1.5 version undisturbed and install 1.7 in parallel. Read the instructions in this mes

Re: How to get std::strtoull (unsigned long long)?

2011-11-29 Thread Greg Chicares
On 2011-11-29 10:22Z, Csaba Raduly wrote: > On Tue, Nov 29, 2011 at 11:04 AM, Markus Selve wrote: >> >> $ g++ -Wall -o tt tt.cpp >> tt.cpp: In function 'int main(int, char**)': >> tt.cpp:7:9: error: 'strtoull' is not a member of 'std' The default C++ dialect is based on the 1998 standard, which l

Re: linker error libcygwin

2011-11-10 Thread Greg Chicares
On 2011-11-10 21:22Z, Philipp Kraus wrote: > On 2011-11-10 22:11:48 +0100, Greg Chicares said: > >> On 2011-11-10 20:39Z, Kraus Philipp wrote: >>> >>> undefined reference to `_WinMain@16' >>> collect2: ld returned 1 exit status >> >> D

Re: linker error libcygwin

2011-11-10 Thread Greg Chicares
On 2011-11-10 20:39Z, Kraus Philipp wrote: > > I try to build a program with g++ under Cygwin. I added this libraries to the > linker: > -lcygboost_system Shouldn't that be '-lboost_system'? Run 'info ld' and search for '--dll-search-prefix': 'cyg-' is a typical default prefix that the '-l' opti

Re: stdio.h: broken standard compliance.

2011-10-11 Thread Greg Chicares
On 2011-10-10 18:42Z, Kaz Kylheku wrote: > > Corinna Vinschen writes: > >> > $ gcc -Wall -ansi -D_POSIX_C_SOURCE=2 posix-ansi.c > ^ >> fileno and pclose are *not* ANSI functions. Therefore, if you define >> -ansi, you get the below errors. The newlib headers have explicit >> #ifndef __STRICT

Re: libc project ports

2011-09-20 Thread Greg Chicares
On 2011-09-20 10:51Z, toto titi wrote: > > I sent a few years ago a question to the libc project ports mailing > list (http://cygwin.com/ml/libc-ports/) without knowing this email > would be stored and made available to everyone on the internet. My > name and main email address clearly appears in

Re: Dealing with Symlinks

2011-09-18 Thread Greg Chicares
On 2011-09-18 13:28Z, tedthetool wrote: > > I am trying to compile openssl. It's already available as a Cygwin package, BTW. > When I run make and make test, I get trivial > compile errors. See, > > error: expected identifier or '(' before '!' token > error: stray '\377' in program > error: str

Re: 1.7.9(0.237/5/3): not seeing some Windows files

2011-09-14 Thread Greg Chicares
On 2011-09-14 21:35Z, Robert Perlberg wrote: > Microsoft Windows XP > Professional x64 Edition > Version 2003 > Service Pack 2 [and some files in C:\WINDOWS\system32 aren't seen by 'ls'] Perhaps some files are "hidden" as described here: http://cygwin.com/ml/cygwin/2006-01/msg00444.html -- Pro

Re: automated cygwin install

2011-09-09 Thread Greg Chicares
On 2011-09-09 13:52Z, Andrew Schulman wrote: [...] > setup.exe ^ > --no-shortcuts ^ > --quiet-mode ^ > --disable-buggy-antivirus ^ > --packages ^ > aria2,^ > atool,^ I wanted to make a similar .BAT file write a custom /etc/fstab as well, so I needed it to wait for 'setup' to finish first. This wor

Re: Typical Cygwin fork problem

2011-09-06 Thread Greg Chicares
On 2011-09-06 01:53Z, jan.kolar wrote: > > Why the newest version > rebase/rebase-3.0-2 utilities for rebasing DLLs [...] > is listed in the middle of this page? Actually, the one at the bottom is the newest: 2009 April rebase-3.0-2 2009 July rebase-3.0.1-1 Anything following a '-'

Re: Win7 home premium download: problem or just ignorance. both?

2011-07-09 Thread Greg Chicares
On 2011-07-09 16:45Z, oren goren wrote: > on my emachine e525 W7 home premium I downloaded/installed per the > gatech http mirror. > > accepting all install defaults I ended up with two desktop icons. > > (A) the cygwin logo named cygwin. I clicked on it and got (1) 2-3 > sample/suggest command

Re: Bug with paths containing double slashes after double dot after a mount point

2011-06-17 Thread Greg Chicares
On 2011-06-17 21:23Z, Vadim Zeitlin wrote: > Illia Bobyr ronin-capital.com> writes: > >> >> On 6/17/2011 1:59 PM, Vadim Zeitlin wrote: >> > Hello, >> > >> > I think I've discovered a bug with handling specific forms of "mixed" >> > form >> > paths in Cygwin 1.7. Here is the briefest possibl

Re: failure to install on xp

2011-04-17 Thread Greg Chicares
On 2011-04-16 02:34Z, Dov Kruger wrote: > We have two fairly identical windows XP boxes. On mine, cygwin is working > beautifully, with X. My coworker tried, but she didn't have admin rights > and X wouldn't install right. Then she got the coveted admin rights, so we > tried to re-install. It fa

Re: Windows tools can access /usr/share but not /usr/lib

2011-04-08 Thread Greg Chicares
On 2011-04-08 11:04Z, Marc Girod wrote: [...] > While testing it on cygwin, I tried and failed to import it itself, from the > perl install directory, which > is under /usr/lib. > > The tool spawns an IBM utility built for Windows (in this case): cleartool. > It is this cleartool which cannot acce

Re: Bad owner or permissions on .../config

2011-04-07 Thread Greg Chicares
On 2011-04-07 20:28Z, Afflictedd2 wrote: > > $ ssh localhost > Bad owner or permissions on /cygdrive/c/Users/Ted/.ssh/config > > I have checked that I have permissions on the files in the config directory > and have also tried giving 777 permissions but I keep getting the same > error. Try 644 o

Re: Root Privileges related

2011-03-28 Thread Greg Chicares
On 2011-03-28 18:19Z, world peace wrote: > Ques: I am trying to install some programs (meant for linux platform) > on cygwin. The instructions prompt me to do make, make install, > configure etc. The only problem is I don't know how to become root http://cygwin.com/faq/faq-nochunks.html#faq.using.

Re: Cygwin 1.7 string pattern matching problem with case sensitivity

2011-03-17 Thread Greg Chicares
On 2011-03-17 12:44Z, jean-benoit.ouel...@hidden.ca wrote: > > I just upgraded Cygwin from 1.5.21-2 to 1.7.8-1 and I'm getting problems with > case sensitivity. > Let's assume that 'file.csv' contains these 2 lines: > Hello, 123 > hello, 456 > > The following commands will output both lines inste

Re: Bash/wget gets confused by trailing carriage return

2011-03-16 Thread Greg Chicares
On 2011-03-16 06:42Z, siegfr...@deleted.com wrote: > > #!/usr/bin/bash > /usr/bin/wget > ftp://mirrors.kernel.org/debian-cd/6.0.0/i386/iso-dvd/debian-6.0.0-i386-DVD-2.iso [...] > ==> SIZE debian-6.0.0-i386-DVD-2.iso\r ... done. > ==> PASV ... done. ==> RETR debian-6.0.0-i386-DVD-2.iso\r ... > No

Re: Compiled program does nothing when executing it under Cygwin

2011-03-11 Thread Greg Chicares
On 2011-03-11 14:56Z, Mengsk wrote: > [...previously-compiled program stopped working after partial Cygwin upgrade...] > > "Cannot find entry point _feinitialise in dynamic link library cygwin1.dll" Try rebuilding your program from scratch. It sounds like the cygwin1.dll you now have (after the u

Re: Newbie confused about chmod

2011-02-15 Thread Greg Chicares
On 2011-02-15 16:52Z, hardya wrote: [...] > Andrew Hardy@ANDREWHARDY ~/mywsn/LSU-SensorSimulator/samples > $ chmod -v 777 Simulation > mode of `Simulation' changed to 0777 (rwxrwxrwx) > > Andrew Hardy@ANDREWHARDY ~/mywsn/LSU-SensorSimulator/samples > $ ls -l Simulation > -rw-r--r-- 1 Andrew Hardy

Re: [g++] Problems linking boost.system and boost.regex

2011-02-15 Thread Greg Chicares
On 2011-02-15 11:57Z, lampak wrote: > > Hi. I'm trying to compile on windows one linux app of mine which uses a few > boost libraries. I've got g++ and boost (1.43.0-1) installed through > setup.exe. I use g++ through Eclipse IDE. I've managed to get the program > compiled but I'm getting linking

Re: 1.7.7: bash --login does not read my ~/.profile

2011-02-12 Thread Greg Chicares
On 2011-02-12 16:27Z, Paul Cantalupo wrote: > > Recently I installed Cygwin on an XP computer at home. But when I > execute Cygwin.bat (contents below), the bash shell does not read my > ~/.profile (contents below). 'info bash' says: it looks for `~/.bash_profile', `~/.bash_login', and `~

Re: Can setup.exe install from a list of packages?

2011-02-11 Thread Greg Chicares
On 2011-02-11 15:49Z, Gerry Reno wrote: > If I'm going to wipe off a Cygwin installation and perform an entire new > Cygwin installation is it possible to feed setup.exe a list of packages > to install from the previous installation? If so, what are the steps? http://www.cygwin.com/faq/faq.setup.

Re: Accessing folders elsewhere than C:\cygwin

2011-02-09 Thread Greg Chicares
On 2011-02-09 14:42Z, Fergus wrote: > I have Cygwin mounted conventionally under Q:\cygwin. > I would like to access files under Q:\else. > But (for example) ls ../../.. only ever attains \cygwin (and lower). > I can use ls /cygdrive/q/else/ (and lower) but this means knowing the > drive name (in

Re: After installing 1.7.7 command ls is null --now with cygcheck.out

2011-01-31 Thread Greg Chicares
On 2011-01-31 15:15Z, Jørgen Steensgaard wrote: > > I have just installed 1.7.7 after several unsuccessful attempts. Several > auxiliary libraries were not included in the installation after setup > finished. OK -- so I had to locate and rerun setup repeatedly. cygcheck output indicates versio

Re: Brand new setup ends up not where intended (?but at default)

2011-01-10 Thread Greg Chicares
On 2011-01-10 10:58Z, Fergus wrote: > > Intention: to install legacy version 1.5 on drive I: (ie not default) [...some directories are created on I:, but...] > and what has actually happened is that the installation has been placed > under C:\cygwin\. I installed it on XP (where it's unsupport

Re: 1.7.7: make returns error 127

2010-12-22 Thread Greg Chicares
On 2010-12-22 07:42Z, Isaac Ong wrote: > > /bin/sh: zip: command not found > make: *** [../bin/build/chrome/xulschoolhello.jar] Error 127 The (alphabetical) cygcheck output says... xz4.999.9beta-11 zlib 1.2.5-1 so 'zip' is missing. Install it with

Re: Program repeatedly restarts when its console is closed

2010-12-06 Thread Greg Chicares
On 2010-12-06 23:07Z, Arthur Norman wrote: [...] > It is not clear to me whether this is an issue of the mingw bits not > handling things and exiting badly or of the cygwin execv behaving > improperly. Eg it I write a very short program that goes basically > execv("./bad0",...) and compile that u

Re: Problem with Bash regex test case sensitivity

2010-12-03 Thread Greg Chicares
On 2010-12-03 22:30Z, Lee Rothstein wrote: [script:] > if [[ "$1" =~ [A-Z] ]] ; then > echo Contains Capital Letters: $1 > else > echo Doesn\'t Contain Capital Letters: $1 > fi [...] > # WTF, O > $ t_regex dfgh > Contains Capital Letters: dfgh Inspect this option: shopt -p | grep nocas

Re: [ANNOUNCEMENT] Updated: subversion-1.6.15-1

2010-12-01 Thread Greg Chicares
On 2010-12-01 17:15Z, NightStrike wrote: > On Wed, Dec 1, 2010 at 11:32 AM, David Rothenberger wrote: [...] >> http://svnbook.red-bean.com/en/nightly/index.html >> >> for the WIP version of the book covering 1.6. > > The link for the WIP 1.6 book is a 404. - http://svnbook.red-bean.com/en/night

Re: WG: Windows Environment Variables

2010-11-24 Thread Greg Chicares
On 2010-11-24 22:46Z, Andrew DeFaria wrote: > >> http://sourceware.org/ml/cygwin/2010-05/msg00496.html [...] > But there's nothing attached! ;-) There's a link to Cyrille's script on that page--it's: http://sourceware.org/ml/cygwin/2010-05/txt3.txt Perhaps your browser blocks the link? --

Re: WG: Windows Environment Variables

2010-11-23 Thread Greg Chicares
On 2010-11-23 13:25Z, rudolf.be...@xxx.de wrote: > > When login via ssh to a Cygwin Server I only get System Variables, like > TEMP or TMP. I'm missing variables that are defined in the registries. > Like %Programfiles% or %COMMONPROGRAMFILES% Security rationale: http://cygwin.com/ml/cygwin/2

Re: setup.exe thinks it has no internet

2010-11-20 Thread Greg Chicares
On 2010-11-20 09:51Z, John Covici wrote: > Hi. I am trying to install Cygwin on a vmware fusion virtual machine and > unlike any other program on the vm the setup.exe thinks it has no internet, > so it won't download the mirrors list nor if I type in one by hand will it > get any information. htt

Re: trojans in cygwin

2010-11-03 Thread Greg Chicares
On 2010-11-03 14:26Z, Markus Hoenicka wrote: > Monika Pietrzyk <...> was heard to say: > >> C:\Documents and Settings\toshiba\Desktop\CYGWIN 1.7.5-1\ftp%3a%2f%2fftp.uni- >> kl.de%2fpub%2fwindows%2fcygwin%2f\release\csih\csih-0.9.1-1.tar.bz2/usr\share >> \doc\Cygwin\csih.README detected: Trojan

Re: Simple Cygwin Application Linking Problem

2010-10-07 Thread Greg Chicares
[please see http://cygwin.com/acronyms/#PCYMTWLL ] On 2010-10-07 13:52Z, Michael Jäger wrote: > > INCCYGSTDABS = C:/cygwin/usr/include It's generally preferable to use posix paths with cygwin tools. This one would be simply /usr/include for example. > LIBCYGSTDABS = C:/c

Re: How to get cygwin path

2010-10-02 Thread Greg Chicares
On 2010-10-02 21:09Z, Afflictedd2 wrote: > > Is there a utility in cygwin that can transform a path in windows > o a path in cygwin.. for example my path. > > C:\Users\User1\Documents to /cygdrive/c/Users/User1/Documents http://www.cygwin.com/cygwin-ug-net/using-utils.html#cygpath -- Problem re

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 >

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 > > http://cygwin.com/ml/cygwin/2005-

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 sy

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: 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 troublema

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 > d

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: 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. Wh

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

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 -no-

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 tryi

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: http://cygwi

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 c

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 prod

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

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 step-

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

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

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/ Docum

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: 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 wron

Re: __STRICT_ANSI__ with -std=c99

2010-03-22 Thread Greg Chicares
On 2010-03-22 13:03Z, Oleksandr Gavenko wrote: > >$ gcc -std=c99 -c -o grid.o grid.c [...] > grid.c:236: warning: implicit declaration of function 'strupr'. I'd expect that warning, because C99 defines no strupr() function. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: can't find online mainling list

2010-03-21 Thread Greg Chicares
On 2010-03-22 04:09Z, Paul McFerrin wrote: > Is this http://cygwin.com/ml/cygwin/ what you seek? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/m

Re: wconsole on cygwin

2010-02-15 Thread Greg Chicares
On 2010-02-15 15:51Z, ghada zaibi wrote: > > gcc -DHAVE_CONFIG_H -I. -I.. -I..-Wall -g -O2 -I/usr/local/include/SDL > -I/us > r/include/mingw -mno-cygwin -Dmain=SDL_main -MT main.o -MD -MP -MF > .deps/main.Tp > o -c -o main.o main.c '-mno-cygwin' essentially means you're building for MinGW,

Re: About SystemC installation in Cygwin

2010-02-10 Thread Greg Chicares
On 2010-02-10 08:21Z, Mohammad Qayum wrote: > > I am trying to follow a tutorial to install SystemC (www.systemc.org) > in Cygwin. I am following a simple tutorial to install Cygwin > (http://www.ht-lab.com/howto/sccygwin/sccygwin.html) Their instructions for installing Cygwin are valid: "Hop o

Re: Tee broken under process substitution?

2010-02-08 Thread Greg Chicares
On 2010-02-08 22:34Z, Ryan Johnson wrote: > > cygwin$ echo hi | tee >(cat) > hi > tee: /dev/fd/63: Bad file descriptor I don't know a workaround, but FWIW this looks similar: http://cygwin.com/ml/cygwin/2010-01/threads.html#00942 -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Looking for a 1.5 build setup program - Help Please

2010-02-07 Thread Greg Chicares
On 2010-02-07 12:59Z, Hussein Patwa wrote: > > Could someone here be kind enough to either direct me to or send me > (off-list) a setup program for one of the cygwin 1.5 builds? Some > packages I wish to use (Rockbox development) don't seem to be compatible > with the 1.7 release. http://cygwin.

Re: Problems linking--"undefined reference to..."

2010-01-29 Thread Greg Chicares
On 2010-01-30 01:49Z, Peter Mills wrote: > > g++ > -I/home/Petey/include -Wno-deprecated -O2 -o model2 model2.cc > traj_int_obj.o tcoord_defs.o -L/home/Petey/lib -ldataset-O2 -lpetey > -lsparse-O2 -lgsl -lgslcblas > model2.cc: In function `int main(int, > char**)': [...] > traj_int_obj.o:traj

Re: newbie bash variable problem

2010-01-17 Thread Greg Chicares
On 2010-01-17 23:44Z, brian wrote: > > $JAVA_HOME is the env variable which I can echo from the script as > /cygdrive/c/jdk1.6.0_16 > > but the script sets > > JAVA=$JAVA_HOME/bin/java/ My guess is that the script contains carriage returns. To look for them, use 'od'. To remove them, use 'd2

Re: can't umount my /pc filesystem

2010-01-17 Thread Greg Chicares
On 2010-01-17 06:49Z, Paul McFerrin wrote: > > I have an unwanted filesystem (NFS) mounted as /pc that I need to get it > unmounted ASAP. Here is the mount output: [...] > \\linda\c /pc some_fs binary 0 0 If that's in /etc/fstab, then it's 'nouser' by default, and not overridable: http://www.

Re: Build problems using wxWidgets-2.8.10 / gcc-4.3.4 / cygwin-1.7.1 : multiple definitions of function select()

2010-01-14 Thread Greg Chicares
On 2010-01-14 10:15Z, Schwerzmann Stephan wrote: > > /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../include/w32api/winsock.h:4 > 79: error: declaration of C function 'int select(int, _types_fd_set*, > _types_fd_set*, _types_fd_set*, const timeval*)' conflicts with > /usr/include/sys/select.h:3

Re: "mount -a" has no effect on the cygdrive prefix

2010-01-11 Thread Greg Chicares
On 2010-01-11 16:16Z, Karl M wrote: > > I just reviewed chapter 3 of the user guide and found no mention of posix=0 > as the default for /cygdrive. http://www.cygwin.com/cygwin-ug-net/using-specialnames.html | To ease the pain, the /cygdrive path is case-insensitive by default | and you have to

Re: changing cygwin's console window title

2010-01-07 Thread Greg Chicares
On 2010-01-07 21:52Z, Collin Monahan wrote: > On 01/07/2010 04:38 PM, Larry Hall (Cygwin) wrote: >> Does "title" in the CYGWIN environment variable no longer work? It still works in 1.7.1 . > I'm not familiar with that setting. I tried > export title=1 If you do: export CYGWIN="$CYGWIN title

Re: Missing /bin/sh

2010-01-05 Thread Greg Chicares
On 2010-01-05 16:48Z, Klas Ekeland wrote: > > I had expected that sh or a symlink to a suitable shell came bundled with > cygwin? It ought to be there. It would help to see the cygcheck output described here: > Problem reports: http://cygwin.com/problems.html -- Problem reports: h

Re: [Fwd: Blue screen when running installation *.sh]

2010-01-05 Thread Greg Chicares
On 2010-01-05 13:03Z, t...@xx.demon.co.uk wrote: > I have previously used Cygwin 1.5 successfully, but thought I should > report a possible issue with the newer 1.7.1 version. > > My XP workstation blue screens reliably when doing the final steps of the > Cygwin 1.7.1 installation somewhere in

Re: GCC, -rdynamic option is unrecognized by GCC.

2010-01-01 Thread Greg Chicares
On 2010-01-01 15:26Z, Claude Sylvain wrote: > > - How come Cygwin GCC do not still support "-rdynamic" option? http://gcc.gnu.org/onlinedocs/gcc/Link-Options.html | Pass the flag -export-dynamic to the ELF linker, | on targets that support it. Cygwin uses PE, not ELF. -- Problem reports:

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

2009-12-28 Thread Greg Chicares
On 2009-12-28 15:26Z, Paul McFerrin wrote: > Well, after all of this discussion, my C compiler IS BROKEN. I.E.: To try your test program with a different compiler, paste it here: http://www.comeaucomputing.com/tryitout > echo "main{}" >test.c If you want a minimal C program that's valid every

Re: 'setup-1.7.exe -s' anomaly

2009-12-18 Thread Greg Chicares
On 2009-12-18 21:28Z, Jim Reisert AD1C wrote: > I didn't know about the command-line options. To see them all: setup-1.7.exe --help > Is there some way to automate the process so that when I double-click > on my Setup shortcut, it will go right to the "Select Packages" > screen? AIUI, the GUI

'setup-1.7.exe -s' anomaly

2009-12-18 Thread Greg Chicares
If I run setup-1.7.exe -s ftp://ftp.heanet.ie and hit Enter on every screen, I get a messagebox that says: Unable to get setup-2.ini from Oddly, 'ftp.heanet.ie' is listed twice in "Available Download Sites". The first 'ftp.heanet.ie' is highlighted, and doesn't work. If I

Re: Hippo icon for cygwin...

2009-12-07 Thread Greg Chicares
On 2009-12-06 18:33Z, Charles Wilson wrote: [...vista-sized icons cause crashes on old XP machines...] > Well then, what happens if the icon in question is inside a DLL? We have a winner. > Can you try creating a shortcut, and setting its icon to the hippo in > each of these two DLLs? The _vis

Re: Hippo icon for cygwin...

2009-12-05 Thread Greg Chicares
On 2009-12-05 14:27Z, Charles Wilson wrote: > Greg Chicares wrote: >> Might this file: >> 1a652c4c8c31b80c85d6cbc2b4093060 *hippo.ico >> be somehow malformed? My computer BSODs every time I try to view >> it in 'irfanview'. This has happened three times in

Re: Hippo icon for cygwin...

2009-12-05 Thread Greg Chicares
On 2009-12-05 09:06Z, Charles Wilson wrote: > for your enjoyment. It's based on public domain art; this version > released under a creative commons license (CC-BY-SA 3.0) which is GPL > compatible. Might this file: 1a652c4c8c31b80c85d6cbc2b4093060 *hippo.ico be somehow malformed? My computer BSO

Re: gcc -ffast-math defect with tan(x)

2009-11-17 Thread Greg Chicares
On 2009-11-17 14:32Z, Dave Korn wrote: [...] > WTF? The fptan has returned two QNaNs for no apparent reason? "When stack overflow occurs during FPTAN and overflow is masked, both ST(0) and ST(1) contain quiet NaNs." [intel 80387 manual] >> R7: Special 0xc000 Real Indefinite (

Re: Gcc 3.2.3 package

2009-10-06 Thread Greg Chicares
On 2009-10-06 12:16Z, Walther Lalk wrote: > > I am trying to get NS 2.26 compiled (There are some specific code > changes that I need to run for a university assignment and they are for > NS 2.26). NS 2.26 requires Gcc 3.2.3 to compile, however I can't seem to > find a cygwin package for it. I

Re: Error c preprocessor lib/cpp fails sanity check

2009-09-17 Thread Greg Chicares
On 2009-09-17 12:08Z, hj.beck...@kreis-steinfurt.de wrote: > I'm trying to compile 2 applications (klavaro/procbench, both from sf.net). > Both ./confiugre steps > end with the above error message. Searching the web tells me, that some libs > are missing. Probably it's a broken gcc installation

Re: C++ script doesn't work using g++

2009-09-11 Thread Greg Chicares
On 2009-09-11 18:49Z, Gery Herbozo Jimenez wrote: > > int main() > { > clrscr(); > cout<<"Hallo"; > getch(); > } This message: http://www.cygwin.com/ml/cygwin/1999-09/msg00326.html mentions the danger of mixing getch() with C++ streams, and explains why Cygwin doesn't pr

Re: setup.exe hijacked?

2009-09-10 Thread Greg Chicares
On 2009-09-10 08:04Z, Michael PARKER wrote: > I've just tried downloading setup.exe from www.cygwin.com, > only to find that it crashes when run on my WinXP x64 desktop. I downloaded it from there just now, and it has the same md5sum as a copy I had downloaded three months ago: 4f3f250cb9704fda

Re: Issue during compiling:

2009-09-09 Thread Greg Chicares
On 2009-09-09 17:49Z, Benjamin Hill wrote: > I'm getting an "internal compiler error" when compiling ALE 9.0.3 [...] > ui/../d2/align.h:1450: internal compiler error: in invert_truthvalue, at > fold-co > nst.c:2719 > Please submit a full bug report, > > I searched for the issue, no luck at: > >

  1   2   3   >