public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* regex.c not found, but it clearly exists
@ 2007-12-14  7:05 NightStrike
  2007-12-14  7:18 ` Brian Dessent
  2007-12-14  7:19 ` Rick Mann
  0 siblings, 2 replies; 21+ messages in thread
From: NightStrike @ 2007-12-14  7:05 UTC (permalink / raw)
  To: Binutils

When compiling binutils in a cygwin shell using the mingw binary
release of gcc, I see the following confusing thing:

NightStrike@coolermaster1 /tmp/b6/bu/libiberty
$ make
if [ x"" != x ]; then \
          i686-pc-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I.
-I/tmp/build/binutils/src/libiberty/../include  -W -Wall
-Wwrite-strings -Wstrict-prototypes -pedantic
/tmp/build/binutils/src/libiberty/regex.c -o pic/regex.o; \
        else true; fi
i686-pc-mingw32-gcc -c -DHAVE_CONFIG_H -g -O2 -I.
-I/tmp/build/binutils/src/libiberty/../include  -W -Wall
-Wwrite-strings -Wstrict-prototypes -pedantic
/tmp/build/binutils/src/libiberty/regex.c -o regex.o
gcc.exe: /tmp/build/binutils/src/libiberty/regex.c: No such file or directory
gcc.exe: no input files
make: *** [regex.o] Error 1

NightStrike@coolermaster1 /tmp/b6/bu/libiberty
$ ls -la /tmp/build/binutils/src/libiberty/regex.c
-rw-r--r-- 1 NightStrike None 253K Jul 22  2005
/tmp/build/binutils/src/libiberty/regex.c



As you can see, the file does exist and is nonzero.  It is readable by
user, group, and world.  Why would gcc say it does not exist?

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2008-01-02 21:05 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-14  7:05 regex.c not found, but it clearly exists NightStrike
2007-12-14  7:18 ` Brian Dessent
2007-12-14  9:42   ` Andrew STUBBS
2007-12-17 23:22     ` NightStrike
2008-01-02 12:48       ` Andrew STUBBS
2008-01-02 16:19         ` Andrew STUBBS
2008-01-02 16:50         ` Andrew STUBBS
2008-01-02 19:16         ` Andrew STUBBS
2008-01-02 20:03         ` Andrew STUBBS
2008-01-02 20:59         ` Dave Korn
2008-01-02 21:44           ` Andrew STUBBS
2008-01-02 23:56             ` Andrew STUBBS
2008-01-03  2:15             ` Andrew STUBBS
2008-01-03  5:26             ` Andrew STUBBS
2008-01-03 15:29             ` Andrew STUBBS
2008-01-03 16:06             ` Andrew STUBBS
2008-01-02 23:56         ` Andrew STUBBS
2008-01-03 12:57         ` Andrew STUBBS
2008-01-03 15:44         ` Andrew STUBBS
2008-01-03 16:17         ` Andrew STUBBS
2007-12-14  7:19 ` Rick Mann

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).