home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / gcc / help / 2533 < prev    next >
Encoding:
Text File  |  1992-11-16  |  1.6 KB  |  42 lines

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