Re: gcc: error: unrecognized command line option ‘-mcygwin’

2014-03-20 Thread Andrey Repin
Greetings, - -! > I use PyCharm for Python programming and installing packages. PyCharm uses > the pip command to install any package. I recently needed to install a > package that needs to be build. I learned that I needed to install cygwin in > that case. Not only Cygwin, then, but also Python

Re: gcc: error: unrecognized command line option ‘-mcygwin’

2014-03-20 Thread Marco Atzeri
On 20/03/2014 15:41, - - wrote: I use PyCharm for Python programming and installing packages. PyCharm uses the pip command to install any package. > I recently needed to install a package that needs to be build. > I learned that I needed to install cygwin in that case. which package ?

Re: "gcc: error: spawn: No such file or directory" issue on Windows 7

2013-08-08 Thread Vinh Nguyen
I tried it again with "gcc -v foo.cpp" and found it was using a cc1plus command, which I couldn't find in my PATH. I installed all cygwin packages beginning with gcc-* and was able to compile my python package. Consider this issue resolved. -- Vinh -- Problem reports: http://cygwin.com/pr

Re: "gcc: error: spawn: No such file or directory" issue on Windows 7

2013-08-07 Thread Christopher Faylor
On Wed, Aug 07, 2013 at 11:01:45AM -0700, Vinh Nguyen wrote: >Hi, > >I'm using Windows 7 and Cygwin 2.819 64 bit. I installed gcc >4.8.1.-3. I get this error when trying to compile: > >$ touch foo.cpp >$ gcc -c foo.cpp >gcc: error: spawn: No such file or directory > >I'm trying to compile a pytho

RE: gcc error in Cygwin

2007-07-15 Thread Dave Korn
On 15 July 2007 22:08, ppanta wrote: > I'm using the makefile that came with the code I'm working on and I cant > seem to get it working > in the Cygwin system even though it works perfectly fine in SUN. That's because it was written for Sun's C compiler and not gcc, and Sun uses Sun's C compil

RE: gcc error on cygwin

2002-11-07 Thread Harig, Mark A.
/check.exe. gdb should start automatically. > -Original Message- > From: Ajitha [mailto:aji@;sscu.iisc.ernet.in] > Sent: Thursday, November 07, 2002 11:54 AM > To: Harig, Mark A. > Cc: [EMAIL PROTECTED] > Subject: RE: gcc error on cygwin > > > > Hi, >

RE: gcc error on cygwin

2002-11-07 Thread Ajitha
Hi, Thank you. Please find attached the cygcheck.txt and the sample program which gives the follwoing error message. The cygwin version is 1.3-13 DLL. On executing check.exe (I am not able to understand why it gives check.exe instead of just 'check' on g77 -o check check.f command) it gives the

RE: gcc error on cygwin

2002-11-06 Thread Harig, Mark A.
As requested at http://cygwin.com/bugs.html: o Please describe how to reproduce the problem, including a test case, if possible. o Please include at least the version number of the Cygwin release you are using along with the operating system name and its version number, for example, "cy

RE: GCC- Error

2002-03-21 Thread Sankaran, Senthil K (Indsys)
; Ph. : +91 - 40 - 788 1980 > Fax : +91 - 40 - 790 5004 > -Original Message- From: Pavel Tsekov [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 7:18 PM To: Sankaran, Senthil K (Indsys) Cc: [EMAIL PROTECTED] Subject: Re: GCC- Error Hello Senthil, There is some kind o

Re: GCC- Error

2002-03-21 Thread Pavel Tsekov
Hello Senthil, There is some kind of problem in setup.exe and people are working to fix it. Read this to find a solution to your problem: http://cygwin.com/ml/cygwin/2002-03/msg01180.html Also you can read this link: http://cygwin.com/lists.html#see-above SSKI> $ gcc hello.c -o hello.exe SSKI

Re: gcc error: ld cannot find user32 (w32api package installed)

2002-03-20 Thread Christopher Faylor
On Wed, Mar 20, 2002 at 03:28:46PM -0800, Luke J Crook wrote: >>> From: "Edward M. Lee" >>> To: "'Jeremy Hetzler'" >>> Date: Tue, 19 Mar 2002 22:42:38 -0500 > >>> Try removing the ./ from the w32api-1.2.1.tar.bz2 package, then >>> reinstall. > >>> Or just tar -C / path/to/w32api-1.2.1.tar.bz2

RE: gcc error: ld cannot find user32 (w32api package installed)

2002-03-20 Thread Luke J Crook
>> From: "Edward M. Lee" >> To: "'Jeremy Hetzler'" >> Date: Tue, 19 Mar 2002 22:42:38 -0500 >> Try removing the ./ from the w32api-1.2.1.tar.bz2 package, then >> reinstall. >> Or just tar -C / path/to/w32api-1.2.1.tar.bz2 I don't understand. I'm having the same problem, and I installed Cyg

RE: gcc error: ld cannot find user32 (w32api package installed)

2002-03-19 Thread Edward M. Lee
Try removing the ./ from the w32api-1.2.1.tar.bz2 package, then reinstall. Or just tar -C / path/to/w32api-1.2.1.tar.bz2 Cheers, edward -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Jeremy Hetzler Sent: Tuesday, March 19, 2002 9:50 PM To: [EMAIL PROT