This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

c/7450: Cannot read response file with gcc 2.95-3 and gcc 3.1


>Number:         7450
>Category:       c
>Synopsis:       Cannot read response file with gcc 2.95-3 and gcc 3.1
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jul 30 16:36:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     cheng@powertv.com
>Release:        unknown-1.0
>Organization:
>Environment:
Cygwin1.dll version 1.3.10.
Windows 2000 SP2 Pentium III machine with 256 MB of memory.
Mount table is:
C:\cygnus\1310\bin on /usr/bin type user (binmode)
C:\cygnus\1310\lib on /usr/lib type user (textmode)
C:\cygnus\1310\usr on /usr/local type user (textmode)
C:\cygnus\1310 on / type user (binmode)
C:\cygnus\1310 on /usr/cygnus type user (binmode)
c: on /c type user (textmode)
d: on /d type user (textmode)
e: on /e type user (textmode)
i: on /cygdrive/i type user (binmode,noumount)
k: on /cygdrive/k type user (binmode,noumount)
l: on /cygdrive/l type user (binmode,noumount)
m: on /cygdrive/m type user (binmode,noumount)
n: on /cygdrive/n type user (binmode,noumount)
p: on /cygdrive/p type user (binmode,noumount)C:\cygnus\1310\bin on /usr/bin type user (binmode)
C:\cygnus\1310\lib on /usr/lib type user (textmode)
C:\cygnus\1310\usr on /usr/local type user (textmode)
C:\cygnus\1310 on / type user (binmode)
C:\cygnus\1310 on /usr/cygnus type user (binmode)
c: on /c type user (textmode)
d: on /d type user (textmode)
e: on /e type user (textmode)
i: on /cygdrive/i type user (binmode,noumount)
k: on /cygdrive/k type user (binmode,noumount)
l: on /cygdrive/l type user (binmode,noumount)
m: on /cygdrive/m type user (binmode,noumount)
n: on /cygdrive/n type user (binmode,noumount)
p: on /cygdrive/p type user (binmode,noumount)
>Description:
I am trying to use a response file to feed gcc a long list of options.  However, gcc failed with the following when I do so with both gcc 2.95-3 (which I download directly from the internet) and gcc 3.1 (which I rebuild myself).  Originally I had this problem when I was doing the similar from within a makefile (and I had to use xargs to get around it).

/c/tmp->/e/gcc31/bin/i686-pc-cygwin32/bin/gcc.exe @./cflags.tmp
gcc.exe: @./cflags.tmp: No such file or directory
gcc.exe: no input files

Inside /c/tmp/cflags.tmp I have the following.
-c test.c
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]