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]

bootstrap/3542: building gcc-3.0 fails on SuSE-7.1



>Number:         3542
>Category:       bootstrap
>Synopsis:       building gcc-3.0 fails on SuSE-7.1
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jul 03 06:56:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     daniel.rohe@post.rwth-aachen.de
>Release:        gcc-3.0
>Organization:
>Environment:
SuSE-7.1 (i386)
>Description:
The following error message is displayed when trying to compile gc-3.0:

Wtraditional -pedantic /user/aclx481/tpc/rohe/usr.suse/src/gcc-3.0/libiberty/getopt1.c
if [ x"" != x ]; then \
  /usr/bin/gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/user/aclx481/tpc/rohe/usr.suse/src/gcc-3.0/libiberty/../include  -W -Wall -Wtraditional -pedantic  /user/aclx481/tpc/rohe/usr.suse/src/gcc-3.0/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
/usr/bin/gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/user/aclx481/tpc/rohe/usr.suse/src/gcc-3.0/libiberty/../include  -W -Wall -Wtraditional -pedantic /user/aclx481/tpc/rohe/usr.suse/src/gcc-3.0/libiberty/getpwd.c
In file included from /user/aclx481/tpc/rohe/usr.suse/src/gcc-3.0/libiberty/getpwd.c:7:
/usr/include/sys/types.h:96: warning: empty declaration
/user/aclx481/tpc/rohe/usr.suse/src/gcc-3.0/libiberty/getpwd.c: In function `getpwd':
/user/aclx481/tpc/rohe/usr.suse/src/gcc-3.0/libiberty/getpwd.c:62: storage size of `dotstat' isn't known
/user/aclx481/tpc/rohe/usr.suse/src/gcc-3.0/libiberty/getpwd.c:62: storage size of `pwdstat' isn't known
/user/aclx481/tpc/rohe/usr.suse/src/gcc-3.0/libiberty/getpwd.c:66: warning: implicit declaration of function `getenv'
/user/aclx481/tpc/rohe/usr.suse/src/gcc-3.0/libiberty/getpwd.c:66: warning: assignment makes pointer from integer without a cast
/user/aclx481/tpc/rohe/usr.suse/src/gcc-3.0/libiberty/getpwd.c:68: warning: implicit declaration of function `stat'
/user/aclx481/tpc/rohe/usr.suse/src/gcc-3.0/libiberty/getpwd.c:74: warning: implicit declaration of function `getcwd'
/user/aclx481/tpc/rohe/usr.suse/src/gcc-3.0/libiberty/getpwd.c:77: warning: implicit declaration of function `free'
/user/aclx481/tpc/rohe/usr.suse/src/gcc-3.0/libiberty/getpwd.c:62: warning: unused variable `pwdstat'
/user/aclx481/tpc/rohe/usr.suse/src/gcc-3.0/libiberty/getpwd.c:62: warning: unused variable `dotstat'
make[1]: *** [getpwd.o] Error 1
make[1]: Leaving directory `/user/tmp/aclx481/tpc/rohe/usr.suse/src/gcc-obj/libiberty'
make: *** [all-libiberty] Error 2
>How-To-Repeat:

>Fix:

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