public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c/4605: mips-tfile & spaced directory names
@ 2001-10-18  1:16 Andrae.Behrens
  0 siblings, 0 replies; only message in thread
From: Andrae.Behrens @ 2001-10-18  1:16 UTC (permalink / raw)
  To: gcc-gnats

>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:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-10-18  1:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-18  1:16 c/4605: mips-tfile & spaced directory names Andrae.Behrens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).