This is the mail archive of the gcc@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]

Build of egcs-971105 on m68k-next-nextstep3 successful


Hi,

I finally managed to completely build egcs-971105 (core, g77 and  
g++) on m68k-next-nextstep3.

Problem 1 is that fixincludes is not run on the directory  
/NextDeveloper/Headers, which is one of the first directories  
searched for header files on NextStep.

Problem 2 was that my version of patch didn't remove the now  
obsolete files in libstdc++, but created empty ones (as correctly  
diagnosed by Jeff and Kriang).

Unfortunately, I still can't really *test* the compilers, as  
dejagnu doesn't build on my system:

make[1]: Entering directory  
`/Users/toon/Unix/compilers/dejagnu-971028/tcl'
make[2]: Entering directory  
`/Users/toon/Unix/compilers/dejagnu-971028/tcl/unix'
gcc -c -g -O2  -I./../generic -I. -DUSEGETWD=1 -DHAVE_OPENDIR=1  
-DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DNO_UNAME=1  
-DNO_DIRENT_H=1 -DNO_VALUES_H=1 -DNO_DLFCN_H=1 -DHAVE_UNISTD_H=1  
-DUSE_SGTTY=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1  
-DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1  
-DSTDC_HEADERS=1 -Dmode_t=int -Dpid_t=int -DHAVE_ST_BLKSIZE=1  
-DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1         
-DTCL_SHLIB_EXT=\".so\" ./tclUnixFCmd.c
./tclUnixFCmd.c: In function `TclpCreateDirectory':
./tclUnixFCmd.c:475: `S_IRUSR' undeclared (first use this function)
./tclUnixFCmd.c:475: (Each undeclared identifier is reported only once
./tclUnixFCmd.c:475: for each function it appears in.)
./tclUnixFCmd.c:475: `S_IWUSR' undeclared (first use this function)
./tclUnixFCmd.c:475: `S_IXUSR' undeclared (first use this function)
./tclUnixFCmd.c: In function `CopyFileAtts':
./tclUnixFCmd.c:877: storage size of `tval' isn't known
./tclUnixFCmd.c:881: `S_IRWXU' undeclared (first use this function)
./tclUnixFCmd.c:881: `S_IRWXG' undeclared (first use this function)
./tclUnixFCmd.c:881: `S_IRWXO' undeclared (first use this function)
make[2]: *** [tclUnixFCmd.o] Error 1

This is probably an error in the autoconfed -Defines because  
NextStep does define those constants, e.g. in  
/usr/include/bsd/sys/stat.h

HTH,
Toon.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]