Re: gcc (as.exe) install error

2002-11-18 Thread Danny Sauer
#x27;t you update all your installed > > packages? > > > > On my system, that rather long, funky pathname (in the gcc "cannot exec" > > diagnostic) names a symlink which itself points to /usr/bin/as.exe. > > > > What is it on your system? > &g

Re: gcc (as.exe) install error

2002-11-18 Thread Danny Sauer
2, > > did you also update binutils? Why don't you update all your installed > packages? > > > > On my system, that rather long, funky pathname (in the gcc "cannot exec" > > diagnostic) names a symlink which itself points to /usr/bin/as.exe. > &g

Re: gcc (as.exe) install error

2002-11-10 Thread Danny Sauer
u update all your installed packages? > > On my system, that rather long, funky pathname (in the gcc "cannot exec" > diagnostic) names a symlink which itself points to /usr/bin/as.exe. > > What is it on your system? > > Randall Schulz > Mountain View, CA USA > > &

Re: gcc (as.exe) install error

2002-11-07 Thread Danny Sauer
Danny wrote regarding 'gcc (as.exe) install error' on Wed, Nov 06 at 17:13: ... > $ gcc -o test.exe test.c > gcc: installation problem, cannot exec >'/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/as.exe': Invalid >argument ... Attached is the output of cygcheck -s -v -r, if

gcc (as.exe) install error

2002-11-06 Thread Danny Sauer
I recently installed cygwin 1.3.14-1 (according to cygcheck). gcc is unable to compile c source code (gcc claims to be version 3.2). Example code from "test.c": --- #include int main(){ printf("hello\n"); } --- Not complicated code by any stretch of the imagination. It compiles fine w