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