I have the same problem. I tried to compile the requisite "Hello, world!"
program, but gcc didn't give any messages, nor generate any output. Here
are the specifics:
Code:
#include
using namespace std;
int main (void) {
cout << "Hello, world!";
return 0;
}
Compiler c
> Looks like the driver works, but the invocation of cc1plus is failing.
>
>> $ cygcheck /usr/bin/gcc
>
> That all looked ok. What do you see from "cygcheck
> /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe"?
>
$ cygcheck /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe
C:/Cygwin/lib/gcc/i
Norton Allen wrote:
>
>>> I have the same problem. I tried to compile the requisite "Hello,
>>> world!"
>>> program, but gcc didn't give any messages, nor generate any output.
>
> Are you sure this failed, or were you perhaps expecting to find an
> executable called hello.exe? The output I g
Dave Korn wrote:
>
> That's very odd, it should at least have spit out some text. How about
> something simpler: does "/usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe
> --help"
> produce any output at all?
>
None.
> Hmm, it's unusual that you haven't got the top-level 'gcc' package
> ins
Dave Korn wrote:
>
>> http://www.nabble.com/file/7076/cygcheck.out cygcheck.out
> " Warning: There are multiple cygwin1.dlls on your path "
>
> That's a guaranteed disaster zone right there. Looks like you've been
> nabbled by some http://cygwin.com/acronyms#3PP. Get rid of these files:
>
5 matches
Mail list logo