public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* build problem
@ 1997-03-27 15:33 Bruce D. McLeod
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce D. McLeod @ 1997-03-27 15:33 UTC (permalink / raw)
  To: gnu-win32

When I try to install a new build of the cdksrc, I get the error
below.  It seems the install targets are looking for the executable
names without the .exe, while the gcc behaviour when -o is given
without a suffix is to append .exe.  Thanks for any advice.

Bruce

for i in size objdump nm.new ar strings strip.new ranlib c++filt objcopy   dllto
ol ; do \
  /cygnus/src/cdksrc/install.sh -c -t='' $i /usr/local/bin/`echo $i | sed -e 's/
.new//'` ; \
done
cp: size: No such file or directory
cp: objdump: No such file or directory
cp: ar: No such file or directory
cp: strings: No such file or directory
cp: ranlib: No such file or directory
cp: c++filt: No such file or directory
cp: objcopy: No such file or directory
cp: dlltool: No such file or directory
make: *** [install] Error 1
make: *** [install-binutils] Error 2

-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

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

* build problem
@ 2002-12-25 10:20 Matt
  0 siblings, 0 replies; 2+ messages in thread
From: Matt @ 2002-12-25 10:20 UTC (permalink / raw)
  To: cygwin

I'm running into a problem build ing the current cygwin source on my XP
SP1 machine. I have 1 gig of RAM (700 meg free when starting the build),
and 4 gigs of free HD space. When it first failed, I ran the Cygwin setup
and got updated packages. Same problem, even with the updated packages.

The first suspicious thing I see is this, during the configure for w32api:
"running /bin/sh ../../../../src/winsup/w32api/configure
--host=i686-pc-cygwin -
-build=i686-pc-cygwin --with-newlib --enable-multilib
--with-target-subdir=i686-
pc-cygwin --cache-file=../../config.cache
--srcdir=../../../../src/winsup/w32api

configure: loading cache ../../config.cache
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-cygwin
checking target system type... (cached) i686-pc-cygwin
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking for i686-pc-cygwin-gcc... (cached)  gcc
-L/usr/src/cygwin/i686-pc-cygwi
n/winsup -L/usr/src/cygwin/i686-pc-cygwin/winsup/cygwin
-L/usr/src/cygwin/i686-p
c-cygwin/winsup/w32api/lib -isystem /usr/src/src/winsup/include -isystem
/usr/sr
c/src/winsup/cygwin/include -isystem /usr/src/src/winsup/w32api/include
-isystem
 /usr/src/src/newlib/libc/sys/cygwin -isystem
/usr/src/src/newlib/libc/sys/cygwi
n32 -B/usr/src/cygwin/i686-pc-cygwin/newlib/ -isystem
/usr/src/cygwin/i686-pc-cy
gwin/newlib/targ-include -isystem /usr/src/src/newlib/libc/include
checking for i686-pc-cygwin-ar... (cached) ar
checking for i686-pc-cygwin-as... (cached) as
checking for i686-pc-cygwin-ranlib... (cached) ranlib
checking for i686-pc-cygwin-ld... (cached) ld
checking for i686-pc-cygwin-dlltool... (cached) dlltool
checking for i686-pc-cygwin-windres... (cached) windres
checking for build environment... cygwin
updating cache ../../config.cache
configure: creating ./config.status
config.status: creating Makefile
mv: /tmp/csIZ2304/out: The system cannot find the path specified.
config.status: creating lib/Makefile
mv: /tmp/csIZ2304/out: The system cannot find the path specified.
config.status: creating lib/ddk/Makefile
mv: /tmp/csIZ2304/out: The system cannot find the path specified.
configuring in mingw"

Those Makefiles are then not present, and the build later fails because
they are not. At first, I thought the problem might be where my tmpdir was
located, but that was not it. I checked the permissions (and file
attributes) on the tmp dir, and they looked alright to me.

The full make logs are up at
http://www.clock.org/~matt/cygwin
as a bzip2'd tar.

Any help is appreciated,
Thanks.


--
http://www.clock.org/~matt


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

end of thread, other threads:[~2002-12-24 23:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-03-27 15:33 build problem Bruce D. McLeod
2002-12-25 10:20 Matt

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