home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.help
- Path: sparky!uunet!think.com!spool.mu.edu!umn.edu!csus.edu!netcom.com!jimlynch
- From: jimlynch@netcom.com (Jim Lynch)
- Subject: I did the stage1 stage 2 and stage 3 thang and...
- Message-ID: <1992Nov16.151551.7754@netcom.com>
- Organization: Netcom - Online Communication Services (408 241-9760 guest)
- Distribution: gnu
- Date: Mon, 16 Nov 1992 15:15:51 GMT
- Lines: 31
-
- ...I'm getting object-file differences.
-
- I'm compiling on a sparc-sun-sunos4.1.3 thang and it's going thru the motions
- (and taking a half hour to 45 minits each single compile)... The only thing
- that saves me is the solitare program... now can someone save me from that??
-
- Seriously, it goes thru the motions without complaining and then I get
- differences when I do a 'make compare'. Also, the Objective C part is getting
- confused... here's the final part of the transcript:
-
- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- if [ -d objc ]; then true; else mkdir objc; fi
- thisdir1=`pwd`; \
- srcdir1=`cd /usr/hack/tmp/jimlynch/gcc-2.3.1; pwd`; \
- cd objc; \
- make -f ${srcdir1}/objc/Makefile libobjc.a \
- srcdir=${srcdir1} tooldir=/tmp/jimlynch/gcc-install/sparc-sun-sunos4.1.3 AR="a
- r" AR_FLAGS="rc" \
- GCC_FOR_TARGET="${thisdir1}/xgcc -B${thisdir1}/" \
- GCC_CFLAGS=" -DIN_GCC -g "
- make: Fatal error: Don't know how to make target `../assert.h'
- Current working directory /tmp/jimlynch/ob-files/objc
- *** Error code 1
- make: Fatal error: Command failed for target `libobjc.a'
- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-
- Anyone know what's goin on?
-
- Thanx in advance
-
- -Jim
-