unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* compiling with non-gcc
@ 2002-09-22 20:10 Daniel Pfeiffer
  2002-09-23 15:59 ` Richard Stallman
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Pfeiffer @ 2002-09-22 20:10 UTC (permalink / raw)


Hi,

I'm trying to compile 21.2 with the intel compiler.  Configure correctly reported it to not be GNU gcc.  But now I get:

/opt/intel/compiler60/ia32/bin/icc -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. -I/usr/src/emacs/emacs-21.2/src  -D_BSD_SOURCE     -O3 -tpp6 -axK -xK -L/usr/X11/lib /usr/src/emacs/emacs-21.2/src/prefix-args.c -o prefix-args
/usr/src/emacs/emacs-21.2/src/prefix-args.c
ld  -R/usr/X11/lib -z nocombreloc  	   -L/usr/X11/lib     -o temacs pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o 	charset.o coding.o category.o ccl.o	cm.o term.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o 	emacs.o keyboard.o macros.o keymap.o sysdep.o 	buffer.o filelock.o insdel.o marker.o 	minibuf.o fileio.o dired.o filemode.o 	cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o 	alloc.o data.o doc.o editfns.o callint.o 	eval.o floatfns.o fns.o print.o lread.o 	abbrev.o syntax.o unexelf.o mocklisp.o bytecode.o 	process.o callproc.o 	region-cache.o sound.o atimer.o 	doprnt.o strftime.o intervals.o textprop.o composite.o md5.o 	 terminfo.o lastfile.o vm-limit.o  widget.o          ../lwlib/liblw.a -L/usr/X11/lib  -lXaw3d -lXmu -lXt -lSM -lICE -lXext -ltiff -ljpeg -lpng -lz -lm -lungif -lXpm -lX11         -lncurses       -lm -lgcc -lc -lgcc /usr/lib/crtn.o    
ld: cannot find -lgcc

coralament / best Grötens / liebe Grüße / best regards / elkorajn salutojn
Daniel Pfeiffer

-- 
 -- SEX sells!  See the XXX rated sawfish page ;-)
  -- 
   -- http://dapfy.bei.t-online.de/sawfish/sexyfish/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: compiling with non-gcc
  2002-09-22 20:10 compiling with non-gcc Daniel Pfeiffer
@ 2002-09-23 15:59 ` Richard Stallman
  2002-09-23 20:04   ` Daniel Pfeiffer
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Stallman @ 2002-09-23 15:59 UTC (permalink / raw)
  Cc: bug-gnu-emacs

It should not be trying to use -lgcc if it is not compiling with GCC.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: compiling with non-gcc
  2002-09-23 15:59 ` Richard Stallman
@ 2002-09-23 20:04   ` Daniel Pfeiffer
  2002-09-24 17:14     ` Richard Stallman
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Pfeiffer @ 2002-09-23 20:04 UTC (permalink / raw)
  Cc: bug-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

Richard Stallman <rms@gnu.org> skribis:
> It should not be trying to use -lgcc if it is not compiling with GCC.

That's what I figured!  I'm attaching the produced files.

Btw. I forgot to mention, this is SuSE 8.0, kernel 2.4.18, glibc 2.2.5

coralament / best Grötens / liebe Grüße / best regards / elkorajn salutojn
Daniel Pfeiffer

-- 
 -- http://dapfy.bei.t-online.de/sawfish/
  --

[-- Attachment #2: config.log --]
[-- Type: application/octet-stream, Size: 40230 bytes --]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:759: checking host system type
configure:1745: checking for gcc
configure:1858: checking whether the C compiler (/opt/intel/compiler60/ia32/bin/icc -O3 -tpp6 -axK -xK ) works
configure:1874: /opt/intel/compiler60/ia32/bin/icc -o conftest -O3 -tpp6 -axK -xK   conftest.c  1>&5
conftest.c
configure:1900: checking whether the C compiler (/opt/intel/compiler60/ia32/bin/icc -O3 -tpp6 -axK -xK ) is a cross-compiler
configure:1905: checking whether we are using GNU C
configure:1914: /opt/intel/compiler60/ia32/bin/icc -E conftest.c
conftest.c
configure:1933: checking whether /opt/intel/compiler60/ia32/bin/icc accepts -g
configure:2013: checking whether ln -s works
configure:2034: checking how to run the C preprocessor
configure:2055: /opt/intel/compiler60/ia32/bin/icc -E  conftest.c >/dev/null 2>conftest.out
configure:2125: checking for a BSD compatible install
configure:2182: checking for bison
configure:2216: checking for ranlib
configure:2246: checking for AIX
conftest.c
configure:2275: checking the machine- and system-dependent files to find out
 - which libraries the lib-src programs will want, and
 - whether the GNU malloc routines are usable
configure:2425: checking for special C compiler options needed for large files
configure:2443: /opt/intel/compiler60/ia32/bin/icc -c -O3 -tpp6 -axK -xK -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure(2436): error: the size of an array must be greater than zero
      int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1];
            ^

compilation aborted for conftest.c (code 2)
configure: failed program was:
#line 2434 "configure"
#include "confdefs.h"
#include <sys/types.h>
    int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1];
  
int main() {

; return 0; }
configure:2461: /opt/intel/compiler60/ia32/bin/icc -n32 -c -O3 -tpp6 -axK -xK -D_BSD_SOURCE   conftest.c 1>&5
icc: Command line warning: ignoring unknown option '-n32'
conftest.c
configure(2454): error: the size of an array must be greater than zero
      int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1];
            ^

compilation aborted for conftest.c (code 2)
configure: failed program was:
#line 2452 "configure"
#include "confdefs.h"
#include <sys/types.h>
    int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1];
  
int main() {

; return 0; }
configure:2481: checking for _FILE_OFFSET_BITS value needed for large files
configure:2496: /opt/intel/compiler60/ia32/bin/icc -c -O3 -tpp6 -axK -xK -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure(2489): error: the size of an array must be greater than zero
      int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1];
            ^

compilation aborted for conftest.c (code 2)
configure: failed program was:
#line 2487 "configure"
#include "confdefs.h"
#include <sys/types.h>
    int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1];
  
int main() {

; return 0; }
configure:2514: /opt/intel/compiler60/ia32/bin/icc -c -O3 -tpp6 -axK -xK -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure:2534: checking for _LARGE_FILES value needed for large files
configure:2547: /opt/intel/compiler60/ia32/bin/icc -c -O3 -tpp6 -axK -xK -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure:2590: checking for machine/soundcard.h
configure:2600: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure(2596): catastrophic error: could not open source file "machine/soundcard.h"
  #include <machine/soundcard.h>
                                ^
configure: failed program was:
#line 2595 "configure"
#include "confdefs.h"
#include <machine/soundcard.h>
configure:2590: checking for sys/soundcard.h
configure:2600: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:2590: checking for soundcard.h
configure:2600: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure(2596): catastrophic error: could not open source file "soundcard.h"
  #include <soundcard.h>
                        ^
configure: failed program was:
#line 2595 "configure"
#include "confdefs.h"
#include <soundcard.h>
configure:2628: checking for _oss_ioctl in -lossaudio
configure:2647: /opt/intel/compiler60/ia32/bin/icc -o conftest -O3 -tpp6 -axK -xK -D_BSD_SOURCE    conftest.c -lossaudio   1>&5 
conftest.c
ld: cannot find -lossaudio
configure: failed program was:
#line 2636 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char _oss_ioctl();

int main() {
_oss_ioctl()
; return 0; }
configure:2676: checking for sys/select.h
configure:2686: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:2676: checking for sys/timeb.h
configure:2686: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:2676: checking for sys/time.h
configure:2686: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:2676: checking for unistd.h
configure:2686: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:2676: checking for utime.h
configure:2686: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:2676: checking for linux/version.h
configure:2686: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:2676: checking for sys/systeminfo.h
configure:2686: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure(2682): catastrophic error: could not open source file "sys/systeminfo.h"
  #include <sys/systeminfo.h>
                             ^
configure: failed program was:
#line 2681 "configure"
#include "confdefs.h"
#include <sys/systeminfo.h>
configure:2676: checking for termios.h
configure:2686: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:2676: checking for limits.h
configure:2686: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:2676: checking for string.h
configure:2686: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:2676: checking for stdlib.h
configure:2686: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:2676: checking for termcap.h
configure:2686: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:2676: checking for stdio_ext.h
configure:2686: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:2676: checking for fcntl.h
configure:2686: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:2676: checking for term.h
configure:2686: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:2676: checking for strings.h
configure:2686: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:2713: checking for ANSI C header files
configure:2726: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
conftest.c
conftest.c
configure:2793: /opt/intel/compiler60/ia32/bin/icc -o conftest -O3 -tpp6 -axK -xK -D_BSD_SOURCE    conftest.c  1>&5 
conftest.c
configure:2817: checking whether time.h and sys/time.h may both be included
configure:2831: /opt/intel/compiler60/ia32/bin/icc -c -O3 -tpp6 -axK -xK -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure:2852: checking for sys_siglist declaration in signal.h or unistd.h
configure:2869: /opt/intel/compiler60/ia32/bin/icc -c -O3 -tpp6 -axK -xK -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure(2865): warning #144: a value of type "const char *" cannot be used to initialize an entity of type "char *"
  char *msg = *(sys_siglist + 1);
              ^

configure:2890: checking for sys/wait.h that is POSIX.1 compatible
configure:2911: /opt/intel/compiler60/ia32/bin/icc -c -O3 -tpp6 -axK -xK -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure:2933: checking for struct utimbuf
configure:2957: /opt/intel/compiler60/ia32/bin/icc -c -O3 -tpp6 -axK -xK -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure:2978: checking return type of signal handlers
configure:3000: /opt/intel/compiler60/ia32/bin/icc -c -O3 -tpp6 -axK -xK -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure:3020: checking for speed_t
configure:3032: /opt/intel/compiler60/ia32/bin/icc -c -O3 -tpp6 -axK -xK -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure:3051: checking for struct timeval
configure:3072: /opt/intel/compiler60/ia32/bin/icc -c -O3 -tpp6 -axK -xK -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure:3094: checking for struct exception
configure:3106: /opt/intel/compiler60/ia32/bin/icc -c -O3 -tpp6 -axK -xK -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure(3102): error: incomplete type is not allowed
  static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
                          ^

compilation aborted for conftest.c (code 2)
configure: failed program was:
#line 3099 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
; return 0; }
configure:3128: checking whether struct tm is in sys/time.h or time.h
configure:3141: /opt/intel/compiler60/ia32/bin/icc -c -O3 -tpp6 -axK -xK -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure:3162: checking for tm_zone in struct tm
configure:3175: /opt/intel/compiler60/ia32/bin/icc -c -O3 -tpp6 -axK -xK -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure:3232: checking for tm_gmtoff in struct tm
configure:3244: /opt/intel/compiler60/ia32/bin/icc -o conftest -O3 -tpp6 -axK -xK -D_BSD_SOURCE    conftest.c  1>&5 
conftest.c
configure:3266: checking for /opt/intel/compiler60/ia32/bin/icc option to accept ANSI C
configure:3317: /opt/intel/compiler60/ia32/bin/icc  -c -O3 -tpp6 -axK -xK -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure:3339: checking for function prototypes
configure:3351: checking for working volatile
configure:3365: /opt/intel/compiler60/ia32/bin/icc -c -O3 -tpp6 -axK -xK -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure:3386: checking for working const
configure:3440: /opt/intel/compiler60/ia32/bin/icc -c -O3 -tpp6 -axK -xK -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure:3461: checking for void * support
configure:3473: /opt/intel/compiler60/ia32/bin/icc -c -O3 -tpp6 -axK -xK -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure:3499: checking whether make sets ${MAKE}
configure:3527: checking for long file names
configure:3578: checking for X
configure:3645: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:3721: /opt/intel/compiler60/ia32/bin/icc -o conftest -O3 -tpp6 -axK -xK -D_BSD_SOURCE    conftest.c -lXt  1>&5 
conftest.c
configure(3717): warning #266: function declared implicitly
  XtMalloc()
  ^

ld: cannot find -lXt
configure: failed program was:
#line 3714 "configure"
#include "confdefs.h"

int main() {
XtMalloc()
; return 0; }
configure:3902: checking for malloc_get_state
configure:3930: /opt/intel/compiler60/ia32/bin/icc -o conftest -O3 -tpp6 -axK -xK -D_BSD_SOURCE    conftest.c  1>&5 
conftest.c
configure:3951: checking for malloc_set_state
configure:3979: /opt/intel/compiler60/ia32/bin/icc -o conftest -O3 -tpp6 -axK -xK -D_BSD_SOURCE    conftest.c  1>&5 
conftest.c
configure:4000: checking whether __after_morecore_hook exists
configure:4012: /opt/intel/compiler60/ia32/bin/icc -o conftest -O3 -tpp6 -axK -xK -D_BSD_SOURCE    conftest.c  1>&5 
conftest.c
configure:4053: checking for stdlib.h
configure:4053: checking for unistd.h
configure:4053: checking for sys/stat.h
configure:4063: /opt/intel/compiler60/ia32/bin/icc -E -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:4092: checking for getpagesize
configure:4120: /opt/intel/compiler60/ia32/bin/icc -o conftest -O3 -tpp6 -axK -xK -D_BSD_SOURCE    conftest.c  1>&5 
conftest.c
configure:4145: checking for working mmap
configure:4287: /opt/intel/compiler60/ia32/bin/icc -o conftest -O3 -tpp6 -axK -xK -D_BSD_SOURCE    conftest.c  1>&5 
conftest.c
configure(4271) : (col. 3) remark: LOOP WAS VECTORIZED.
configure:4316: checking for dnet_ntoa in -ldnet
configure:4335: /opt/intel/compiler60/ia32/bin/icc -o conftest -O3 -tpp6 -axK -xK -D_BSD_SOURCE    conftest.c -ldnet     1>&5 
conftest.c
ld: cannot find -ldnet
configure: failed program was:
#line 4324 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:4364: checking for main in -lXbsd
configure:4379: /opt/intel/compiler60/ia32/bin/icc -o conftest -O3 -tpp6 -axK -xK -D_BSD_SOURCE    conftest.c -lXbsd     1>&5 
conftest.c
ld: cannot find -lXbsd
configure: failed program was:
#line 4372 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:4401: checking for cma_open in -lpthreads
configure:4420: /opt/intel/compiler60/ia32/bin/icc -o conftest -O3 -tpp6 -axK -xK -D_BSD_SOURCE    conftest.c -lpthreads     1>&5 
conftest.c
ld: cannot find -lpthreads
configure: failed program was:
#line 4409 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char cma_open();

int main() {
cma_open()
; return 0; }
configure:4449: checking for XFree86 in /usr/X386
configure:4481: checking whether X on GNU/Linux needs -b to link
configure:4490: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lX11     1>&5 
conftest.c
configure(4486): warning #266: function declared implicitly
  XOpenDisplay ("foo");
  ^

configure:4546: checking for Xkb
configure:4556: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lX11     1>&5 
conftest.c
configure:4578: checking for XrmSetDatabase
configure:4606: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lX11     1>&5 
conftest.c
configure:4578: checking for XScreenResourceString
configure:4606: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lX11     1>&5 
conftest.c
configure:4578: checking for XScreenNumberOfScreen
configure:4606: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lX11     1>&5 
conftest.c
configure:4578: checking for XSetWMProtocols
configure:4606: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lX11     1>&5 
conftest.c
configure:4634: checking X11 version 6
configure:4649: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lX11     1>&5 
conftest.c
configure:4674: checking X11 version 5
configure:4689: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lX11     1>&5 
conftest.c
configure:4717: checking X11 version 5 with Xaw
configure:4731: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lX11     1>&5 
conftest.c
configure:4759: checking X11 toolkit version
configure:4774: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lX11     1>&5 
conftest.c
configure:4804: checking for XmuConvertStandardSelection in -lXmu
configure:4823: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lXmu  -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:4857: checking for XShapeQueryExtension in -lXext
configure:4876: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lXext  -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:4999: checking for X11/Xaw3d/Scrollbar.h
configure:5009: /opt/intel/compiler60/ia32/bin/icc -E  -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:5026: checking for XawScrollbarSetThumb in -lXaw3d
configure:5045: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lXaw3d  -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:5113: checking for X11/xpm.h
configure:5123: /opt/intel/compiler60/ia32/bin/icc -E  -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:5140: checking for XpmReadFileToPixmap in -lXpm
configure:5159: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lXpm -lX11 -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:5185: checking for XpmReturnAllocPixels preprocessor define
conftest.c
configure:5228: checking for jerror.h
configure:5238: /opt/intel/compiler60/ia32/bin/icc -E  -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:5255: checking for jpeg_destroy_compress in -ljpeg
configure:5274: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -ljpeg  -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:5314: checking for png.h
configure:5324: /opt/intel/compiler60/ia32/bin/icc -E  -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:5341: checking for png_get_channels in -lpng
configure:5360: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lpng -lz -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:5400: checking for tiffio.h
configure:5410: /opt/intel/compiler60/ia32/bin/icc -E  -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:5430: checking for TIFFGetVersion in -ltiff
configure:5449: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -ltiff -ljpeg -lz -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:5489: checking for gif_lib.h
configure:5499: /opt/intel/compiler60/ia32/bin/icc -E  -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:5516: checking for DGifOpen in -lungif
configure:5535: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lungif  -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:5571: checking whether netdb declares h_errno
configure:5583: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:5606: checking for working alloca.h
configure:5618: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:5639: checking for alloca
configure:5672: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:5841: checking for sqrt in -lm
configure:5860: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm  -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure(5856): (col. 1) warning #980: wrong number of actual arguments to intrinsic function "sqrt"

configure:5890: checking for maillock in -lmail
configure:5909: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lmail  -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
ld: cannot find -lmail
configure: failed program was:
#line 5898 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char maillock();

int main() {
maillock()
; return 0; }
configure:5937: checking for maillock in -llockfile
configure:5956: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -llockfile  -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
ld: cannot find -llockfile
configure: failed program was:
#line 5945 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char maillock();

int main() {
maillock()
; return 0; }
configure:5990: checking for liblockfile.so
configure:6031: checking for touchlock
configure:6059: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
conftest.o: In function `main':
conftest.o(.text+0x20): undefined reference to `touchlock'
configure: failed program was:
#line 6036 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char touchlock(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char touchlock();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_touchlock) || defined (__stub___touchlock)
choke me
#else
touchlock();
#endif

; return 0; }
configure:6087: checking for maillock.h
configure:6097: /opt/intel/compiler60/ia32/bin/icc -E  -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure(6093): catastrophic error: could not open source file "maillock.h"
  #include <maillock.h>
                       ^
configure: failed program was:
#line 6092 "configure"
#include "confdefs.h"
#include <maillock.h>
configure:6133: checking for gethostname
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for getdomainname
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for dup2
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for rename
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure(6155): (col. 1) warning #980: wrong number of actual arguments to intrinsic function "rename"

configure:6133: checking for closedir
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for mkdir
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for rmdir
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for sysinfo
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for random
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for lrand48
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for bcopy
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for bcmp
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for logb
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for frexp
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for fmod
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure(6155): (col. 1) warning #980: wrong number of actual arguments to intrinsic function "fmod"

configure:6133: checking for rint
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure(6155): (col. 1) warning #980: wrong number of actual arguments to intrinsic function "rint"

configure:6133: checking for cbrt
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for ftime
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for res_init
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
conftest.o: In function `main':
conftest.o(.text+0x20): undefined reference to `res_init'
configure: failed program was:
#line 6138 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char res_init(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char res_init();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_res_init) || defined (__stub___res_init)
choke me
#else
res_init();
#endif

; return 0; }
configure:6133: checking for setsid
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for strerror
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure(6155): (col. 1) warning #980: wrong number of actual arguments to intrinsic function "strerror"

configure:6133: checking for fpathconf
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for select
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for mktime
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for euidaccess
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for getpagesize
configure:6133: checking for tzset
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for setlocale
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for utimes
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for setrlimit
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for setpgid
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for getcwd
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure(6155): (col. 1) warning #980: wrong number of actual arguments to intrinsic function "getcwd"

configure:6133: checking for getwd
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
conftest.o: In function `main':
conftest.o(.text+0x20): the `getwd' function is dangerous and should not be used.
configure:6133: checking for shutdown
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for strftime
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for getaddrinfo
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for __fpending
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for mblen
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for mbrlen
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for strsignal
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for setitimer
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for ualarm
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for index
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for rindex
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for gai_strerror
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6133: checking for mkstemp
configure:6161: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6190: checking for sys/time.h
configure:6190: checking for unistd.h
configure:6229: checking for alarm
configure:6257: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6282: checking for working mktime
configure:6439: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure(6336): warning #266: function declared implicitly
    putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
    ^

configure(6422): warning #266: function declared implicitly
  	putenv (tz_strings[i]);
  	^

configure:6469: checking for getloadavg
configure:6497: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:6695: checking for getloadavg
configure:7050: checking whether getloadavg requires setgid
conftest.c
configure(7056): catastrophic error: could not open source file "/usr/src/emacs/emacs-21.2/getloadavg.c"
  #include "/usr/src/emacs/emacs-21.2/getloadavg.c"
                                                   ^

configure:7107: checking for _LARGEFILE_SOURCE value needed for large files
configure:7120: /opt/intel/compiler60/ia32/bin/icc -c  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure:7160: checking for fseeko
configure:7173: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:7195: checking for grantpt
configure:7223: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:7252: checking for getpt
configure:7280: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:7310: checking for tparm in -lncurses
configure:7329: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lncurses  -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:8349: checking for dgettext in -lintl
configure:8368: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lintl  -lncurses -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
ld: cannot find -lintl
configure: failed program was:
#line 8357 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dgettext();

int main() {
dgettext()
; return 0; }
configure:8397: checking whether localtime caches TZ
configure:8439: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lncurses -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure(8423): warning #266: function declared implicitly
    if (putenv (TZ_GMT0) != 0)
        ^

configure:8469: checking for gettimeofday
configure:8497: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lncurses -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:8522: checking whether gettimeofday can accept two arguments
configure:8545: /opt/intel/compiler60/ia32/bin/icc -c  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure:8568: checking for struct timezone
configure:8580: /opt/intel/compiler60/ia32/bin/icc -c  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE   conftest.c 1>&5
conftest.c
configure:8605: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lncurses -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:8631: checking for socket
configure:8659: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lncurses -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure:8682: checking for netinet/in.h
configure:8692: /opt/intel/compiler60/ia32/bin/icc -E  -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:8718: checking for arpa/inet.h
configure:8728: /opt/intel/compiler60/ia32/bin/icc -E  -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure:8766: checking whether system supports dynamic ptys
configure:8778: checking for pid_t
conftest.c
configure:8812: checking for vfork.h
configure:8822: /opt/intel/compiler60/ia32/bin/icc -E  -D_BSD_SOURCE   conftest.c >/dev/null 2>conftest.out
configure(8818): catastrophic error: could not open source file "vfork.h"
  #include <vfork.h>
                    ^
configure: failed program was:
#line 8817 "configure"
#include "confdefs.h"
#include <vfork.h>
configure:8847: checking for working vfork
configure:8998: /opt/intel/compiler60/ia32/bin/icc -o conftest  -O3 -tpp6 -axK -xK  -D_BSD_SOURCE    -L/usr/X11/lib conftest.c -lncurses -lm -lXext -lXmu -lXt -lSM -lICE -lX11     1>&5 
conftest.c
configure(8945): warning #165: too few arguments in function call
    sparc_address_test ();
                        ^

configure(8979): warning #266: function declared implicitly
      while (wait(&status) != child)
             ^

configure:9023: checking for size_t
conftest.c
conftest.c

[-- Attachment #3: config.cache --]
[-- Type: application/octet-stream, Size: 9102 bytes --]

# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs.  It is not useful on other systems.
# If it contains results you don't want to keep, you may remove or edit it.
#
# By default, configure uses ./config.cache as the cache file,
# creating it if it does not exist already.  You can give configure
# the --cache-file=FILE option to use a different cache file; that is
# what configure does when it calls configure scripts in
# subdirectories, so they share the cache.
# Giving --cache-file=/dev/null disables caching, for debugging configure.
# config.status only pays attention to the cache file if you give it the
# --recheck option to rerun configure.
#
ac_cv_c_const=${ac_cv_c_const=yes}
ac_cv_c_volatile=${ac_cv_c_volatile=yes}
ac_cv_decl_sys_siglist=${ac_cv_decl_sys_siglist=yes}
ac_cv_func_XScreenNumberOfScreen=${ac_cv_func_XScreenNumberOfScreen=yes}
ac_cv_func_XScreenResourceString=${ac_cv_func_XScreenResourceString=yes}
ac_cv_func_XSetWMProtocols=${ac_cv_func_XSetWMProtocols=yes}
ac_cv_func_XrmSetDatabase=${ac_cv_func_XrmSetDatabase=yes}
ac_cv_func___fpending=${ac_cv_func___fpending=yes}
ac_cv_func_alarm=${ac_cv_func_alarm=yes}
ac_cv_func_alloca_works=${ac_cv_func_alloca_works=yes}
ac_cv_func_bcmp=${ac_cv_func_bcmp=yes}
ac_cv_func_bcopy=${ac_cv_func_bcopy=yes}
ac_cv_func_cbrt=${ac_cv_func_cbrt=yes}
ac_cv_func_closedir=${ac_cv_func_closedir=yes}
ac_cv_func_dup2=${ac_cv_func_dup2=yes}
ac_cv_func_euidaccess=${ac_cv_func_euidaccess=yes}
ac_cv_func_fmod=${ac_cv_func_fmod=yes}
ac_cv_func_fpathconf=${ac_cv_func_fpathconf=yes}
ac_cv_func_frexp=${ac_cv_func_frexp=yes}
ac_cv_func_fseeko=${ac_cv_func_fseeko=yes}
ac_cv_func_ftime=${ac_cv_func_ftime=yes}
ac_cv_func_gai_strerror=${ac_cv_func_gai_strerror=yes}
ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
ac_cv_func_getcwd=${ac_cv_func_getcwd=yes}
ac_cv_func_getdomainname=${ac_cv_func_getdomainname=yes}
ac_cv_func_gethostname=${ac_cv_func_gethostname=yes}
ac_cv_func_getloadavg=${ac_cv_func_getloadavg=yes}
ac_cv_func_getloadavg_setgid=${ac_cv_func_getloadavg_setgid=no}
ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes}
ac_cv_func_getpt=${ac_cv_func_getpt=yes}
ac_cv_func_gettimeofday=${ac_cv_func_gettimeofday=yes}
ac_cv_func_getwd=${ac_cv_func_getwd=yes}
ac_cv_func_grantpt=${ac_cv_func_grantpt=yes}
ac_cv_func_index=${ac_cv_func_index=yes}
ac_cv_func_logb=${ac_cv_func_logb=yes}
ac_cv_func_lrand48=${ac_cv_func_lrand48=yes}
ac_cv_func_malloc_get_state=${ac_cv_func_malloc_get_state=yes}
ac_cv_func_malloc_set_state=${ac_cv_func_malloc_set_state=yes}
ac_cv_func_mblen=${ac_cv_func_mblen=yes}
ac_cv_func_mbrlen=${ac_cv_func_mbrlen=yes}
ac_cv_func_mkdir=${ac_cv_func_mkdir=yes}
ac_cv_func_mkstemp=${ac_cv_func_mkstemp=yes}
ac_cv_func_mktime=${ac_cv_func_mktime=yes}
ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes}
ac_cv_func_random=${ac_cv_func_random=yes}
ac_cv_func_rename=${ac_cv_func_rename=yes}
ac_cv_func_res_init=${ac_cv_func_res_init=no}
ac_cv_func_rindex=${ac_cv_func_rindex=yes}
ac_cv_func_rint=${ac_cv_func_rint=yes}
ac_cv_func_rmdir=${ac_cv_func_rmdir=yes}
ac_cv_func_select=${ac_cv_func_select=yes}
ac_cv_func_setitimer=${ac_cv_func_setitimer=yes}
ac_cv_func_setlocale=${ac_cv_func_setlocale=yes}
ac_cv_func_setpgid=${ac_cv_func_setpgid=yes}
ac_cv_func_setrlimit=${ac_cv_func_setrlimit=yes}
ac_cv_func_setsid=${ac_cv_func_setsid=yes}
ac_cv_func_shutdown=${ac_cv_func_shutdown=yes}
ac_cv_func_socket=${ac_cv_func_socket=yes}
ac_cv_func_strerror=${ac_cv_func_strerror=yes}
ac_cv_func_strftime=${ac_cv_func_strftime=yes}
ac_cv_func_strsignal=${ac_cv_func_strsignal=yes}
ac_cv_func_sysinfo=${ac_cv_func_sysinfo=yes}
ac_cv_func_touchlock=${ac_cv_func_touchlock=no}
ac_cv_func_tzset=${ac_cv_func_tzset=yes}
ac_cv_func_ualarm=${ac_cv_func_ualarm=yes}
ac_cv_func_utimes=${ac_cv_func_utimes=yes}
ac_cv_func_vfork_works=${ac_cv_func_vfork_works=yes}
ac_cv_func_working_mktime=${ac_cv_func_working_mktime=yes}
ac_cv_have_x=${ac_cv_have_x=$'have_x=yes \t\tac_x_includes= ac_x_libraries=/usr/X11/lib'}
ac_cv_header_X11_Xaw3d_Scrollbar_h=${ac_cv_header_X11_Xaw3d_Scrollbar_h=yes}
ac_cv_header_X11_xpm_h=${ac_cv_header_X11_xpm_h=yes}
ac_cv_header_alloca_h=${ac_cv_header_alloca_h=yes}
ac_cv_header_arpa_inet_h=${ac_cv_header_arpa_inet_h=yes}
ac_cv_header_fcntl_h=${ac_cv_header_fcntl_h=yes}
ac_cv_header_gif_lib_h=${ac_cv_header_gif_lib_h=yes}
ac_cv_header_jerror_h=${ac_cv_header_jerror_h=yes}
ac_cv_header_limits_h=${ac_cv_header_limits_h=yes}
ac_cv_header_linux_version_h=${ac_cv_header_linux_version_h=yes}
ac_cv_header_machine_soundcard_h=${ac_cv_header_machine_soundcard_h=no}
ac_cv_header_maillock_h=${ac_cv_header_maillock_h=no}
ac_cv_header_netinet_in_h=${ac_cv_header_netinet_in_h=yes}
ac_cv_header_png_h=${ac_cv_header_png_h=yes}
ac_cv_header_soundcard_h=${ac_cv_header_soundcard_h=no}
ac_cv_header_stdc=${ac_cv_header_stdc=yes}
ac_cv_header_stdio_ext_h=${ac_cv_header_stdio_ext_h=yes}
ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h=yes}
ac_cv_header_string_h=${ac_cv_header_string_h=yes}
ac_cv_header_strings_h=${ac_cv_header_strings_h=yes}
ac_cv_header_sys_select_h=${ac_cv_header_sys_select_h=yes}
ac_cv_header_sys_soundcard_h=${ac_cv_header_sys_soundcard_h=yes}
ac_cv_header_sys_stat_h=${ac_cv_header_sys_stat_h=yes}
ac_cv_header_sys_systeminfo_h=${ac_cv_header_sys_systeminfo_h=no}
ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h=yes}
ac_cv_header_sys_timeb_h=${ac_cv_header_sys_timeb_h=yes}
ac_cv_header_sys_wait_h=${ac_cv_header_sys_wait_h=yes}
ac_cv_header_term_h=${ac_cv_header_term_h=yes}
ac_cv_header_termcap_h=${ac_cv_header_termcap_h=yes}
ac_cv_header_termios_h=${ac_cv_header_termios_h=yes}
ac_cv_header_tiffio_h=${ac_cv_header_tiffio_h=yes}
ac_cv_header_time=${ac_cv_header_time=yes}
ac_cv_header_unistd_h=${ac_cv_header_unistd_h=yes}
ac_cv_header_utime_h=${ac_cv_header_utime_h=yes}
ac_cv_header_vfork_h=${ac_cv_header_vfork_h=no}
ac_cv_lib_Xaw3d_XawScrollbarSetThumb=${ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes}
ac_cv_lib_Xbsd_main=${ac_cv_lib_Xbsd_main=no}
ac_cv_lib_Xext_XShapeQueryExtension=${ac_cv_lib_Xext_XShapeQueryExtension=yes}
ac_cv_lib_Xmu_XmuConvertStandardSelection=${ac_cv_lib_Xmu_XmuConvertStandardSelection=yes}
ac_cv_lib_Xpm_XpmReadFileToPixmap=${ac_cv_lib_Xpm_XpmReadFileToPixmap=yes}
ac_cv_lib_dnet_dnet_ntoa=${ac_cv_lib_dnet_dnet_ntoa=no}
ac_cv_lib_intl_dgettext=${ac_cv_lib_intl_dgettext=no}
ac_cv_lib_jpeg_jpeg_destroy_compress=${ac_cv_lib_jpeg_jpeg_destroy_compress=yes}
ac_cv_lib_lockfile_maillock=${ac_cv_lib_lockfile_maillock=no}
ac_cv_lib_m_sqrt=${ac_cv_lib_m_sqrt=yes}
ac_cv_lib_mail_maillock=${ac_cv_lib_mail_maillock=no}
ac_cv_lib_ncurses_tparm=${ac_cv_lib_ncurses_tparm=yes}
ac_cv_lib_ossaudio__oss_ioctl=${ac_cv_lib_ossaudio__oss_ioctl=no}
ac_cv_lib_png_png_get_channels=${ac_cv_lib_png_png_get_channels=yes}
ac_cv_lib_pthreads_cma_open=${ac_cv_lib_pthreads_cma_open=no}
ac_cv_lib_tiff_TIFFGetVersion=${ac_cv_lib_tiff_TIFFGetVersion=yes}
ac_cv_lib_ungif_DGifOpen=${ac_cv_lib_ungif_DGifOpen=yes}
ac_cv_path_install=${ac_cv_path_install=$'/usr/bin/install -c'}
ac_cv_prog_CC=${ac_cv_prog_CC=/opt/intel/compiler60/ia32/bin/icc}
ac_cv_prog_CPP=${ac_cv_prog_CPP=$'/opt/intel/compiler60/ia32/bin/icc -E'}
ac_cv_prog_LN_S=${ac_cv_prog_LN_S=$'ln -s'}
ac_cv_prog_RANLIB=${ac_cv_prog_RANLIB=ranlib}
ac_cv_prog_YACC=${ac_cv_prog_YACC=$'bison -y'}
ac_cv_prog_cc_cross=${ac_cv_prog_cc_cross=no}
ac_cv_prog_cc_g=${ac_cv_prog_cc_g=no}
ac_cv_prog_cc_stdc=${ac_cv_prog_cc_stdc=}
ac_cv_prog_cc_works=${ac_cv_prog_cc_works=yes}
ac_cv_prog_gcc=${ac_cv_prog_gcc=no}
ac_cv_prog_liblockfile=${ac_cv_prog_liblockfile=no}
ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set=yes}
ac_cv_struct_tm=${ac_cv_struct_tm=time.h}
ac_cv_struct_tm_zone=${ac_cv_struct_tm_zone=yes}
ac_cv_sys_file_offset_bits=${ac_cv_sys_file_offset_bits=64}
ac_cv_sys_large_files=${ac_cv_sys_large_files=no}
ac_cv_sys_largefile_CC=${ac_cv_sys_largefile_CC=no}
ac_cv_sys_largefile_source=${ac_cv_sys_largefile_source=no}
ac_cv_sys_long_file_names=${ac_cv_sys_long_file_names=yes}
ac_cv_type_pid_t=${ac_cv_type_pid_t=yes}
ac_cv_type_signal=${ac_cv_type_signal=void}
ac_cv_type_size_t=${ac_cv_type_size_t=yes}
emacs_cv_gettimeofday_two_arguments=${emacs_cv_gettimeofday_two_arguments=yes}
emacs_cv_localtime_cache=${emacs_cv_localtime_cache=no}
emacs_cv_netdb_declares_h_errno=${emacs_cv_netdb_declares_h_errno=yes}
emacs_cv_speed_t=${emacs_cv_speed_t=yes}
emacs_cv_struct_exception=${emacs_cv_struct_exception=no}
emacs_cv_struct_timeval=${emacs_cv_struct_timeval=yes}
emacs_cv_struct_timezone=${emacs_cv_struct_timezone=yes}
emacs_cv_struct_utimbuf=${emacs_cv_struct_utimbuf=yes}
emacs_cv_tm_gmtoff=${emacs_cv_tm_gmtoff=yes}
emacs_cv_var___after_morecore_hook=${emacs_cv_var___after_morecore_hook=yes}
emacs_cv_void_star=${emacs_cv_void_star=yes}
emacs_cv_x11_toolkit_version_6=${emacs_cv_x11_toolkit_version_6=yes}
emacs_cv_x11_version_5=${emacs_cv_x11_version_5=yes}
emacs_cv_x11_version_5_with_xaw=${emacs_cv_x11_version_5_with_xaw=yes}
emacs_cv_x11_version_6=${emacs_cv_x11_version_6=yes}

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: compiling with non-gcc
  2002-09-23 20:04   ` Daniel Pfeiffer
@ 2002-09-24 17:14     ` Richard Stallman
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Stallman @ 2002-09-24 17:14 UTC (permalink / raw)
  Cc: bug-gnu-emacs

    > It should not be trying to use -lgcc if it is not compiling with GCC.

    That's what I figured!  I'm attaching the produced files.

I'm not going to spend time on the Intel compiler myself,
but maybe someone else will decide to.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-09-24 17:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-22 20:10 compiling with non-gcc Daniel Pfeiffer
2002-09-23 15:59 ` Richard Stallman
2002-09-23 20:04   ` Daniel Pfeiffer
2002-09-24 17:14     ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).