Re: g++ doesn't work

2007-05-03 Thread Darrell Blake
On 5/3/07, Dave Korn <[EMAIL PROTECTED]).com> wrote: There definitely shouldn't be any cygwin dlls in the windows\system32 subdir (or indeed anywhere else except under your cygwin tree). Try moving them out of the way and see if that helps. Brilliant, that's sorted it. Cheers, Darrell --

RE: g++ doesn't work

2007-05-03 Thread Dave Korn
On 03 May 2007 14:26, Darrell Blake wrote: >> If you're going to keep doing that, you're on your own. > > Oh, crap. Sorry =o( I didn't realise I'd left it on. > > Darrell Heh. Right, where were we: Oh yeah. >> cygcheck /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe >> >> show? >> > > I

Re: g++ doesn't work

2007-05-03 Thread Darrell Blake
If you're going to keep doing that, you're on your own. Oh, crap. Sorry =o( I didn't realise I'd left it on. Darrell -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FA

RE: g++ doesn't work

2007-05-03 Thread Dave Korn
On 03 May 2007 13:23, Darrell Blake wrote: > On 5/3/07, Dave Korn wrote: If you're going to keep doing that, you're on your own. cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: ht

Re: g++ doesn't work

2007-05-03 Thread Darrell Blake
On 5/3/07, Dave Korn <[EMAIL PROTECTED]> wrote: What does cygcheck /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe show? It shows this: $ cygcheck /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe C:/cygwin/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe C:\cygwin\bin\cygwin1.dll C:\WINDOWS\system32

RE: g++ doesn't work

2007-05-03 Thread Boffin, Stephane \(GE Infra, Aviation, Non-GE\)
Hello all, When you log into cygwin using a shell the username used is the windows user name. I have a setup where I would like 10 users from 10 diffrent PC to have one username and 10 other using 10 other pc have an other. This is because I only want to manage 2 user name in the passwd file.

RE: g++ doesn't work

2007-05-03 Thread Dave Korn
On 03 May 2007 12:58, Darrell Blake wrote: > On 5/3/07, Dave Korn <[EMAIL PROTECTED]> wrote: ^^^ Please take care not to do that Darrell, http://cygwin.com/acronyms#PCYMTNQREAIYR - I get enough spam as it is! >> What happens if you add the "-v" option

Re: g++ doesn't work

2007-05-03 Thread Darrell Blake
On 5/3/07, Dave Korn <[EMAIL PROTECTED]> wrote: What happens if you add the "-v" option to your compiler commandline? Already tried that. Nothing immediately obvious seemed apparent. Here's the ouput: $ g++ test.cpp -v -o test Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs Config

RE: g++ doesn't work

2007-05-03 Thread Dave Korn
On 03 May 2007 12:42, Darrell Blake wrote: >> Darrell, are you running any of these apps (that have been shown to cause >> problems with cygwin in the past)? > > Nope, I'm not running any of those. > > Just in case I deleted the cygnus registry key folder and reinstalled > cygwin to see if it

Re: g++ doesn't work

2007-05-03 Thread Darrell Blake
Darrell, are you running any of these apps (that have been shown to cause problems with cygwin in the past)? Nope, I'm not running any of those. Just in case I deleted the cygnus registry key folder and reinstalled cygwin to see if it would make a different but it didn't. I've attached a new

RE: g++ doesn't work

2007-05-03 Thread Dave Korn
On 03 May 2007 12:19, Thorsten Kampe wrote: > * Darrell Blake (Thu, 3 May 2007 09:42:52 +0100) >> I've removed the gnude and mingw directories from my path and now I'm >> no longer getting the error message stating that there are multiple >> dlls in my path. This hasn't fixed the problem, though.

Re: g++ doesn't work

2007-05-03 Thread Thorsten Kampe
* Darrell Blake (Thu, 3 May 2007 09:42:52 +0100) > I've removed the gnude and mingw directories from my path and now I'm > no longer getting the error message stating that there are multiple > dlls in my path. This hasn't fixed the problem, though. g++ (and gcc) > still don't work. I've even tried

Re: g++ doesn't work

2007-05-03 Thread Darrell Blake
I've removed the gnude and mingw directories from my path and now I'm no longer getting the error message stating that there are multiple dlls in my path. This hasn't fixed the problem, though. g++ (and gcc) still don't work. I've even tried uninstalling and reinstalling cygwin, to no avail. I've

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

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

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: Python Tkinter module problem: pydog -g doesn't work

2003-03-12 Thread Jason Tishler
Volker, On Tue, Mar 11, 2003 at 01:36:22AM +0100, Dr. Volker Zell wrote: > Thanks, I just tried it. Just starting up pydoc -g gives a running > HTTP daemon which I can access fine from Mozilla. But when typing a > search string e.g. Tkinter in the search box, the program doesn't > respond anymore

Re: Python Tkinter module problem: pydog -g doesn't work

2003-03-10 Thread Dr. Volker Zell
> "Jason" == Jason Tishler <[EMAIL PROTECTED]> writes: Jason> Volker, Jason> IMO, this post is more appropriate for cygwin@ than [EMAIL PROTECTED] Jason> On Sun, Mar 09, 2003 at 12:51:36PM +0100, Volker Zell wrote: >> ImportError: No module named _tkinter Jason> Sorry, th

Re: Python Tkinter module problem: pydog -g doesn't work

2003-03-09 Thread Jason Tishler
Volker, IMO, this post is more appropriate for cygwin@ than [EMAIL PROTECTED] On Sun, Mar 09, 2003 at 12:51:36PM +0100, Volker Zell wrote: > ImportError: No module named _tkinter Sorry, the above was caused by a Python 2.2.x versus 2.3 build difference. I was set up for Python 2.3 (i.e., CVS) w