home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 15952 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.8 KB

  1. Path: sparky!uunet!decwrl!netsys!agate!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!usc!wupost!gumby!destroyer!fmsrl7!lynx!unmvax!uservx.plk.af.mil!simonich
  2. From: simonich@uservx.plk.af.mil
  3. Newsgroups: comp.os.linux
  4. Subject: Re: compiling ghostscript/view
  5. Message-ID: <1992Nov5.212126.36402@uservx.plk.af.mil>
  6. Date: 5 Nov 92 21:21:26 GMT
  7. References: <michaelw.721002668@mcshh.hanse.de>
  8. Organization: Phillips Laboratory - Kirtland AFB
  9. Lines: 34
  10.  
  11. In article <michaelw.721002668@mcshh.hanse.de>, michaelw@mcshh.Hanse.DE (Michael Will) writes:
  12. > I tried to compile ghostscript 2.5.2, and got:
  13. > echo -lsocket -lm >>_temp_
  14. > /bin/sh <_temp_
  15. > ld: No such file or directory for libsocket.a
  16. > make: *** [gs] Error 1
  17. > # 
  18. > Why this?
  19. > Someone told me it should "make" without trouble on linux.
  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. > So what?
  27. > Greetings, Michael Will
  28.  
  29. I'm very new to the wonderful world of Imake et.al.  However, I did
  30. compile ghostscript last night (and on the first try!).
  31.  
  32. I umpacked the gs252 directory, did a xmkmf to regenerate the Makefile,
  33. did make, and went out to watch TV.  When I came back it was done.
  34.  
  35. I am using a very valnilla system consisting of HLU's base disk and
  36. gcc disks under Linux 0.98p3+ (the + is Linus's emergency fix).
  37.  
  38. This is probably no help but at least you know that the problem isn't
  39. in GhostScript 2.5.2.  Therefore, it must (?) be something in
  40. your paths.
  41.