Re: gcc (as.exe) install error

2002-11-18 Thread Christopher Faylor
On Mon, Nov 18, 2002 at 03:46:54PM -0600, Danny Sauer wrote: >Ok, so I found what appears to be my problem. I had installed cygwin >to a network drive (samba running on a linux machine). Apperently, the >installer expects to be able to create symlink-like files on the Win2K >system that it was ru

Re: gcc (as.exe) install error

2002-11-18 Thread Danny Sauer
s issue a known bug, or should I further investigate my setup? Thanks a lot for the help. --Danny Danny wrote regarding 'Re: gcc (as.exe) install error' on Sun, Nov 10 at 17:59: > I'm not in front of the machine, but for the time being I'll add this: > > When I copy t

Re: gcc (as.exe) install error

2002-11-18 Thread Danny Sauer
Doh. I didn't notice that the list doesn't set the "reply-to" header. :) --Danny Danny wrote regarding 'Re: gcc (as.exe) install error' on Sun, Nov 10 at 17:59: > Danny, > > The dialog regarding your problems with GCC and / or "as" (or whatev

Re: gcc (as.exe) install error

2002-11-10 Thread Danny Sauer
stall (by selecting "uninstall" and then "install" at the root of the software tree) on that machine, and the same thing happens. I'll check the version that got reinstalled Mon morning. Thanks for the help so far. The community rocks. --Danny Randall wrote regarding '

Re: gcc (as.exe) install error

2002-11-07 Thread Randall R Schulz
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 At 08:25 2002-11-07, Danny Sauer wrote: Danny wrote regarding 'gcc (as.exe) install error' on Wed, Nov 06 at 17:13:

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

Re: gcc (as.exe) install error

2002-11-06 Thread Michael A Chase
On Wed, 06 Nov 2002 16:11:49 -0800 Randall R Schulz <[EMAIL PROTECTED]> wrote: > How is the (merely) potential conflict between the output of Danny's > compilation ("test.exe") going to lead "gcc" to produce an "Invalid > argument" error? Especially when the assembler runs (or would run) before

RE: gcc (as.exe) install error

2002-11-06 Thread Harig, Mark A.
esday, November 06, 2002 6:14 PM > To: [EMAIL PROTECTED] > Subject: gcc (as.exe) install error > > > 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 "t

Re: gcc (as.exe) install error

2002-11-06 Thread Randall R Schulz
Michael, How is the (merely) potential conflict between the output of Danny's compilation ("test.exe") going to lead "gcc" to produce an "Invalid argument" error? Especially when the assembler runs (or would run) before "test.exe" gets written? Also note that "test" is a shell built-in both in

Re: gcc (as.exe) install error

2002-11-06 Thread Michael A Chase
On Wed, 6 Nov 2002 17:14:25 -0600 Danny Sauer <[EMAIL PROTECTED]> wrote: > 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("h

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