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]

c/4605: mips-tfile & spaced directory names



>Number:         4605
>Category:       c
>Synopsis:       mips-tfile & spaced directory names
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Oct 18 01:16:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Andrae Behrens
>Release:        gcc-2.95.2 (and earlier releases too)
>Organization:
>Environment:
Alpha OSF
>Description:
Reading specs from /usr/local/gcc-2.95.2/lib/gcc-lib/alphaev5-dec-osf4.0e/2.95.2/specs
gcc version 2.95.2 19991024 (release):

1. simple source text - hello.c:
#include <stdio.h>

int call()
{
  printf("hello Alpha\n");
  return 0;
}

2. a sub directory with a spaced name: "./dir test"

3. compiler invocation:
gcc -c hello.c -o "./dir test/hello.o"

4. error result:
mips-tfile:./dir test/hello.o: No such file or directory


>How-To-Repeat:

>Fix:
work around: rename "dir test" to "dir_test" f.i. but doing so is not possible for complex development environments 
which control gcc automaticialy
>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]