From xemacs-m  Tue May 27 15:35:43 1997
Received: from cs.sunysb.edu (sbcs.sunysb.edu [130.245.1.15])
	by xemacs.org (8.8.5/8.8.5) with SMTP id PAA11828
	for <xemacs-beta@xemacs.org>; Tue, 27 May 1997 15:35:40 -0500 (CDT)
Received: from sbkifer.cs.sunysb.edu (sbkifer.cs.sunysb.edu [130.245.1.35]) by cs.sunysb.edu (8.6.12/8.6.9) with SMTP id QAA13149 for <xemacs-beta@xemacs.org>; Tue, 27 May 1997 16:35:11 -0400
Message-Id: <199705272035.QAA13149@cs.sunysb.edu>
X-Authentication-Warning: sbcs.cs.sunysb.edu: Host sbkifer.cs.sunysb.edu didn't use HELO protocol
From: kifer@CS.SunySB.EDU (Michael Kifer)
To: xemacs-beta@xemacs.org
Subject: 20.3-b2 failure
Date: Tue, 27 May 1997 16:35:09 -0400
Sender: kifer@CS.SunySB.EDU



Sorry if this has been answered already.
I am getting:

    ld: Undefined symbol 
       _tgetent 
       _tgetflag 
       _tgetstr 
       _tputs 
       _tgetnum 
    gcc: file path prefix `static' never used
    *** Error code 1
    make: Fatal error: Command failed for target `temacs'

Where are these supposed to be? It's the first time that XEmacs failed to
get built for me.  Here is how I built it:

    uname -a: SunOS sbkifer 4.1.3_U1 1 sun4m
    
    configure '--with-x11' '--cflags=-O3' '--error-checking=none'
		'--with-gif' '--with-jpeg' '--with-mule' '--with-xface'
	      '--prefix=/home/sbkifer/xemacs' '--x-includes=/usr/X11R6/include'
		'--x-libraries=/usr/X11R6/lib'
    
    
    Configured for `sparc-sun-sunos4.1.3_U1'.
    
      Where should the build process find the source code?    /home/facfs1/kifer/sbk/xemacs-20.3-b2
      What installation prefix should install use?		  /home/sbkifer/xemacs
      What operating system and machine description files should XEmacs use?
            `s/sunos4-1-3.h' and `m/sparc.h'
      What compiler should XEmacs be built with?              gcc -O3
      Should XEmacs use the GNU version of malloc?            yes
      Should XEmacs use the relocating allocator for buffers? yes
      What window system should XEmacs use?                   x11
      Where do we find X Windows header files?                /usr/X11R6/include
      Where do we find X Windows libraries?                   /usr/X11R6/lib
      Compiling in support for XAUTH.
      Compiling in support for GIF image conversion.
      Compiling in support for XPM images.
      Compiling in support for X-Face message headers.
      Compiling in support for JPEG image conversion.
      Compiling in support for GNU DBM.
      Compiling in Mule (multi-lingual) support.
      Using the Lucid menubar.
      Using the Lucid scrollbar.
      Using the Athena dialog boxes.
      Compiling in extra code for debugging.
      Compiling in code for checking XEmacs memory usage.
    
    
    

