Streaming media

2007-05-02 Thread Luie Lugo
Part of the reason I got this was to listen to streaming feeds from the internet. Most of the time they're in the 8000 port range, and my office firewall blocks them. After connecting to my home computer which is setup as the proxy server, I can get to certain blocked sites (youtube, myspace etc) b

RE: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Dave Korn
On 01 May 2007 23:48, Brian Dessent wrote: > Aaron Gray wrote: > >> Thank you. I am a bit unsure of where abouts (what directory) do you >> install the snapshot ? > > Again, this has nothing to do with gcc, take it the Cygwin list. It would be as well to snip the gcc list from the Cc line w

g++ doesn't work

2007-05-02 Thread Darrell Blake
I've recently installed cygwin with gcc and g++ support but when I try and compile a file nothing gets output. The file I am trying to compile is extremely simple... #include int main(int argc, char **argv) { std::cout << "Test!\n"; return 0; } I try and compile it via "g++ test

Re: g++ doesn't work

2007-05-02 Thread Hugh McMaster
Hi Darrell, On 02/05/07, Darrell Blake wrote: I try and compile it via "g++ test.cpp -o test" but the file test.exe doesn't get created and the compiler doesn't output any messages. You have the command syntax around the wrong way. It should be: g++ -o test.exe test.cpp Hugh -- Unsubscribe

Re: g++ doesn't work

2007-05-02 Thread Eric Lilja
Hugh McMaster wrote: Hi Darrell, On 02/05/07, Darrell Blake wrote: I try and compile it via "g++ test.cpp -o test" but the file test.exe doesn't get created and the compiler doesn't output any messages. You have the command syntax around the wrong way. It should be: g++ -o test.exe test.cpp

Re: g++ doesn't work

2007-05-02 Thread Hugh McMaster
Hi Eric, On 02/05/07, Eric Lilja wrote: The command syntax used in the OP works just fine Yes, you are correct. That command syntax works fine, but appears a little untidy. Darrell needs to post the ouput of cygcheck -svr in an *attached* text file. He also might want to replace std::cout <<

Re: g++ doesn't work

2007-05-02 Thread Darrell Blake
I tried changing the line from std::cout << "Test!\n" to cout << "Test!" << std::endl but it didn't make a difference. I've attached the output from cygcheck -svr. Thanks, Darrell On 5/2/07, Hugh McMaster <[EMAIL PROTECTED]> wrote: Hi Eric, On 02/05/07, Eric Lilja wrote: > The command synta

RE: g++ doesn't work

2007-05-02 Thread Dave Korn
On 02 May 2007 12:35, Darrell Blake wrote: > I tried changing the line from std::cout << "Test!\n" to cout << > "Test!" << std::endl but it didn't make a difference. > > I've attached the output from cygcheck -svr. > You have two conflicting versions of the cygwin dll in your path. This is g

Re: g++ doesn't work

2007-05-02 Thread Larry Hall (Cygwin)
On 05/02/2007, Darrell Blake wrote: > 948k 2003/03/18 c:\gnude\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 > "cygwin1.dll" v0.0 ts=2003/3/18 14:20 Cygwin DLL version info: DLL version: > 1.3.22 DLL Remove the above ancient version of cygwin1.dll. -- Larry Hall http:/

Re: Streaming media

2007-05-02 Thread Larry Hall (Cygwin)
Luie Lugo wrote: > Part of the reason I got this was to listen to streaming feeds from the > internet. Most of the time they're in the 8000 port range, and my office > firewall blocks them. After connecting to my home computer which is setup as > the proxy server, I can get to certain blocked sites

Re: g++ doesn't work

2007-05-02 Thread Eric Lilja
Darrell Blake skrev: I tried changing the line from std::cout << "Test!\n" to cout << "Test!" << std::endl but it didn't make a difference. I've attached the output from cygcheck -svr. I think the fact that you have mingw installed and it's in the path messes things up. Thanks, Darrell

Re: g++ doesn't work

2007-05-02 Thread Thorsten Kampe
* Darrell Blake (Wed, 2 May 2007 12:34:42 +0100) > I tried changing the line from std::cout << "Test!\n" to cout << > "Test!" << std::endl but it didn't make a difference. > > I've attached the output from cygcheck -svr. You've got multiple versions of the cygwin.dll and your mount points are re

[ANNOUNCEMENT] Updated: findutils-4.3.4-1

2007-05-02 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of findutils, 4.3.4-1, is available for use. This release was previously available for test, and is now promoted to current, replacing 4.3.2-3. 4.2.27-1 remains the previous version. NEWS: = This is a new upstream release, fixing s

[ANNOUNCEMENT] Updated: readline-5.2.4-8, libreadline6-5.2.4-8

2007-05-02 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of readline and libreadline6, 5.2.4-8, is available for use, replacing 5.2.2-7 as the current version. 5.1-5 remains the previous version, to match the fact that a previous version of bash 3.1 is still available. NEWS: = This is a m

[ANNOUNCEMENT] Updated: bash-3.2.17-15

2007-05-02 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of bash, 3.2.17-15, has been uploaded, replacing 3.2.15-14 as current. NEWS: = This is a minor patch release. It folds in two new upstream patches (both of which only affect readline, so this binary should be identical to the previo

[ANNOUNCEMENT] Updated: coreutils-6.9-2

2007-05-02 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of coreutils, 6.9-2, is available, replacing 6.7-1 as current. NEWS: = This is a new stable upstream release. The new 'sort --compress-program' option is not fully debugged; do not expect it to always work (it is disabled by default

[ANNOUNCEMENT] Updated: git-1.5.1.3-1

2007-05-02 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new release of git, 1.5.1.3-1, has been uploaded, replacing 1.5.0.3-1 as the current version. NEWS: = This is a new upstream release. See also the package documentation in /usr/share/doc/git-1.5.1.3/, along with the attached upstream release no

xemacs -nw problem

2007-05-02 Thread Andrew Walrond
Hello list First off; I've been using cygwin for years, on and off, but this is the first time I have joined the ML, so I just like to say _fantastic_work_guys_ to all involved. A minor problem (possible bug): If I try to run xemacs in the cygwin terminal, without an X window, via the -nw opt

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

2007-05-02 Thread Lev Bishop
On 5/1/07, Cary R. wrote: Patch generated and applied to newlib CVS. As an added bonus I fixed a few other inconsistencies in acos(), asin(), log() and log10(). Just for the benefit of anyone else investigating this kind of thing in the future, because I got confused by it and had to do some s

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Brian Dessent
Dave Korn wrote: > > that are shared across gcc/binutils/gdb/sim/etc. If you later do "cvs > > up" from the toplevel you'll accidently get the entire "src" tree > > No, you won't, unless you deliberately add the '-d' option. Well sure, but then when someone checks in a change that involves re

Error isntalling from directory, 2.510.2.2 setup version

2007-05-02 Thread Gallagher, Tim F \(NE\)
I am tasked with installing Cygwin (The latest version) from an install directory (the computer does not have an internet connection). I run the setup.exe I select for all users, install from local directory and I get an error. The screen is at 9% install and the error is at /archive/mkinstalldir

Regarding Globalroot

2007-05-02 Thread Ravi Agrawal
Hello, I am using cygwin 1.5.24. After running vshadow i get a snapshot. To access that snapshot i get a string "\\?\GLOBALROOT\.. But when i try to mount //?/GLOBALROOT... /dump_mount it says me invalid argument. After doing some research i find that their is workarround for this(that

Re: [ncurses] strange characters with rxvt

2007-05-02 Thread Brian Dessent
Jeff Hawk wrote: > >http://www.cygwin.com/ml/cygwin/2005-10/msg01021.html > > I don't know what you're trying to tell me with this, but rxvt is an XTERM > replacement and is therefore intended to run under X. Go back and reread that thread. The rxvt packaged with Cygwin is dual mode. It w

Re: Error isntalling from directory, 2.510.2.2 setup version

2007-05-02 Thread Igor Peshansky
On Wed, 2 May 2007, Gallagher, Tim F (NE) wrote: > I am tasked with installing Cygwin (The latest version) from an install > directory (the computer does not have an internet connection). I run > the setup.exe I select for all users, install from local directory and I > get an error. The screen

RE: g++ doesn't work

2007-05-02 Thread Dave Korn
On 02 May 2007 12:57, Thorsten Kampe wrote: > * Darrell Blake (Wed, 2 May 2007 12:34:42 +0100) >> I tried changing the line from std::cout << "Test!\n" to cout << >> "Test!" << std::endl but it didn't make a difference. >> >> I've attached the output from cygcheck -svr. > > You've got multiple v

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

2007-05-02 Thread Cary R.
One thing to keep in mind is that I was encouraged to submit patches to make the newlib functions match the glibc implementation not the standard. Which I don't currently have access to. > Other potentially controversial special cases (may or may not be > handled correctly by newlib -- I didn't c

pyQT & SIP

2007-05-02 Thread Matteo Facchinetti
Hi, I'm just try to compile SIP 4.1.1 for compile pyQT, but the compiler give me this error: ... ... siplib.c:291: error: structure has no member named 'type' ... ... I don't know nothing about interaction between SIP, pyQT and current Python in cygwin. Which software version can I use to

Re: [ncurses] strange characters with rxvt

2007-05-02 Thread Charles Wilson
Jeff Hawk wrote: From the rxvt website: rxvt is a colour vt102 terminal emulator intended as an xterm(1) replacement for users who do not require features such as Tektronix 4014 emulation and toolkit-style configurability. As a result, rxvt uses much less swap space. Therefore, rxvt is intended

RE: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Dave Korn
On 02 May 2007 15:59, Brian Dessent wrote: > Dave Korn wrote: > >>> that are shared across gcc/binutils/gdb/sim/etc. If you later do "cvs >>> up" from the toplevel you'll accidently get the entire "src" tree >> >> No, you won't, unless you deliberately add the '-d' option. > > Well sure, but

Re: Puzzling local share permissions problem with ssh sessions on Win2K3

2007-05-02 Thread Shankar Unni
Andrew DeFaria wrote: WAG: Have you done mkgroup -d >> /etc/group? Yes, I did - see my original post in this thread.. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html F

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Brian Dessent
Dave Korn wrote: > If you examine the wording carefully, you can infer that doing "cvs up" from > toplevel without the -d option does not preclude using -d at levels below > that Well, depends. I have a line "update -dP" in my ~/.cvsrc. :-) > Hmmm, I can't think off the top of my head

Anyone using Clearcase on Windows with Cygwin (esp over SSH)?

2007-05-02 Thread Shankar Unni
If anyone has experience with using Clearcase dynamic views on Windows over an ssh session, I'd like to get some tips from you, or exchange info. As I've indicated in earlier messages (e.g. http://cygwin.com/ml/cygwin/2007-05/msg00025.html, etc.), I'm running into weird permissions problems wh

Re: Anyone using Clearcase on Windows with Cygwin (esp over SSH)?

2007-05-02 Thread Shankar Unni
Shankar Unni wrote: I finally got a bit of a clue during a recent login. It seems that *occasionally*, my machine is able to contact the PDC when logging in via sshd, so that LOGONSERVER is \\pdcname, rather than \\localmachinename (using cached credentials). Further confirmation: the termin

Please Help!! Calling Socket function in a dll file (that is created using cygwin library), by a Microsoft Visual C++ program resulting in infinite loop

2007-05-02 Thread kalasad mailu
I am trying hard to get this stuff working!! Could you please help me. I created a dll file (test.dll), which contains the function that creates a socket and return the success/failure status. This file uses the socket.h provided by cygwin. I compiled this dll using gcc on cygwin. I also cr

Re: Setup.exe Problems on Vista

2007-05-02 Thread Michael D. Adams
On 4/30/07, Igor Peshansky wrote: On Sun, 29 Apr 2007, Michael D. Adams wrote: > On 4/24/07, Larry Hall (Cygwin) wrote: > > Michael D. Adams wrote: > > > On 4/23/07, Dave Korn wrote: > > >> On 24 April 2007 00:19, Michael D. Adams wrote: > > > >> What's going on here could be related to secu

Re: Please Help!! Calling Socket function in a dll file (that is created using cygwin library), by a Microsoft Visual C++ program resulting in infinite loop

2007-05-02 Thread Brian Dessent
kalasad mailu wrote: > I am trying hard to get this stuff working!! Could you please help me. > > I created a dll file (test.dll), which contains the function that > creates a socket and return the success/failure status. This file uses > the socket.h provided by cygwin. I compiled this dll

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Aaron Gray
I have a working GCC-4.3-20070427 on latest Cygwin snapshot. GCC took 8 hours to build ! Thanks alot, Aaron -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

RE: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Dave Korn
On 02 May 2007 13:23, Aaron Gray wrote: > I have a working GCC-4.3-20070427 on latest Cygwin snapshot. GCC took 8 > hours to build ! If you think that's slow, try running the full testsuite! Anyway, well done! cheers, DaveK -- Can't think of a witty .sigline today -- Unsub

RE: Setup.exe Problems on Vista

2007-05-02 Thread Dave Korn
On 02 May 2007 22:37, Michael D. Adams wrote: > This is a bit of a bummer. I can't reproduce the error anymore. I > have absolutely no idea what changed. I moved the old version out of > the way and cleaned the registry, but the bug still won't appear. I > guess just hope the next person to ru

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Aaron Gray
On 02 May 2007 13:23, Aaron Gray wrote: I have a working GCC-4.3-20070427 on latest Cygwin snapshot. GCC took 8 hours to build ! If you think that's slow, try running the full testsuite! I tried doing 'make check' but it needed autogen which does not build on Cygwin apparently :( I have

Re: Setup.exe Problems on Vista

2007-05-02 Thread Aaron Gray
Just on the offchance, do you have any of these installed? Windows Defender AFAIK Windows Defender is built in to Vista. Aaron -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Tim Prince
[EMAIL PROTECTED] wrote: On 02 May 2007 13:23, Aaron Gray wrote: I have a working GCC-4.3-20070427 on latest Cygwin snapshot. GCC took 8 hours to build ! If you think that's slow, try running the full testsuite! I tried doing 'make check' but it needed autogen which does not build on Cyg

RE: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Dave Korn
On 02 May 2007 14:10, Aaron Gray wrote: >> On 02 May 2007 13:23, Aaron Gray wrote: >> >>> I have a working GCC-4.3-20070427 on latest Cygwin snapshot. GCC took 8 >>> hours to build ! >> >> If you think that's slow, try running the full testsuite! > > I tried doing 'make check' but it needed a

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Brian Dessent
Aaron Gray wrote: > I tried doing 'make check' but it needed autogen which does not build on > Cygwin apparently :( That's just the fixincludes dir. It's not important. This is why the instructions tell you to run "make -k check". And autogen does build on Cygwin. Brian -- Unsubscribe info:

Re: Successfull Build of gcc on Cygwin WinXp SP2

2007-05-02 Thread Aaron Gray
Aaron Gray wrote: I tried doing 'make check' but it needed autogen which does not build on Cygwin apparently :( That's just the fixincludes dir. It's not important. This is why the instructions tell you to run "make -k check". Okay I will try that. And autogen does build on Cygwin. Rig

Re: pyQT & SIP

2007-05-02 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matteo Facchinetti wrote: > Which software version can I use to compile pyQT and SIP in current cygwin? > Is there anyone, that use this lib in cygwin, could help me? http://cygwin-ports.cvs.sourceforge.net/cygwin-ports/ports/python/sip/ http://cygw