home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / gcc / bug / 2692 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.4 KB  |  37 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!stanford.edu!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!vort.cuc.ab.CA!mike
  3. From: mike@vort.cuc.ab.CA (Mike Nemeth)
  4. Subject: GCC 2.3.1 and gnuplot 3.2, weird error from "ld"
  5. Message-ID: <199211100329.AA22353@vort.cuc.ab.ca>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Mon, 9 Nov 1992 13:29:30 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 24
  12.  
  13. hardware : generic 33MHz 486, 16 Mbytes RAM, 64Kbytes cache
  14. system   : ISC System V UNIX 3.2.2.1
  15. software : GCC 2.3.1, gnuplot 3.2
  16.  
  17.  
  18. i am having some difficulty linking "gnuplot_x11.o". everything else seems
  19. to compile and link just fine, but the following happens when attempting
  20. to compile "gnuplot_x11":
  21.  
  22.  ld -o gnuplot_x11 /lib/crt1.o /usr/local/lib/gcc-lib/i486-sysv-isc/2.3.1/
  23. crtbegin.o -L/usr/local/lib/gcc-lib/i486-sysv-isc/2.3.1 -L/usr/local/lib
  24. /usr/local/lib/x11/include /usr/tmp/cca218211.o -lX11 -linet -lpt -lm -lgcc
  25. -lc -lg -lgcc /usr/local/lib/gcc-lib/i486-sysv-isc/2.3.1/crtend.o /lib/crtn.o
  26. ld include 1: syntax error : scanned line = (.)
  27.  
  28. ^U^N^U^U
  29.  
  30. and it just stops there until i strike ^C, whereupon the control characters
  31. after the error message from ld cause my terminal to go extremely non-linear.
  32.  
  33. i'm not out of disk space, and i've used GCC 2.3.1 to compile "xv", "X11R5",
  34. and a number of other programs that all work reliably.
  35.  
  36.  
  37.