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]
Other format: [Raw text]

bootstrap/8796: Bootstrap fails on Tru64 4.0f with native make and cc


>Number:         8796
>Category:       bootstrap
>Synopsis:       Bootstrap fails on Tru64 4.0f with native make and cc
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Dec 03 07:06:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Paul Hughett
>Release:        gcc 3.2.1
>Organization:
>Environment:
alphaev6-dec-osf4.0f using native cc and make
(Tru64 4.0f)
>Description:
Cannot bootstrap gcc-3.2.1 on alphaev6-dec-osf4.0f using the
native make and cc without manually tweaking the build
process.
>How-To-Repeat:
When bootstrapping gcc-3.2.1 on alphaev6-dec-osf4.0f using the
native make and cc and configured as

   ../$srcdir/configure --disable-threads

make bootstrap dies after generating an error

.
.
.
(cd intl && make all)
.
.
.
cc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/gcc-3.2.1/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/gcc-3.2.1/share/locale\"  -DLIBDIR=\"/usr/local/gcc-3.2.1/lib\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc-3.2.1/gcc/intl -I../../../gcc-3.2.1/gcc  -I../../../gcc-3.2.1/gcc/config -I../../../gcc-3.2.1/gcc/../include  -g    plural.c -o plural.o
cc: Severe: No such file or directory
... file is 'plural.c'
>Fix:
Creating a link from $bindir/gcc/intl/plural.c to $srcdir/gcc/intl/plural.c
and typing make bootstrap again fixes this error.  On a fresh
build directory, creating the link after configure but before
make bootstrap works without any errors.
>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]