home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 15813 < prev    next >
Encoding:
Text File  |  1992-11-06  |  1.2 KB  |  31 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sun-barr!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!europa.asd.contel.com!paladin.american.edu!news.univie.ac.at!hp4at!mcsun!Germany.EU.net!news.Hamburg.Germany.EU.net!michaelw
  3. From: michaelw@mcshh.Hanse.DE (Michael Will)
  4. Subject: compiling ghostscript/view
  5. Organization: Point of Presence & MCS Hamburg
  6. Date: Thu, 5 Nov 1992 22:31:08 GMT
  7. Message-ID: <michaelw.721002668@mcshh.hanse.de>
  8. Sender: news@mcshh.Hanse.DE (News Administrator)
  9. Lines: 20
  10.  
  11. I tried to compile ghostscript 2.5.2, and got:
  12. echo -lsocket -lm >>_temp_
  13. /bin/sh <_temp_
  14. ld: No such file or directory for libsocket.a
  15. make: *** [gs] Error 1
  16. Why this?
  17.  
  18. Someone told me it should "make" without trouble on linux.
  19.  
  20. Ghostview failed as well:
  21. # make
  22. gcc -fwritable-strings -fomit-frame-pointer  -O2 -m386 -DNO_ASM   -I/usr/X386/include  -D_POSIX_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE      -Dlinux  -DFUNCPROTO=11 -DNARROWPROTO -DNON_BLOCKING_IO  -DSELFILE -DHOME_ON_DEMAND   -c misc.c -o misc.o
  23. misc.c:61: conflicting types for `sys_errlist'
  24. /usr/include/errno.h:8: previous declaration of `sys_errlist'
  25. make: *** [misc.o] Error 1
  26.  
  27. So what?
  28.  
  29. Greetings, Michael Will
  30.