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

  1. Xref: sparky comp.unix.programmer:5384 comp.sources.d:1428
  2. Newsgroups: comp.unix.programmer,comp.sources.d
  3. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!destroyer!cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!acs.ucalgary.ca!cuugnet!millertr
  4. From: millertr@cuug.ab.ca (Trever Miller hm 276-2120 wk 263-2600)
  5. Subject: iScreen 3.2 compiling difficulties
  6. Message-ID: <1992Nov21.041056.13159@cuug.ab.ca>
  7. Sender: news@cuug.ab.ca (Network News Reader)
  8. Nntp-Posting-Host: sun.cuug.ab.ca
  9. Organization: Calgary UNIX User's Group
  10. Date: Sat, 21 Nov 1992 04:10:56 GMT
  11. Lines: 38
  12.  
  13.  
  14.  I am having problems with compiling iScreen v3.2 under DG/UX
  15.  (Data General Aviion)
  16.  
  17.  I snagged the sources from the bsd386 distribution thinking that 
  18.  I could hack it easily for the DGUX system.
  19.  
  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.  
  23. Script started on Fri Nov 20 21:03:45 1992
  24. $ make
  25.       gcc -traditional -O -D_DGUX_SOURCE -D_BSD_WAIT_FLAVOR -DDGUX -c screen.c
  26.       gcc -traditional -O -D_DGUX_SOURCE -D_BSD_WAIT_FLAVOR -DDGUX -c ansi.c
  27.       gcc -traditional -O -D_DGUX_SOURCE -D_BSD_WAIT_FLAVOR -DDGUX -c help.c
  28.       gcc -traditional -O -D_DGUX_SOURCE -D_BSD_WAIT_FLAVOR -DDGUX -c fileio.c
  29.       gcc -traditional -O -D_DGUX_SOURCE -D_BSD_WAIT_FLAVOR -DDGUX -c mark.c
  30.       gcc -traditional -O -D_DGUX_SOURCE -D_BSD_WAIT_FLAVOR -DDGUX -c window.c
  31.       gcc -traditional -O -D_DGUX_SOURCE -D_BSD_WAIT_FLAVOR -DDGUX -c socket.c
  32.       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 
  33. undefined                       first referenced
  34.  symbol                             in file
  35. _stripdev                           screen.o
  36. _ptsname                            screen.o
  37. _unlockpt                           screen.o
  38. _grantpt                            screen.o
  39. ld fatal: Symbol referencing errors. No output written to screen
  40. *** Error code 1
  41.  
  42. Stop.
  43. $ exit
  44.  
  45. script done on Fri Nov 20 21:06:42 1992
  46.  
  47.  
  48. Any ideas?  I looked through ALL the /usr/lib/lib*.a files and couldn't
  49. find anything that helped, and the online man pages say  nothing about
  50. linking... just #include <stdio.h>, which it is.
  51.