public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* make problem on Tru64 4.0f
       [not found] <B82D94DD.A26E%dmorsberger@sensysdl.com>
@ 2001-11-24 17:33 ` The Morsbergers
  2001-11-30 18:53   ` The Morsbergers
  0 siblings, 1 reply; 2+ messages in thread
From: The Morsbergers @ 2001-11-24 17:33 UTC (permalink / raw)
  To: GCC

I encountered the following "make bootstrap" problem on a Tru64 4.0f alpha
host. I did a clean cvs install last night.

What branch / tag should I checkout from CVS? I did a generic "cvs
checkout".

Any ideas?

make[2]: Entering directory `/home/dwmorsb/gcc/obj/fastjar'
make "AR_FLAGS=rc" "CC_FOR_BUILD=cc" "CFLAGS=-g" "CXXFLAGS=-g -O2"
"CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -mieee" "INSTALL=/bin/sh
/home/dwmorsb/gcc/install-sh -c" "INSTALL_DATA=/bin/sh
/home/dwmorsb/gcc/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh
/home/dwmorsb/gcc/install-sh -c " "INSTALL_SCRIPT=/bin/sh
/home/dwmorsb/gcc/install-sh -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g"
"LIBCFLAGS_FOR_TARGET=-g -mieee" "MAKE=make" "MAKEINFO=makeinfo   "
"PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh"
"exec_prefix=/home/dwmorsb/bin/gcc" "infodir=/home/dwmorsb/bin/gcc/info"
"libdir=/home/dwmorsb/bin/gcc/lib" "prefix=/home/dwmorsb/bin/gcc" "AR=ar"
"AS=as" "CC=cc" "CXX=c++" "LD=ld" "LIBCFLAGS=-g" "NM=nm" "PICFLAG="
"RANLIB=" "DESTDIR=" all-am
make[3]: Entering directory `/home/dwmorsb/gcc/obj/fastjar'
source='../../fastjar/jartool.c' object='jartool.o' libtool=no \
depfile='.deps/jartool.Po' tmpdepfile='.deps/jartool.TPo' \
depmode=none /bin/sh ../../fastjar/depcomp \
cc -DHAVE_CONFIG_H -I. -I../../fastjar -I. -I. -I../../fastjar
-I../../fastjar/../zlib    -g -c `test -f ../../fastjar/jartool.c || echo
'../../fastjar/'`../../fastjar/jartool.c
/bin/sh: ../../fastjar/depcomp: cannot open
make[3]: *** [jartool.o] Error 1
make[3]: Leaving directory `/home/dwmorsb/gcc/obj/fastjar'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/dwmorsb/gcc/obj/fastjar'

-- 
David Morsberger - Sensys Development Laboratories, Inc.
dmorsberger@sensysdl.com
301.361.0150 x 228
"The only time success comes before work is in the dictionary."



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

* make problem on Tru64 4.0f
  2001-11-24 17:33 ` make problem on Tru64 4.0f The Morsbergers
@ 2001-11-30 18:53   ` The Morsbergers
  0 siblings, 0 replies; 2+ messages in thread
From: The Morsbergers @ 2001-11-30 18:53 UTC (permalink / raw)
  To: GCC

I encountered the following "make bootstrap" problem on a Tru64 4.0f alpha
host. I did a clean cvs install last night.

What branch / tag should I checkout from CVS? I did a generic "cvs
checkout".

Any ideas?

make[2]: Entering directory `/home/dwmorsb/gcc/obj/fastjar'
make "AR_FLAGS=rc" "CC_FOR_BUILD=cc" "CFLAGS=-g" "CXXFLAGS=-g -O2"
"CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -mieee" "INSTALL=/bin/sh
/home/dwmorsb/gcc/install-sh -c" "INSTALL_DATA=/bin/sh
/home/dwmorsb/gcc/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh
/home/dwmorsb/gcc/install-sh -c " "INSTALL_SCRIPT=/bin/sh
/home/dwmorsb/gcc/install-sh -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g"
"LIBCFLAGS_FOR_TARGET=-g -mieee" "MAKE=make" "MAKEINFO=makeinfo   "
"PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh"
"exec_prefix=/home/dwmorsb/bin/gcc" "infodir=/home/dwmorsb/bin/gcc/info"
"libdir=/home/dwmorsb/bin/gcc/lib" "prefix=/home/dwmorsb/bin/gcc" "AR=ar"
"AS=as" "CC=cc" "CXX=c++" "LD=ld" "LIBCFLAGS=-g" "NM=nm" "PICFLAG="
"RANLIB=" "DESTDIR=" all-am
make[3]: Entering directory `/home/dwmorsb/gcc/obj/fastjar'
source='../../fastjar/jartool.c' object='jartool.o' libtool=no \
depfile='.deps/jartool.Po' tmpdepfile='.deps/jartool.TPo' \
depmode=none /bin/sh ../../fastjar/depcomp \
cc -DHAVE_CONFIG_H -I. -I../../fastjar -I. -I. -I../../fastjar
-I../../fastjar/../zlib    -g -c `test -f ../../fastjar/jartool.c || echo
'../../fastjar/'`../../fastjar/jartool.c
/bin/sh: ../../fastjar/depcomp: cannot open
make[3]: *** [jartool.o] Error 1
make[3]: Leaving directory `/home/dwmorsb/gcc/obj/fastjar'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/dwmorsb/gcc/obj/fastjar'

-- 
David Morsberger - Sensys Development Laboratories, Inc.
dmorsberger@sensysdl.com
301.361.0150 x 228
"The only time success comes before work is in the dictionary."



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

end of thread, other threads:[~2001-12-01  2:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <B82D94DD.A26E%dmorsberger@sensysdl.com>
2001-11-24 17:33 ` make problem on Tru64 4.0f The Morsbergers
2001-11-30 18:53   ` The Morsbergers

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