home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / programm / 5397 < prev    next >
Encoding:
Internet Message Format  |  1992-11-22  |  2.6 KB

  1. Xref: sparky comp.unix.programmer:5397 comp.sources.d:1431
  2. Newsgroups: comp.unix.programmer,comp.sources.d
  3. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!unidui!flyer!robkaos!robsch
  4. From: robsch@robkaos.GUN.de (Robert Schien)
  5. Subject: Re: iScreen 3.2 compiling difficulties
  6. Message-ID: <1992Nov22.183650.3128@robkaos.GUN.de>
  7. Followup-To: comp.unix.programmer,comp.sources.d
  8. Organization: Private Site, Essen, Germany
  9. X-Newsreader: TIN [version 1.1 PL7]
  10. References: <1992Nov21.041056.13159@cuug.ab.ca>
  11. Date: Sun, 22 Nov 1992 18:36:50 GMT
  12. Lines: 46
  13.  
  14. Trever Miller hm 276-2120 wk 263-2600 (millertr@cuug.ab.ca) wrote:
  15. :  
  16. :  I am having problems with compiling iScreen v3.2 under DG/UX
  17. :  (Data General Aviion)
  18. :  I snagged the sources from the bsd386 distribution thinking that 
  19. :  I could hack it easily for the DGUX system.
  20. :  After much fighting with -D compile flags and hacking the
  21. :  config.h I got it to compile clean all the way to the link stage :
  22. : Script started on Fri Nov 20 21:03:45 1992
  23. : $ make
  24. :       gcc -traditional -O -D_DGUX_SOURCE -D_BSD_WAIT_FLAVOR -DDGUX -c screen.c
  25. :       gcc -traditional -O -D_DGUX_SOURCE -D_BSD_WAIT_FLAVOR -DDGUX -c ansi.c
  26. :       gcc -traditional -O -D_DGUX_SOURCE -D_BSD_WAIT_FLAVOR -DDGUX -c help.c
  27. :       gcc -traditional -O -D_DGUX_SOURCE -D_BSD_WAIT_FLAVOR -DDGUX -c fileio.c
  28. :       gcc -traditional -O -D_DGUX_SOURCE -D_BSD_WAIT_FLAVOR -DDGUX -c mark.c
  29. :       gcc -traditional -O -D_DGUX_SOURCE -D_BSD_WAIT_FLAVOR -DDGUX -c window.c
  30. :       gcc -traditional -O -D_DGUX_SOURCE -D_BSD_WAIT_FLAVOR -DDGUX -c socket.c
  31. :       gcc -traditional -O -D_DGUX_SOURCE -D_BSD_WAIT_FLAVOR -DDGUX  -o screen screen.o ansi.o help.o fileio.o mark.o window.o socket.o -ltermcap 
  32. : undefined                       first referenced
  33. :  symbol                             in file
  34. : _stripdev                           screen.o
  35. : _ptsname                            screen.o
  36. : _unlockpt                           screen.o
  37. : _grantpt                            screen.o
  38. : ld fatal: Symbol referencing errors. No output written to screen
  39. : *** Error code 1
  40. : Stop.
  41. : $ exit
  42. : script done on Fri Nov 20 21:06:42 1992
  43. : Any ideas?  I looked through ALL the /usr/lib/lib*.a files and couldn't
  44. : find anything that helped, and the online man pages say  nothing about
  45. : linking... just #include <stdio.h>, which it is.
  46. Do you have a libpt.a? These missing routines are in libpt.a on my
  47. system (ESIX 3.2D). Of course, your's is much more BSD'ish.
  48. Just a hint, which may help.
  49. Robert
  50. -- 
  51. Robert Schien    robsch@robkaos.GUN.de
  52. "To err is human, to really foul things up requires a computer"
  53.