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