bug-ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

re: [Fwd: I cannot build ddd-3.1 on SGI IRIX 6.5 or on SOLARIS 2.7-SPARC


From: Rob Somerville
Subject: re: [Fwd: I cannot build ddd-3.1 on SGI IRIX 6.5 or on SOLARIS 2.7-SPARC]
Date: Tue, 30 Apr 2002 08:31:07 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.0+) Gecko/20020429

i should have also enclosed these files, sorry !

--
-----------------
Robert Somerville


# $Id: ddd.spec.in,v 1.2 2000/11/23 09:41:47 zeller Exp $ -*- text -*-
# Spec for building DDD RPM Packages

# Note that this is NOT a relocatable package
%define name     ddd
%define ver      3.3.1
%define rel      1

Name: %name
Summary: graphical debugger front-end; GDB, DBX, Ladebug, JDB, Perl, Python
Version: %ver
Release: %rel
Copyright: GPL
Group: Development/Debuggers
Source: ftp://ftp.gnu.org/gnu/ddd/%{name}-%{ver}.tar.gz
URL: http://www.gnu.org/software/ddd/
Prereq: /sbin/install-info
BuildRoot: /var/tmp/%{name}-root

%description
DDD is a graphical front-end for command-line debuggers such as GDB,
DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, or the Python
debugger.  Besides "usual" front-end features such as viewing source
texts, DDD has become famous through its interactive graphical data
display, where data structures are displayed as graphs.

%changelog
* Wed Nov 8  2000 Daniel Serodio <dserodio@email.com>
- Added missing files ($PREFIX/share/*) and fixed replaces .gz for .* so
  it works with Mandrake (.bz2)
- Replaced @REL@ with "1" (the macro wasn't expanded)
[ddd-3.2.91]
- Data themes
- Support for JDB 1.2
- Bug fixes

* Wed Nov 3  1999 Mirko Streckenbach <strecken@fmi.uni-passau.de>
- Initial skeleton, based on the .specs from gnome-libs-1.0.17 and 
  redhat 6.1 tar-1.13.11

%prep
%setup

%build
%configure
make

%install
rm -rf $RPM_BUILD_ROOT

make prefix=$RPM_BUILD_ROOT%{_prefix} install

( cd $RPM_BUILD_ROOT
  for dir in .%{_prefix}/bin
  do
    [ -d $dir ] || continue
    strip $dir/* || :
  done
  gzip -9nf .%{_prefix}/info/ddd.info*
# bzip2 -9z .%{_prefix}/info/ddd.info*
  rm -f .%{_prefix}/info/dir
)

%post
/sbin/install-info %{_prefix}/info/ddd.info.* %{_prefix}/info/dir

%preun
if [ $1 = 0 ]; then
   /sbin/install-info --delete %{_prefix}/info/ddd.info.* %{_prefix}/info/dir
fi

%clean
rm -rf $RPM_BUILD_ROOT

%files
%doc ANNOUNCE BUGS COPYING COPYING.LIB CREDITS NEWS NICKNAMES OPENBUGS
%doc PROBLEMS README TIPS TODO
%doc doc/ddd-paper.ps doc/ddd.pdf doc/ddd.ps         
%{_prefix}/bin/ddd
%{_prefix}/man/man1/ddd.1*
%{_prefix}/info/ddd.info*
%{_prefix}/share/%{name}-%{ver}/vsllib/*
%{_prefix}/share/%{name}-%{ver}/themes/*
%{_prefix}/share/%{name}-%{ver}/ddd/Ddd
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:703: checking host system type
configure:724: checking target system type
configure:742: checking build system type
configure:826: checking for product name
configure:836: checking for expiration date
configure:855: checking for a BSD compatible install
configure:908: checking whether build environment is sane
configure:946: checking whether make sets ${MAKE}
configure:992: checking for working aclocal
configure:1005: checking for working autoconf
configure:1018: checking for working automake
configure:1031: checking for working autoheader
configure:1044: checking for working makeinfo
configure:1058: checking whether make sets ${MAKE}
configure:1087: checking for gcc
configure:1200: checking whether the C compiler (gcc  ) works
configure:1216: gcc -o conftest    conftest.c  1>&5
configure:1242: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1247: checking whether we are using GNU C
configure:1256: gcc -E conftest.c
configure:1275: checking whether gcc accepts -g
configure:1307: checking for POSIXized ISC
configure:1331: checking whether the C compiler (gcc) compiles and links a 
simple C program
configure:1352: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1384: checking for c++
configure:1416: checking whether the C++ compiler (g++  ) works
configure:1432: g++ -o conftest    conftest.C  1>&5
ld32: WARNING 84 : 
/home/arg2/gnu/gcc2953/lib/gcc-lib/mips-sgi-irix6.5/2.95.3/libstdc++.a is not 
used for resolving any symbol.
ld32: WARNING 84 : /usr/lib32/libm.so is not used for resolving any symbol.
configure:1458: checking whether the C++ compiler (g++  ) is a cross-compiler
configure:1463: checking whether we are using GNU C++
configure:1472: g++ -E conftest.C
configure:1491: checking whether g++ accepts -g
configure:1679: checking whether the C++ compiler (g++) compiles a simple 
program
configure:1700: g++ -o conftest -g -O2   conftest.C  1>&5
ld32: WARNING 84 : /usr/lib32/libm.so is not used for resolving any symbol.
configure:3355: checking for tgetent in -lmytinfo
configure:3377: g++ -o conftest -g -O2   conftest.C -lmytinfo   1>&5
ld32: FATAL   9  : I/O error (-lmytinfo): No such file or directory
collect2: ld returned 32 exit status
configure: failed program was:
#line 3363 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char tgetent();

int main() {
tgetent()
; return 0; }
configure:3355: checking for tgetent in -lncurses
configure:3377: g++ -o conftest -g -O2   conftest.C -lncurses   1>&5
ld32: FATAL   9  : I/O error (-lncurses): No such file or directory
collect2: ld returned 32 exit status
configure: failed program was:
#line 3363 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char tgetent();

int main() {
tgetent()
; return 0; }
configure:3355: checking for tgetent in -lcurses
configure:3377: g++ -o conftest -g -O2   conftest.C -lcurses   1>&5
ld32: WARNING 84 : 
/home/arg2/gnu/gcc2953/lib/gcc-lib/mips-sgi-irix6.5/2.95.3/libstdc++.a is not 
used for resolving any symbol.
ld32: WARNING 84 : /usr/lib32/libm.so is not used for resolving any symbol.
configure:3518: checking for xstrerror in -liberty
configure:3540: g++ -o conftest -g -O2   conftest.C -liberty   1>&5
ld32: WARNING 84 : 
/home/arg2/gnu/gcc2953/lib/gcc-lib/mips-sgi-irix6.5/2.95.3/libstdc++.a is not 
used for resolving any symbol.
ld32: WARNING 84 : /usr/lib32/libm.so is not used for resolving any symbol.
configure:3561: checking for packages to be configured and built
# 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_cygwin=${ac_cv_cygwin=no}
ac_cv_exeext=${ac_cv_exeext=no}
ac_cv_func__getpty=${ac_cv_func__getpty=yes}
ac_cv_func_alloca=${ac_cv_func_alloca=no}
ac_cv_func_asctime=${ac_cv_func_asctime=yes}
ac_cv_func_clock=${ac_cv_func_clock=yes}
ac_cv_func_connect=${ac_cv_func_connect=yes}
ac_cv_func_difftime=${ac_cv_func_difftime=yes}
ac_cv_func_dup2=${ac_cv_func_dup2=yes}
ac_cv_func_endpwent=${ac_cv_func_endpwent=yes}
ac_cv_func_fcntl=${ac_cv_func_fcntl=yes}
ac_cv_func_ftime=${ac_cv_func_ftime=yes}
ac_cv_func_gethostbyname=${ac_cv_func_gethostbyname=yes}
ac_cv_func_gethostname=${ac_cv_func_gethostname=yes}
ac_cv_func_getpgrp=${ac_cv_func_getpgrp=yes}
ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
ac_cv_func_getpt=${ac_cv_func_getpt=no}
ac_cv_func_getpty=${ac_cv_func_getpty=no}
ac_cv_func_getrlimit=${ac_cv_func_getrlimit=yes}
ac_cv_func_getrusage=${ac_cv_func_getrusage=yes}
ac_cv_func_getwd=${ac_cv_func_getwd=yes}
ac_cv_func_grantpt=${ac_cv_func_grantpt=yes}
ac_cv_func_hypot=${ac_cv_func_hypot=yes}
ac_cv_func_ioctl=${ac_cv_func_ioctl=yes}
ac_cv_func_link=${ac_cv_func_link=yes}
ac_cv_func_lstat=${ac_cv_func_lstat=yes}
ac_cv_func_malloc=${ac_cv_func_malloc=yes}
ac_cv_func_memcpy=${ac_cv_func_memcpy=no}
ac_cv_func_memset=${ac_cv_func_memset=yes}
ac_cv_func_mkstemp=${ac_cv_func_mkstemp=yes}
ac_cv_func_pclose=${ac_cv_func_pclose=yes}
ac_cv_func_popen=${ac_cv_func_popen=yes}
ac_cv_func_ptrace=${ac_cv_func_ptrace=yes}
ac_cv_func_ptsname=${ac_cv_func_ptsname=yes}
ac_cv_func_putenv=${ac_cv_func_putenv=yes}
ac_cv_func_raise=${ac_cv_func_raise=yes}
ac_cv_func_rand=${ac_cv_func_rand=yes}
ac_cv_func_random=${ac_cv_func_random=yes}
ac_cv_func_readlink=${ac_cv_func_readlink=yes}
ac_cv_func_regcmp=${ac_cv_func_regcmp=no}
ac_cv_func_regcomp=${ac_cv_func_regcomp=yes}
ac_cv_func_regexec=${ac_cv_func_regexec=yes}
ac_cv_func_remove=${ac_cv_func_remove=yes}
ac_cv_func_select=${ac_cv_func_select=yes}
ac_cv_func_setbuf=${ac_cv_func_setbuf=yes}
ac_cv_func_setenv=${ac_cv_func_setenv=no}
ac_cv_func_setlocale=${ac_cv_func_setlocale=yes}
ac_cv_func_setpgid=${ac_cv_func_setpgid=yes}
ac_cv_func_setpgrp=${ac_cv_func_setpgrp=yes}
ac_cv_func_setpgrp2=${ac_cv_func_setpgrp2=no}
ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes}
ac_cv_func_setpwent=${ac_cv_func_setpwent=yes}
ac_cv_func_setrlimit=${ac_cv_func_setrlimit=yes}
ac_cv_func_setsid=${ac_cv_func_setsid=yes}
ac_cv_func_setvbuf=${ac_cv_func_setvbuf=yes}
ac_cv_func_shmat=${ac_cv_func_shmat=yes}
ac_cv_func_sigblock=${ac_cv_func_sigblock=yes}
ac_cv_func_sigprocmask=${ac_cv_func_sigprocmask=yes}
ac_cv_func_sigsetmask=${ac_cv_func_sigsetmask=yes}
ac_cv_func_sigsuspend=${ac_cv_func_sigsuspend=yes}
ac_cv_func_srand=${ac_cv_func_srand=yes}
ac_cv_func_srandom=${ac_cv_func_srandom=yes}
ac_cv_func_stat=${ac_cv_func_stat=yes}
ac_cv_func_strcasecmp=${ac_cv_func_strcasecmp=yes}
ac_cv_func_strcoll_works=${ac_cv_func_strcoll_works=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=no}
ac_cv_func_strtod=${ac_cv_func_strtod=yes}
ac_cv_func_strtol=${ac_cv_func_strtol=yes}
ac_cv_func_strtoul=${ac_cv_func_strtoul=yes}
ac_cv_func_symlink=${ac_cv_func_symlink=yes}
ac_cv_func_tcdrain=${ac_cv_func_tcdrain=yes}
ac_cv_func_tcflow=${ac_cv_func_tcflow=yes}
ac_cv_func_tcflush=${ac_cv_func_tcflush=yes}
ac_cv_func_tcgetattr=${ac_cv_func_tcgetattr=yes}
ac_cv_func_tcgetpgrp=${ac_cv_func_tcgetpgrp=yes}
ac_cv_func_tcgetsid=${ac_cv_func_tcgetsid=yes}
ac_cv_func_tcsendbreak=${ac_cv_func_tcsendbreak=yes}
ac_cv_func_tcsetattr=${ac_cv_func_tcsetattr=yes}
ac_cv_func_tcsetpgrp=${ac_cv_func_tcsetpgrp=yes}
ac_cv_func_times=${ac_cv_func_times=yes}
ac_cv_func_tmpfile=${ac_cv_func_tmpfile=yes}
ac_cv_func_uname=${ac_cv_func_uname=yes}
ac_cv_func_unlink=${ac_cv_func_unlink=yes}
ac_cv_func_unlockpt=${ac_cv_func_unlockpt=yes}
ac_cv_func_vfork_works=${ac_cv_func_vfork_works=yes}
ac_cv_func_waitpid=${ac_cv_func_waitpid=yes}
ac_cv_have_x=${ac_cv_have_x=have_x='yes                 
ac_x_includes=/usr/include/X11 ac_x_libraries=/usr/lib/X11'}
ac_cv_header_X11_Xaw_Form_h=${ac_cv_header_X11_Xaw_Form_h=yes}
ac_cv_header_X11_Xaw_Panner_h=${ac_cv_header_X11_Xaw_Panner_h=yes}
ac_cv_header_X11_Xaw_Porthole_h=${ac_cv_header_X11_Xaw_Porthole_h=yes}
ac_cv_header_X11_Xmu_Editres_h=${ac_cv_header_X11_Xmu_Editres_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_dirent_dirent_h=${ac_cv_header_dirent_dirent_h=yes}
ac_cv_header_elf_h=${ac_cv_header_elf_h=yes}
ac_cv_header_exception=${ac_cv_header_exception=yes}
ac_cv_header_fcntl_h=${ac_cv_header_fcntl_h=yes}
ac_cv_header_libelf_h=${ac_cv_header_libelf_h=yes}
ac_cv_header_limits_h=${ac_cv_header_limits_h=yes}
ac_cv_header_locale_h=${ac_cv_header_locale_h=yes}
ac_cv_header_malloc_h=${ac_cv_header_malloc_h=yes}
ac_cv_header_minix_config_h=${ac_cv_header_minix_config_h=no}
ac_cv_header_netdb_h=${ac_cv_header_netdb_h=yes}
ac_cv_header_pwd_h=${ac_cv_header_pwd_h=yes}
ac_cv_header_regex_h=${ac_cv_header_regex_h=yes}
ac_cv_header_rx_h=${ac_cv_header_rx_h=no}
ac_cv_header_rxposix_h=${ac_cv_header_rxposix_h=no}
ac_cv_header_stat_broken=${ac_cv_header_stat_broken=no}
ac_cv_header_stdarg_h=${ac_cv_header_stdarg_h=yes}
ac_cv_header_stdc=${ac_cv_header_stdc=yes}
ac_cv_header_stdexcept=${ac_cv_header_stdexcept=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_core_h=${ac_cv_header_sys_core_h=no}
ac_cv_header_sys_elf_h=${ac_cv_header_sys_elf_h=yes}
ac_cv_header_sys_file_h=${ac_cv_header_sys_file_h=yes}
ac_cv_header_sys_int_types_h=${ac_cv_header_sys_int_types_h=no}
ac_cv_header_sys_ioctl_h=${ac_cv_header_sys_ioctl_h=yes}
ac_cv_header_sys_param_h=${ac_cv_header_sys_param_h=yes}
ac_cv_header_sys_pte_h=${ac_cv_header_sys_pte_h=no}
ac_cv_header_sys_ptem_h=${ac_cv_header_sys_ptem_h=no}
ac_cv_header_sys_ptrace_h=${ac_cv_header_sys_ptrace_h=yes}
ac_cv_header_sys_resource_h=${ac_cv_header_sys_resource_h=yes}
ac_cv_header_sys_select_h=${ac_cv_header_sys_select_h=yes}
ac_cv_header_sys_socket_h=${ac_cv_header_sys_socket_h=yes}
ac_cv_header_sys_stat_h=${ac_cv_header_sys_stat_h=yes}
ac_cv_header_sys_stream_h=${ac_cv_header_sys_stream_h=yes}
ac_cv_header_sys_stropts_h=${ac_cv_header_sys_stropts_h=yes}
ac_cv_header_sys_sysmacros_h=${ac_cv_header_sys_sysmacros_h=yes}
ac_cv_header_sys_termios_h=${ac_cv_header_sys_termios_h=yes}
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_types_h=${ac_cv_header_sys_types_h=yes}
ac_cv_header_sys_user_h=${ac_cv_header_sys_user_h=no}
ac_cv_header_sys_utsname_h=${ac_cv_header_sys_utsname_h=yes}
ac_cv_header_sys_vty_h=${ac_cv_header_sys_vty_h=no}
ac_cv_header_sys_wait_h=${ac_cv_header_sys_wait_h=yes}
ac_cv_header_termcap_h=${ac_cv_header_termcap_h=no}
ac_cv_header_termio_h=${ac_cv_header_termio_h=yes}
ac_cv_header_termios_h=${ac_cv_header_termios_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_varargs_h=${ac_cv_header_varargs_h=yes}
ac_cv_header_xpm_h=${ac_cv_header_xpm_h=yes}
ac_cv_lib_ICE_IceConnectionNumber=${ac_cv_lib_ICE_IceConnectionNumber=yes}
ac_cv_lib_X11_XOpenDisplay=${ac_cv_lib_X11_XOpenDisplay=yes}
ac_cv_lib_Xaw_XawTextSetInsertionPoint=${ac_cv_lib_Xaw_XawTextSetInsertionPoint=yes}
ac_cv_lib_Xext_XShapeQueryVersion=${ac_cv_lib_Xext_XShapeQueryVersion=yes}
ac_cv_lib_Xintl__Xlcmbcurmax=${ac_cv_lib_Xintl__Xlcmbcurmax=no}
ac_cv_lib_Xm_Xm21InstallImage=${ac_cv_lib_Xm_Xm21InstallImage=no}
ac_cv_lib_Xm_XmCreateOptionMenu=${ac_cv_lib_Xm_XmCreateOptionMenu=yes}
ac_cv_lib_Xm_XmInstallImage=${ac_cv_lib_Xm_XmInstallImage=yes}
ac_cv_lib_Xm_xmUseVersion=${ac_cv_lib_Xm_xmUseVersion=yes}
ac_cv_lib_Xmu_XmuCvtStringToOrientation=${ac_cv_lib_Xmu_XmuCvtStringToOrientation=yes}
ac_cv_lib_Xp_XpSelectInput=${ac_cv_lib_Xp_XpSelectInput=no}
ac_cv_lib_Xpm_XpmCreatePixmapFromXpmImage=${ac_cv_lib_Xpm_XpmCreatePixmapFromXpmImage=yes}
ac_cv_lib_Xt_XtToolkitInitialize=${ac_cv_lib_Xt_XtToolkitInitialize=yes}
ac_cv_lib_c_open=${ac_cv_lib_c_open=yes}
ac_cv_lib_curses_tgetent=${ac_cv_lib_curses_tgetent=yes}
ac_cv_lib_dir_opendir=${ac_cv_lib_dir_opendir=no}
ac_cv_lib_dnet=${ac_cv_lib_dnet=no}
ac_cv_lib_dnet_dnet_ntoa=${ac_cv_lib_dnet_dnet_ntoa=no}
ac_cv_lib_dnet_stub_dnet_ntoa=${ac_cv_lib_dnet_stub_dnet_ntoa=no}
ac_cv_lib_elf_elf_version=${ac_cv_lib_elf_elf_version=yes}
ac_cv_lib_fl_yywrap=${ac_cv_lib_fl_yywrap=no}
ac_cv_lib_gen_regcmp=${ac_cv_lib_gen_regcmp=yes}
ac_cv_lib_iberty_xstrerror=${ac_cv_lib_iberty_xstrerror=yes}
ac_cv_lib_ipc_shmap=${ac_cv_lib_ipc_shmap=no}
ac_cv_lib_m_sin=${ac_cv_lib_m_sin=no}
ac_cv_lib_mytinfo_tgetent=${ac_cv_lib_mytinfo_tgetent=no}
ac_cv_lib_ncurses_tgetent=${ac_cv_lib_ncurses_tgetent=no}
ac_cv_lib_termcap_tgetent=${ac_cv_lib_termcap_tgetent=yes}
ac_cv_lib_y_yyerror=${ac_cv_lib_y_yyerror=yes}
ac_cv_mingw32=${ac_cv_mingw32=no}
ac_cv_objext=${ac_cv_objext=o}
ac_cv_path_LD=${ac_cv_path_LD=/usr/bin/ld}
ac_cv_path_NM=${ac_cv_path_NM='/usr/bin/nm -B'}
ac_cv_path_RSH=${ac_cv_path_RSH=/usr/bsd/rsh}
ac_cv_path_SH=${ac_cv_path_SH=/usr/bin/sh}
ac_cv_prog_AR=${ac_cv_prog_AR=ar}
ac_cv_prog_AWK=${ac_cv_prog_AWK=nawk}
ac_cv_prog_CC=${ac_cv_prog_CC=gcc}
ac_cv_prog_COMPRESS=${ac_cv_prog_COMPRESS=gzip}
ac_cv_prog_CPP=${ac_cv_prog_CPP='gcc -E'}
ac_cv_prog_CXX=${ac_cv_prog_CXX=g++}
ac_cv_prog_CXXCPP=${ac_cv_prog_CXXCPP='g++ -E'}
ac_cv_prog_DEBUGGER=${ac_cv_prog_DEBUGGER=gdb}
ac_cv_prog_DIFF=${ac_cv_prog_DIFF=gdiff}
ac_cv_prog_F77=${ac_cv_prog_F77=g77}
ac_cv_prog_LEX=${ac_cv_prog_LEX=flex}
ac_cv_prog_LN_S=${ac_cv_prog_LN_S='ln -s'}
ac_cv_prog_LPR=${ac_cv_prog_LPR=lp}
ac_cv_prog_M4=${ac_cv_prog_M4=m4}
ac_cv_prog_RANLIB=${ac_cv_prog_RANLIB=:}
ac_cv_prog_SED=${ac_cv_prog_SED=sed}
ac_cv_prog_TAR=${ac_cv_prog_TAR=gtar}
ac_cv_prog_UNCOMPRESS=${ac_cv_prog_UNCOMPRESS=gzip}
ac_cv_prog_XFONTSEL=${ac_cv_prog_XFONTSEL=xfontsel}
ac_cv_prog_XTERM=${ac_cv_prog_XTERM=xterm}
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=yes}
ac_cv_prog_cc_works=${ac_cv_prog_cc_works=yes}
ac_cv_prog_cxx_cross=${ac_cv_prog_cxx_cross=no}
ac_cv_prog_cxx_g=${ac_cv_prog_cxx_g=yes}
ac_cv_prog_cxx_works=${ac_cv_prog_cxx_works=yes}
ac_cv_prog_gcc=${ac_cv_prog_gcc=yes}
ac_cv_prog_gcc_traditional=${ac_cv_prog_gcc_traditional=no}
ac_cv_prog_gnu_ld=${ac_cv_prog_gnu_ld=no}
ac_cv_prog_gxx=${ac_cv_prog_gxx=yes}
ac_cv_prog_lex_root=${ac_cv_prog_lex_root=lex.yy}
ac_cv_prog_lex_yytext_pointer=${ac_cv_prog_lex_yytext_pointer=no}
ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set=yes}
ac_cv_type_getgroups=${ac_cv_type_getgroups=gid_t}
ac_cv_type_mode_t=${ac_cv_type_mode_t=yes}
ac_cv_type_off_t=${ac_cv_type_off_t=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}
ac_cv_type_uid_t=${ac_cv_type_uid_t=yes}
bash_cv_can_redecl_getpw=${bash_cv_can_redecl_getpw=yes}
bash_cv_dirent_has_d_fileno=${bash_cv_dirent_has_d_fileno=no}
bash_cv_dirent_has_dino=${bash_cv_dirent_has_dino=yes}
bash_cv_fionread_in_ioctl=${bash_cv_fionread_in_ioctl=yes}
bash_cv_func_lstat=${bash_cv_func_lstat=yes}
bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present}
bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
bash_cv_signal_vintage=${bash_cv_signal_vintage=posix}
bash_cv_speed_t_in_sys_types=${bash_cv_speed_t_in_sys_types=no}
bash_cv_struct_winsize_header=${bash_cv_struct_winsize_header=ioctl_h}
bash_cv_termcap_lib=${bash_cv_termcap_lib=libtermcap}
bash_cv_tiocgwinsz_in_ioctl=${bash_cv_tiocgwinsz_in_ioctl=yes}
bash_cv_tiocstat_in_ioctl=${bash_cv_tiocstat_in_ioctl=no}
bash_cv_void_sighandler=${bash_cv_void_sighandler=yes}
ice_cv_athena_includes=${ice_cv_athena_includes=''}
ice_cv_athena_libraries=${ice_cv_athena_libraries=''}
ice_cv_conserve_space=${ice_cv_conserve_space=yes}
ice_cv_cxx_isystem=${ice_cv_cxx_isystem=yes}
ice_cv_elide_constructors=${ice_cv_elide_constructors=yes}
ice_cv_external_templates=${ice_cv_external_templates=no}
ice_cv_freeze_ostrstream=${ice_cv_freeze_ostrstream=yes}
ice_cv_freeze_ostrstreambuf=${ice_cv_freeze_ostrstreambuf=yes}
ice_cv_frozen_ostrstream=${ice_cv_frozen_ostrstream=yes}
ice_cv_frozen_ostrstreambuf=${ice_cv_frozen_ostrstreambuf=yes}
ice_cv_have__getpty_decl=${ice_cv_have__getpty_decl=yes}
ice_cv_have_ansi_lifetime_of_temporaries=${ice_cv_have_ansi_lifetime_of_temporaries=yes}
ice_cv_have_array_operator_new=${ice_cv_have_array_operator_new=yes}
ice_cv_have_asctime_decl=${ice_cv_have_asctime_decl=yes}
ice_cv_have_bool=${ice_cv_have_bool=yes}
ice_cv_have_clock_decl=${ice_cv_have_clock_decl=yes}
ice_cv_have_core_magic=${ice_cv_have_core_magic=no}
ice_cv_have_difftime_decl=${ice_cv_have_difftime_decl=yes}
ice_cv_have_dup2_decl=${ice_cv_have_dup2_decl=yes}
ice_cv_have_endpwent_decl=${ice_cv_have_endpwent_decl=yes}
ice_cv_have_exceptions=${ice_cv_have_exceptions=yes}
ice_cv_have_explicit=${ice_cv_have_explicit=yes}
ice_cv_have_fcntl_decl=${ice_cv_have_fcntl_decl=yes}
ice_cv_have_ftime_decl=${ice_cv_have_ftime_decl=yes}
ice_cv_have_gethostbyname_decl=${ice_cv_have_gethostbyname_decl=yes}
ice_cv_have_gethostname_decl=${ice_cv_have_gethostname_decl=yes}
ice_cv_have_getrlimit_decl=${ice_cv_have_getrlimit_decl=yes}
ice_cv_have_getrusage_decl=${ice_cv_have_getrusage_decl=yes}
ice_cv_have_getwd_decl=${ice_cv_have_getwd_decl=yes}
ice_cv_have_grantpt_decl=${ice_cv_have_grantpt_decl=yes}
ice_cv_have_hypot_decl=${ice_cv_have_hypot_decl=yes}
ice_cv_have_ioctl_decl=${ice_cv_have_ioctl_decl=yes}
ice_cv_have_iostate=${ice_cv_have_iostate=yes}
ice_cv_have_link_decl=${ice_cv_have_link_decl=yes}
ice_cv_have_long_long=${ice_cv_have_long_long=yes}
ice_cv_have_lstat_decl=${ice_cv_have_lstat_decl=yes}
ice_cv_have_malloc_decl=${ice_cv_have_malloc_decl=yes}
ice_cv_have_maxpathlen=${ice_cv_have_maxpathlen=yes}
ice_cv_have_memset_decl=${ice_cv_have_memset_decl=yes}
ice_cv_have_mkstemp_decl=${ice_cv_have_mkstemp_decl=yes}
ice_cv_have_mutable=${ice_cv_have_mutable=yes}
ice_cv_have_named_return_values=${ice_cv_have_named_return_values=yes}
ice_cv_have_namespace=${ice_cv_have_namespace=yes}
ice_cv_have_new_casts=${ice_cv_have_new_casts=yes}
ice_cv_have_path_max=${ice_cv_have_path_max=yes}
ice_cv_have_pclose_decl=${ice_cv_have_pclose_decl=yes}
ice_cv_have_placement_new=${ice_cv_have_placement_new=yes}
ice_cv_have_popen_decl=${ice_cv_have_popen_decl=yes}
ice_cv_have_posix_path_max=${ice_cv_have_posix_path_max=yes}
ice_cv_have_pretty_function=${ice_cv_have_pretty_function=yes}
ice_cv_have_ptrace_decl=${ice_cv_have_ptrace_decl=yes}
ice_cv_have_ptrace_dumpcore=${ice_cv_have_ptrace_dumpcore=no}
ice_cv_have_ptsname_decl=${ice_cv_have_ptsname_decl=yes}
ice_cv_have_raise_decl=${ice_cv_have_raise_decl=yes}
ice_cv_have_rand_decl=${ice_cv_have_rand_decl=yes}
ice_cv_have_random_decl=${ice_cv_have_random_decl=yes}
ice_cv_have_readlink_decl=${ice_cv_have_readlink_decl=yes}
ice_cv_have_regcomp_decl=${ice_cv_have_regcomp_decl=yes}
ice_cv_have_regex_t_n_subexps=${ice_cv_have_regex_t_n_subexps=no}
ice_cv_have_regex_t_re_nsub=${ice_cv_have_regex_t_re_nsub=yes}
ice_cv_have_regexec_decl=${ice_cv_have_regexec_decl=yes}
ice_cv_have_setbuf_decl=${ice_cv_have_setbuf_decl=yes}
ice_cv_have_setlocale_decl=${ice_cv_have_setlocale_decl=yes}
ice_cv_have_setpgid_decl=${ice_cv_have_setpgid_decl=yes}
ice_cv_have_setpgrp_decl=${ice_cv_have_setpgrp_decl=yes}
ice_cv_have_setpwent_decl=${ice_cv_have_setpwent_decl=yes}
ice_cv_have_setrlimit_decl=${ice_cv_have_setrlimit_decl=yes}
ice_cv_have_setsid_decl=${ice_cv_have_setsid_decl=yes}
ice_cv_have_setvbuf_decl=${ice_cv_have_setvbuf_decl=yes}
ice_cv_have_sigblock_decl=${ice_cv_have_sigblock_decl=no}
ice_cv_have_sigprocmask_decl=${ice_cv_have_sigprocmask_decl=yes}
ice_cv_have_sigsetmask_decl=${ice_cv_have_sigsetmask_decl=no}
ice_cv_have_sigsuspend_decl=${ice_cv_have_sigsuspend_decl=yes}
ice_cv_have_srand_decl=${ice_cv_have_srand_decl=yes}
ice_cv_have_srandom_decl=${ice_cv_have_srandom_decl=yes}
ice_cv_have_stat_decl=${ice_cv_have_stat_decl=yes}
ice_cv_have_std_exceptions=${ice_cv_have_std_exceptions=yes}
ice_cv_have_streampos=${ice_cv_have_streampos=yes}
ice_cv_have_strerror_decl=${ice_cv_have_strerror_decl=yes}
ice_cv_have_strftime_decl=${ice_cv_have_strftime_decl=yes}
ice_cv_have_strtod_decl=${ice_cv_have_strtod_decl=yes}
ice_cv_have_strtol_decl=${ice_cv_have_strtol_decl=yes}
ice_cv_have_strtoul_decl=${ice_cv_have_strtoul_decl=yes}
ice_cv_have_symlink_decl=${ice_cv_have_symlink_decl=yes}
ice_cv_have_tcdrain_decl=${ice_cv_have_tcdrain_decl=yes}
ice_cv_have_tcflow_decl=${ice_cv_have_tcflow_decl=yes}
ice_cv_have_tcflush_decl=${ice_cv_have_tcflush_decl=yes}
ice_cv_have_tcgetattr_decl=${ice_cv_have_tcgetattr_decl=yes}
ice_cv_have_tcgetpgrp_decl=${ice_cv_have_tcgetpgrp_decl=yes}
ice_cv_have_tcgetsid_decl=${ice_cv_have_tcgetsid_decl=yes}
ice_cv_have_tcsendbreak_decl=${ice_cv_have_tcsendbreak_decl=yes}
ice_cv_have_tcsetattr_decl=${ice_cv_have_tcsetattr_decl=yes}
ice_cv_have_tcsetpgrp_decl=${ice_cv_have_tcsetpgrp_decl=yes}
ice_cv_have_times_decl=${ice_cv_have_times_decl=yes}
ice_cv_have_tmpfile_decl=${ice_cv_have_tmpfile_decl=yes}
ice_cv_have_typeinfo=${ice_cv_have_typeinfo=yes}
ice_cv_have_uname_decl=${ice_cv_have_uname_decl=yes}
ice_cv_have_unlink_decl=${ice_cv_have_unlink_decl=yes}
ice_cv_have_unlockpt_decl=${ice_cv_have_unlockpt_decl=yes}
ice_cv_have_waitpid_decl=${ice_cv_have_waitpid_decl=yes}
ice_cv_minimal_toc=${ice_cv_minimal_toc=no}
ice_cv_motif_dialogs_own_selection_list=${ice_cv_motif_dialogs_own_selection_list=no}
ice_cv_motif_includes=${ice_cv_motif_includes=''}
ice_cv_motif_libraries=${ice_cv_motif_libraries=''}
ice_cv_ostrstream_pcount_broken=${ice_cv_ostrstream_pcount_broken=no}
ice_cv_permissive=${ice_cv_permissive=yes}
ice_cv_prog_cc=${ice_cv_prog_cc=yes}
ice_cv_prog_cxx=${ice_cv_prog_cxx=yes}
ice_cv_regcomp_broken=${ice_cv_regcomp_broken=no}
ice_cv_traditional_cpp=${ice_cv_traditional_cpp='gcc -E -traditional-cpp'}
ice_cv_translations=${ice_cv_translations=baseTranslations}
ice_cv_trigraphs=${ice_cv_trigraphs=yes}
ice_cv_type_sig_handler_args=${ice_cv_type_sig_handler_args=...}
ice_cv_warn_effective_cxx=${ice_cv_warn_effective_cxx=yes}
ice_cv_warn_uninitialized=${ice_cv_warn_uninitialized=no}
ice_cv_werror=${ice_cv_werror=yes}
ice_cv_x_permissive=${ice_cv_x_permissive=no}
ice_cv_xpm_includes=${ice_cv_xpm_includes=''}
ice_cv_xpm_libraries=${ice_cv_xpm_libraries=''}

reply via email to

[Prev in Thread] Current Thread [Next in Thread]