Changeset 8995df in git


Ignore:
Timestamp:
Apr 5, 2001, 2:40:31 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4b0176c841a2eb49e66464162df892e601a01d68
Parents:
421b9f3b7fae945ed2652cd04e50edfa1b8325e9
Message:
*hannes: sgi-port


git-svn-id: file:///usr/local/Singular/svn/trunk@5358 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    r421b9f r8995df  
    362362
    363363p_Procs_%.so: p_Procs_Lib_%.dl_o
    364         ${CXX} ${CXXFLAGS} ${SFLAGS} ${SLDFLAGS} $< -o $@
     364        ld ${SLDFLAGS} -o $@ $^
    365365
    366366mpsr.so: $(MPSR_SOURCES:.cc=.dl_o)
    367         ${CXX} ${CXXFLAGS} ${SFLAGS} ${SLDFLAGS} ${LDFLAGS} -o $@ $^ ${MP_LIBS}
     367        ld ${SLDFLAGS} -o $@ $^
    368368
    369369dbmsr.so: $(DBMSR_SOURCES:.cc=.dl_o)
    370         ${CXX} ${CXXFLAGS} ${SFLAGS} ${SLDFLAGS} ${LDFLAGS} -o $@ $^ ${MP_LIBS}
     370        ld ${SLDFLAGS} -o $@ $^
    371371
    372372src: scanner.cc grammar.h grammar.cc libparse.cc
  • Singular/configure

    r421b9f r8995df  
    18571857        IRIX-6)
    18581858          LD_DYN_FLAGS="-lc"
     1859          SLDFLAGS="-w -no_unresolved -_SYSTYPE_SVR4 -n32 -shared"
    18591860          ac_lib_dl=yes
    18601861        ;;
     
    18681869# heder file checks
    18691870echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1870 echo "configure:1871: checking for ANSI C header files" >&5
     1871echo "configure:1872: checking for ANSI C header files" >&5
    18711872if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    18721873  echo $ac_n "(cached) $ac_c" 1>&6
    18731874else
    18741875  cat > conftest.$ac_ext <<EOF
    1875 #line 1876 "configure"
     1876#line 1877 "configure"
    18761877#include "confdefs.h"
    18771878#include <stdlib.h>
     
    18811882EOF
    18821883ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1883 { (eval echo configure:1884: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1884{ (eval echo configure:1885: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    18841885ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    18851886if test -z "$ac_err"; then
     
    18981899  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    18991900cat > conftest.$ac_ext <<EOF
    1900 #line 1901 "configure"
     1901#line 1902 "configure"
    19011902#include "confdefs.h"
    19021903#include <string.h>
     
    19161917  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    19171918cat > conftest.$ac_ext <<EOF
    1918 #line 1919 "configure"
     1919#line 1920 "configure"
    19191920#include "confdefs.h"
    19201921#include <stdlib.h>
     
    19371938else
    19381939  cat > conftest.$ac_ext <<EOF
    1939 #line 1940 "configure"
     1940#line 1941 "configure"
    19401941#include "confdefs.h"
    19411942#include <ctype.h>
     
    19481949
    19491950EOF
    1950 if { (eval echo configure:1951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1951if { (eval echo configure:1952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    19511952then
    19521953  :
     
    19751976ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    19761977echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1977 echo "configure:1978: checking for $ac_hdr" >&5
     1978echo "configure:1979: checking for $ac_hdr" >&5
    19781979if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    19791980  echo $ac_n "(cached) $ac_c" 1>&6
    19801981else
    19811982  cat > conftest.$ac_ext <<EOF
    1982 #line 1983 "configure"
     1983#line 1984 "configure"
    19831984#include "confdefs.h"
    19841985#include <$ac_hdr>
    19851986EOF
    19861987ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1987 { (eval echo configure:1988: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1988{ (eval echo configure:1989: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    19881989ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    19891990if test -z "$ac_err"; then
     
    20172018ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    20182019echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2019 echo "configure:2020: checking for $ac_hdr" >&5
     2020echo "configure:2021: checking for $ac_hdr" >&5
    20202021if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    20212022  echo $ac_n "(cached) $ac_c" 1>&6
    20222023else
    20232024  cat > conftest.$ac_ext <<EOF
    2024 #line 2025 "configure"
     2025#line 2026 "configure"
    20252026#include "confdefs.h"
    20262027#include <$ac_hdr>
    20272028EOF
    20282029ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2029 { (eval echo configure:2030: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2030{ (eval echo configure:2031: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    20302031ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    20312032if test -z "$ac_err"; then
     
    20562057# typedefs, structures
    20572058echo $ac_n "checking for working const""... $ac_c" 1>&6
    2058 echo "configure:2059: checking for working const" >&5
     2059echo "configure:2060: checking for working const" >&5
    20592060if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    20602061  echo $ac_n "(cached) $ac_c" 1>&6
    20612062else
    20622063  cat > conftest.$ac_ext <<EOF
    2063 #line 2064 "configure"
     2064#line 2065 "configure"
    20642065#include "confdefs.h"
    20652066
     
    21102111; return 0; }
    21112112EOF
    2112 if { (eval echo configure:2113: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2113if { (eval echo configure:2114: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    21132114  rm -rf conftest*
    21142115  ac_cv_c_const=yes
     
    21312132
    21322133echo $ac_n "checking for inline""... $ac_c" 1>&6
    2133 echo "configure:2134: checking for inline" >&5
     2134echo "configure:2135: checking for inline" >&5
    21342135if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    21352136  echo $ac_n "(cached) $ac_c" 1>&6
     
    21382139for ac_kw in inline __inline__ __inline; do
    21392140  cat > conftest.$ac_ext <<EOF
    2140 #line 2141 "configure"
     2141#line 2142 "configure"
    21412142#include "confdefs.h"
    21422143
     
    21452146; return 0; }
    21462147EOF
    2147 if { (eval echo configure:2148: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2148if { (eval echo configure:2149: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    21482149  rm -rf conftest*
    21492150  ac_cv_c_inline=$ac_kw; break
     
    21712172
    21722173echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2173 echo "configure:2174: checking for size_t" >&5
     2174echo "configure:2175: checking for size_t" >&5
    21742175if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    21752176  echo $ac_n "(cached) $ac_c" 1>&6
    21762177else
    21772178  cat > conftest.$ac_ext <<EOF
    2178 #line 2179 "configure"
     2179#line 2180 "configure"
    21792180#include "confdefs.h"
    21802181#include <sys/types.h>
     
    22042205
    22052206echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    2206 echo "configure:2207: checking whether time.h and sys/time.h may both be included" >&5
     2207echo "configure:2208: checking whether time.h and sys/time.h may both be included" >&5
    22072208if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    22082209  echo $ac_n "(cached) $ac_c" 1>&6
    22092210else
    22102211  cat > conftest.$ac_ext <<EOF
    2211 #line 2212 "configure"
     2212#line 2213 "configure"
    22122213#include "confdefs.h"
    22132214#include <sys/types.h>
     
    22182219; return 0; }
    22192220EOF
    2220 if { (eval echo configure:2221: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2221if { (eval echo configure:2222: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    22212222  rm -rf conftest*
    22222223  ac_cv_header_time=yes
     
    22392240
    22402241echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    2241 echo "configure:2242: checking whether struct tm is in sys/time.h or time.h" >&5
     2242echo "configure:2243: checking whether struct tm is in sys/time.h or time.h" >&5
    22422243if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    22432244  echo $ac_n "(cached) $ac_c" 1>&6
    22442245else
    22452246  cat > conftest.$ac_ext <<EOF
    2246 #line 2247 "configure"
     2247#line 2248 "configure"
    22472248#include "confdefs.h"
    22482249#include <sys/types.h>
     
    22522253; return 0; }
    22532254EOF
    2254 if { (eval echo configure:2255: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2255if { (eval echo configure:2256: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    22552256  rm -rf conftest*
    22562257  ac_cv_struct_tm=time.h
     
    22772278# for constant arguments.  Useless!
    22782279echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2279 echo "configure:2280: checking for working alloca.h" >&5
     2280echo "configure:2281: checking for working alloca.h" >&5
    22802281if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    22812282  echo $ac_n "(cached) $ac_c" 1>&6
    22822283else
    22832284  cat > conftest.$ac_ext <<EOF
    2284 #line 2285 "configure"
     2285#line 2286 "configure"
    22852286#include "confdefs.h"
    22862287#include <alloca.h>
     
    22892290; return 0; }
    22902291EOF
    2291 if { (eval echo configure:2292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2292if { (eval echo configure:2293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22922293  rm -rf conftest*
    22932294  ac_cv_header_alloca_h=yes
     
    23102311
    23112312echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2312 echo "configure:2313: checking for alloca" >&5
     2313echo "configure:2314: checking for alloca" >&5
    23132314if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    23142315  echo $ac_n "(cached) $ac_c" 1>&6
    23152316else
    23162317  cat > conftest.$ac_ext <<EOF
    2317 #line 2318 "configure"
     2318#line 2319 "configure"
    23182319#include "confdefs.h"
    23192320
     
    23432344; return 0; }
    23442345EOF
    2345 if { (eval echo configure:2346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2346if { (eval echo configure:2347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23462347  rm -rf conftest*
    23472348  ac_cv_func_alloca_works=yes
     
    23752376
    23762377echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2377 echo "configure:2378: checking whether alloca needs Cray hooks" >&5
     2378echo "configure:2379: checking whether alloca needs Cray hooks" >&5
    23782379if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    23792380  echo $ac_n "(cached) $ac_c" 1>&6
    23802381else
    23812382  cat > conftest.$ac_ext <<EOF
    2382 #line 2383 "configure"
     2383#line 2384 "configure"
    23832384#include "confdefs.h"
    23842385#if defined(CRAY) && ! defined(CRAY2)
     
    24052406for ac_func in _getb67 GETB67 getb67; do
    24062407  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2407 echo "configure:2408: checking for $ac_func" >&5
     2408echo "configure:2409: checking for $ac_func" >&5
    24082409if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    24092410  echo $ac_n "(cached) $ac_c" 1>&6
    24102411else
    24112412  cat > conftest.$ac_ext <<EOF
    2412 #line 2413 "configure"
     2413#line 2414 "configure"
    24132414#include "confdefs.h"
    24142415/* System header to define __stub macros and hopefully few prototypes,
     
    24332434; return 0; }
    24342435EOF
    2435 if { (eval echo configure:2436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2436if { (eval echo configure:2437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24362437  rm -rf conftest*
    24372438  eval "ac_cv_func_$ac_func=yes"
     
    24602461
    24612462echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2462 echo "configure:2463: checking stack direction for C alloca" >&5
     2463echo "configure:2464: checking stack direction for C alloca" >&5
    24632464if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    24642465  echo $ac_n "(cached) $ac_c" 1>&6
     
    24682469else
    24692470  cat > conftest.$ac_ext <<EOF
    2470 #line 2471 "configure"
     2471#line 2472 "configure"
    24712472#include "confdefs.h"
    24722473find_stack_direction ()
     
    24872488}
    24882489EOF
    2489 if { (eval echo configure:2490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2490if { (eval echo configure:2491: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    24902491then
    24912492  ac_cv_c_stack_direction=1
     
    25102511if test $ac_cv_prog_gcc = yes; then
    25112512    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
    2512 echo "configure:2513: checking whether ${CC-cc} needs -traditional" >&5
     2513echo "configure:2514: checking whether ${CC-cc} needs -traditional" >&5
    25132514if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
    25142515  echo $ac_n "(cached) $ac_c" 1>&6
     
    25162517    ac_pattern="Autoconf.*'x'"
    25172518  cat > conftest.$ac_ext <<EOF
    2518 #line 2519 "configure"
     2519#line 2520 "configure"
    25192520#include "confdefs.h"
    25202521#include <sgtty.h>
     
    25342535  if test $ac_cv_prog_gcc_traditional = no; then
    25352536    cat > conftest.$ac_ext <<EOF
    2536 #line 2537 "configure"
     2537#line 2538 "configure"
    25372538#include "confdefs.h"
    25382539#include <termio.h>
     
    25592560ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    25602561echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2561 echo "configure:2562: checking for $ac_hdr" >&5
     2562echo "configure:2563: checking for $ac_hdr" >&5
    25622563if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    25632564  echo $ac_n "(cached) $ac_c" 1>&6
    25642565else
    25652566  cat > conftest.$ac_ext <<EOF
    2566 #line 2567 "configure"
     2567#line 2568 "configure"
    25672568#include "confdefs.h"
    25682569#include <$ac_hdr>
    25692570EOF
    25702571ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2571 { (eval echo configure:2572: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2572{ (eval echo configure:2573: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25722573ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25732574if test -z "$ac_err"; then
     
    25982599do
    25992600echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2600 echo "configure:2601: checking for $ac_func" >&5
     2601echo "configure:2602: checking for $ac_func" >&5
    26012602if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    26022603  echo $ac_n "(cached) $ac_c" 1>&6
    26032604else
    26042605  cat > conftest.$ac_ext <<EOF
    2605 #line 2606 "configure"
     2606#line 2607 "configure"
    26062607#include "confdefs.h"
    26072608/* System header to define __stub macros and hopefully few prototypes,
     
    26262627; return 0; }
    26272628EOF
    2628 if { (eval echo configure:2629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2629if { (eval echo configure:2630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    26292630  rm -rf conftest*
    26302631  eval "ac_cv_func_$ac_func=yes"
     
    26512652
    26522653echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    2653 echo "configure:2654: checking for working mmap" >&5
     2654echo "configure:2655: checking for working mmap" >&5
    26542655if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    26552656  echo $ac_n "(cached) $ac_c" 1>&6
     
    26592660else
    26602661  cat > conftest.$ac_ext <<EOF
    2661 #line 2662 "configure"
     2662#line 2663 "configure"
    26622663#include "confdefs.h"
    26632664
     
    27992800
    28002801EOF
    2801 if { (eval echo configure:2802: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2802if { (eval echo configure:2803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    28022803then
    28032804  ac_cv_func_mmap_fixed_mapped=yes
     
    28222823
    28232824echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    2824 echo "configure:2825: checking return type of signal handlers" >&5
     2825echo "configure:2826: checking return type of signal handlers" >&5
    28252826if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    28262827  echo $ac_n "(cached) $ac_c" 1>&6
    28272828else
    28282829  cat > conftest.$ac_ext <<EOF
    2829 #line 2830 "configure"
     2830#line 2831 "configure"
    28302831#include "confdefs.h"
    28312832#include <sys/types.h>
     
    28442845; return 0; }
    28452846EOF
    2846 if { (eval echo configure:2847: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2847if { (eval echo configure:2848: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28472848  rm -rf conftest*
    28482849  ac_cv_type_signal=void
     
    28632864
    28642865echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    2865 echo "configure:2866: checking for vprintf" >&5
     2866echo "configure:2867: checking for vprintf" >&5
    28662867if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    28672868  echo $ac_n "(cached) $ac_c" 1>&6
    28682869else
    28692870  cat > conftest.$ac_ext <<EOF
    2870 #line 2871 "configure"
     2871#line 2872 "configure"
    28712872#include "confdefs.h"
    28722873/* System header to define __stub macros and hopefully few prototypes,
     
    28912892; return 0; }
    28922893EOF
    2893 if { (eval echo configure:2894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2894if { (eval echo configure:2895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28942895  rm -rf conftest*
    28952896  eval "ac_cv_func_vprintf=yes"
     
    29152916if test "$ac_cv_func_vprintf" != yes; then
    29162917echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    2917 echo "configure:2918: checking for _doprnt" >&5
     2918echo "configure:2919: checking for _doprnt" >&5
    29182919if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    29192920  echo $ac_n "(cached) $ac_c" 1>&6
    29202921else
    29212922  cat > conftest.$ac_ext <<EOF
    2922 #line 2923 "configure"
     2923#line 2924 "configure"
    29232924#include "confdefs.h"
    29242925/* System header to define __stub macros and hopefully few prototypes,
     
    29432944; return 0; }
    29442945EOF
    2945 if { (eval echo configure:2946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2946if { (eval echo configure:2947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29462947  rm -rf conftest*
    29472948  eval "ac_cv_func__doprnt=yes"
     
    29692970
    29702971echo $ac_n "checking for library containing setenv""... $ac_c" 1>&6
    2971 echo "configure:2972: checking for library containing setenv" >&5
     2972echo "configure:2973: checking for library containing setenv" >&5
    29722973if eval "test \"`echo '$''{'ac_cv_search_setenv'+set}'`\" = set"; then
    29732974  echo $ac_n "(cached) $ac_c" 1>&6
     
    29762977ac_cv_search_setenv="no"
    29772978cat > conftest.$ac_ext <<EOF
    2978 #line 2979 "configure"
     2979#line 2980 "configure"
    29792980#include "confdefs.h"
    29802981/* Override any gcc2 internal prototype to avoid an error.  */
     
    29872988; return 0; }
    29882989EOF
    2989 if { (eval echo configure:2990: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2990if { (eval echo configure:2991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29902991  rm -rf conftest*
    29912992  ac_cv_search_setenv="none required"
     
    29982999LIBS="-l$i  $ac_func_search_save_LIBS"
    29993000cat > conftest.$ac_ext <<EOF
    3000 #line 3001 "configure"
     3001#line 3002 "configure"
    30013002#include "confdefs.h"
    30023003/* Override any gcc2 internal prototype to avoid an error.  */
     
    30093010; return 0; }
    30103011EOF
    3011 if { (eval echo configure:3012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3012if { (eval echo configure:3013: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30123013  rm -rf conftest*
    30133014  ac_cv_search_setenv="-l$i"
     
    30323033do
    30333034echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3034 echo "configure:3035: checking for $ac_func" >&5
     3035echo "configure:3036: checking for $ac_func" >&5
    30353036if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    30363037  echo $ac_n "(cached) $ac_c" 1>&6
    30373038else
    30383039  cat > conftest.$ac_ext <<EOF
    3039 #line 3040 "configure"
     3040#line 3041 "configure"
    30403041#include "confdefs.h"
    30413042/* System header to define __stub macros and hopefully few prototypes,
     
    30603061; return 0; }
    30613062EOF
    3062 if { (eval echo configure:3063: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3063if { (eval echo configure:3064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30633064  rm -rf conftest*
    30643065  eval "ac_cv_func_$ac_func=yes"
     
    30893090# arithmetic shifts
    30903091echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6
    3091 echo "configure:3092: checking whether your machine has correct arithmetic shifts" >&5
     3092echo "configure:3093: checking whether your machine has correct arithmetic shifts" >&5
    30923093if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then
    30933094  echo $ac_n "(cached) $ac_c" 1>&6
     
    31023103else
    31033104  cat > conftest.$ac_ext <<EOF
    3104 #line 3105 "configure"
     3105#line 3106 "configure"
    31053106#include "confdefs.h"
    31063107 int main() { if (-2 >> 1 == -1) exit(0); else exit(1); }
    31073108EOF
    3108 if { (eval echo configure:3109: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3109if { (eval echo configure:3110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    31093110then
    31103111  ac_cv_shift=yes
     
    31313132# check for a peculiar constructor initialization
    31323133echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6
    3133 echo "configure:3134: checking whether explicit C++ constructor calls are allowed" >&5
     3134echo "configure:3135: checking whether explicit C++ constructor calls are allowed" >&5
    31343135
    31353136ac_ext=C
     
    31443145else
    31453146  cat > conftest.$ac_ext <<EOF
    3146 #line 3147 "configure"
     3147#line 3148 "configure"
    31473148#include "confdefs.h"
    31483149
     
    31623163; return 0; }
    31633164EOF
    3164 if { (eval echo configure:3165: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3165if { (eval echo configure:3166: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    31653166  rm -rf conftest*
    31663167  ac_cv_explicit_const=yes
     
    31913192# sprintf returns number of printed chars
    31923193echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6
    3193 echo "configure:3194: checking whether vsprintf returns number of printed chars" >&5
     3194echo "configure:3195: checking whether vsprintf returns number of printed chars" >&5
    31943195if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then
    31953196  echo $ac_n "(cached) $ac_c" 1>&6
     
    31993200else
    32003201  cat > conftest.$ac_ext <<EOF
    3201 #line 3202 "configure"
     3202#line 3203 "configure"
    32023203#include "confdefs.h"
    32033204#include <stdio.h>
    32043205 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); }
    32053206EOF
    3206 if { (eval echo configure:3207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3207if { (eval echo configure:3208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    32073208then
    32083209  ac_cv_returns_n_of_chars=yes
     
    32303231# determine ALIGN_8
    32313232echo $ac_n "checking size of char""... $ac_c" 1>&6
    3232 echo "configure:3233: checking size of char" >&5
     3233echo "configure:3234: checking size of char" >&5
    32333234if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
    32343235  echo $ac_n "(cached) $ac_c" 1>&6
     
    32383239else
    32393240  cat > conftest.$ac_ext <<EOF
    3240 #line 3241 "configure"
     3241#line 3242 "configure"
    32413242#include "confdefs.h"
    32423243#include <stdio.h>
     
    32493250}
    32503251EOF
    3251 if { (eval echo configure:3252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3252if { (eval echo configure:3253: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    32523253then
    32533254  ac_cv_sizeof_char=`cat conftestval`
     
    32693270
    32703271echo $ac_n "checking size of short""... $ac_c" 1>&6
    3271 echo "configure:3272: checking size of short" >&5
     3272echo "configure:3273: checking size of short" >&5
    32723273if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    32733274  echo $ac_n "(cached) $ac_c" 1>&6
     
    32773278else
    32783279  cat > conftest.$ac_ext <<EOF
    3279 #line 3280 "configure"
     3280#line 3281 "configure"
    32803281#include "confdefs.h"
    32813282#include <stdio.h>
     
    32883289}
    32893290EOF
    3290 if { (eval echo configure:3291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3291if { (eval echo configure:3292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    32913292then
    32923293  ac_cv_sizeof_short=`cat conftestval`
     
    33083309
    33093310echo $ac_n "checking size of int""... $ac_c" 1>&6
    3310 echo "configure:3311: checking size of int" >&5
     3311echo "configure:3312: checking size of int" >&5
    33113312if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    33123313  echo $ac_n "(cached) $ac_c" 1>&6
     
    33163317else
    33173318  cat > conftest.$ac_ext <<EOF
    3318 #line 3319 "configure"
     3319#line 3320 "configure"
    33193320#include "confdefs.h"
    33203321#include <stdio.h>
     
    33273328}
    33283329EOF
    3329 if { (eval echo configure:3330: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3330if { (eval echo configure:3331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33303331then
    33313332  ac_cv_sizeof_int=`cat conftestval`
     
    33473348
    33483349echo $ac_n "checking size of long""... $ac_c" 1>&6
    3349 echo "configure:3350: checking size of long" >&5
     3350echo "configure:3351: checking size of long" >&5
    33503351if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    33513352  echo $ac_n "(cached) $ac_c" 1>&6
     
    33553356else
    33563357  cat > conftest.$ac_ext <<EOF
    3357 #line 3358 "configure"
     3358#line 3359 "configure"
    33583359#include "confdefs.h"
    33593360#include <stdio.h>
     
    33663367}
    33673368EOF
    3368 if { (eval echo configure:3369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3369if { (eval echo configure:3370: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33693370then
    33703371  ac_cv_sizeof_long=`cat conftestval`
     
    33863387
    33873388echo $ac_n "checking size of void*""... $ac_c" 1>&6
    3388 echo "configure:3389: checking size of void*" >&5
     3389echo "configure:3390: checking size of void*" >&5
    33893390if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then
    33903391  echo $ac_n "(cached) $ac_c" 1>&6
     
    33943395else
    33953396  cat > conftest.$ac_ext <<EOF
    3396 #line 3397 "configure"
     3397#line 3398 "configure"
    33973398#include "confdefs.h"
    33983399#include <stdio.h>
     
    34053406}
    34063407EOF
    3407 if { (eval echo configure:3408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3408if { (eval echo configure:3409: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    34083409then
    34093410  ac_cv_sizeof_voidp=`cat conftestval`
     
    34253426
    34263427echo $ac_n "checking size of double""... $ac_c" 1>&6
    3427 echo "configure:3428: checking size of double" >&5
     3428echo "configure:3429: checking size of double" >&5
    34283429if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
    34293430  echo $ac_n "(cached) $ac_c" 1>&6
     
    34333434else
    34343435  cat > conftest.$ac_ext <<EOF
    3435 #line 3436 "configure"
     3436#line 3437 "configure"
    34363437#include "confdefs.h"
    34373438#include <stdio.h>
     
    34443445}
    34453446EOF
    3446 if { (eval echo configure:3447: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3447if { (eval echo configure:3448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    34473448then
    34483449  ac_cv_sizeof_double=`cat conftestval`
     
    34643465
    34653466echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
    3466 echo "configure:3467: checking whether byte ordering is bigendian" >&5
     3467echo "configure:3468: checking whether byte ordering is bigendian" >&5
    34673468if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
    34683469  echo $ac_n "(cached) $ac_c" 1>&6
     
    34713472# See if sys/param.h defines the BYTE_ORDER macro.
    34723473cat > conftest.$ac_ext <<EOF
    3473 #line 3474 "configure"
     3474#line 3475 "configure"
    34743475#include "confdefs.h"
    34753476#include <sys/types.h>
     
    34823483; return 0; }
    34833484EOF
    3484 if { (eval echo configure:3485: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3485if { (eval echo configure:3486: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    34853486  rm -rf conftest*
    34863487  # It does; now see whether it defined to BIG_ENDIAN or not.
    34873488cat > conftest.$ac_ext <<EOF
    3488 #line 3489 "configure"
     3489#line 3490 "configure"
    34893490#include "confdefs.h"
    34903491#include <sys/types.h>
     
    34973498; return 0; }
    34983499EOF
    3499 if { (eval echo configure:3500: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3500if { (eval echo configure:3501: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    35003501  rm -rf conftest*
    35013502  ac_cv_c_bigendian=yes
     
    35173518else
    35183519  cat > conftest.$ac_ext <<EOF
    3519 #line 3520 "configure"
     3520#line 3521 "configure"
    35203521#include "confdefs.h"
    35213522main () {
     
    35303531}
    35313532EOF
    3532 if { (eval echo configure:3533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3533if { (eval echo configure:3534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    35333534then
    35343535  ac_cv_c_bigendian=no
     
    36483649
    36493650echo $ac_n "checking whether to use dynamic linking""... $ac_c" 1>&6
    3650 echo "configure:3651: checking whether to use dynamic linking" >&5
     3651echo "configure:3652: checking whether to use dynamic linking" >&5
    36513652if test "$with_dl" != no && test "$ac_lib_dl" = yes; then
    36523653  cat >> confdefs.h <<\EOF
     
    36613662
    36623663echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
    3663 echo "configure:3664: checking for tgetent in -lncurses" >&5
     3664echo "configure:3665: checking for tgetent in -lncurses" >&5
    36643665ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
    36653666if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    36693670LIBS="-lncurses  $LIBS"
    36703671cat > conftest.$ac_ext <<EOF
    3671 #line 3672 "configure"
     3672#line 3673 "configure"
    36723673#include "confdefs.h"
    36733674/* Override any gcc2 internal prototype to avoid an error.  */
     
    36803681; return 0; }
    36813682EOF
    3682 if { (eval echo configure:3683: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3683if { (eval echo configure:3684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36833684  rm -rf conftest*
    36843685  eval "ac_cv_lib_$ac_lib_var=yes"
     
    37073708\
    37083709 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6
    3709 echo "configure:3710: checking for tgetent in -lcurses" >&5
     3710echo "configure:3711: checking for tgetent in -lcurses" >&5
    37103711ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
    37113712if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37153716LIBS="-lcurses  $LIBS"
    37163717cat > conftest.$ac_ext <<EOF
    3717 #line 3718 "configure"
     3718#line 3719 "configure"
    37183719#include "confdefs.h"
    37193720/* Override any gcc2 internal prototype to avoid an error.  */
     
    37263727; return 0; }
    37273728EOF
    3728 if { (eval echo configure:3729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3729if { (eval echo configure:3730: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37293730  rm -rf conftest*
    37303731  eval "ac_cv_lib_$ac_lib_var=yes"
     
    37533754\
    37543755  echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
    3755 echo "configure:3756: checking for tgetent in -ltermcap" >&5
     3756echo "configure:3757: checking for tgetent in -ltermcap" >&5
    37563757ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
    37573758if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37613762LIBS="-ltermcap  $LIBS"
    37623763cat > conftest.$ac_ext <<EOF
    3763 #line 3764 "configure"
     3764#line 3765 "configure"
    37643765#include "confdefs.h"
    37653766/* Override any gcc2 internal prototype to avoid an error.  */
     
    37723773; return 0; }
    37733774EOF
    3774 if { (eval echo configure:3775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3775if { (eval echo configure:3776: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37753776  rm -rf conftest*
    37763777  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38213822
    38223823   echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6
    3823 echo "configure:3824: checking for rl_abort in -lreadline" >&5
     3824echo "configure:3825: checking for rl_abort in -lreadline" >&5
    38243825ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'`
    38253826if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    38293830LIBS="-lreadline  $LIBS"
    38303831cat > conftest.$ac_ext <<EOF
    3831 #line 3832 "configure"
     3832#line 3833 "configure"
    38323833#include "confdefs.h"
    38333834/* Override any gcc2 internal prototype to avoid an error.  */
     
    38433844; return 0; }
    38443845EOF
    3845 if { (eval echo configure:3846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3846if { (eval echo configure:3847: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38463847  rm -rf conftest*
    38473848  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38713872
    38723873   echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
    3873 echo "configure:3874: checking how to run the C++ preprocessor" >&5
     3874echo "configure:3875: checking how to run the C++ preprocessor" >&5
    38743875if test -z "$CXXCPP"; then
    38753876if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
     
    38843885  CXXCPP="${CXX-g++} -E"
    38853886  cat > conftest.$ac_ext <<EOF
    3886 #line 3887 "configure"
     3887#line 3888 "configure"
    38873888#include "confdefs.h"
    38883889#include <stdlib.h>
    38893890EOF
    38903891ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3891 { (eval echo configure:3892: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3892{ (eval echo configure:3893: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    38923893ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    38933894if test -z "$ac_err"; then
     
    39173918ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    39183919echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3919 echo "configure:3920: checking for $ac_hdr" >&5
     3920echo "configure:3921: checking for $ac_hdr" >&5
    39203921if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    39213922  echo $ac_n "(cached) $ac_c" 1>&6
    39223923else
    39233924  cat > conftest.$ac_ext <<EOF
    3924 #line 3925 "configure"
     3925#line 3926 "configure"
    39253926#include "confdefs.h"
    39263927#include <$ac_hdr>
    39273928EOF
    39283929ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3929 { (eval echo configure:3930: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3930{ (eval echo configure:3931: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    39303931ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    39313932if test -z "$ac_err"; then
     
    39563957      test "$ac_cv_header_readline_readline_h" = yes; then
    39573958     echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6
    3958 echo "configure:3959: checking whether readline.h is ok" >&5
     3959echo "configure:3960: checking whether readline.h is ok" >&5
    39593960     if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then
    39603961  echo $ac_n "(cached) $ac_c" 1>&6
    39613962else
    39623963  cat > conftest.$ac_ext <<EOF
    3963 #line 3964 "configure"
     3964#line 3965 "configure"
    39643965#include "confdefs.h"
    39653966#include<unistd.h>
     
    39863987; return 0; }
    39873988EOF
    3988 if { (eval echo configure:3989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3989if { (eval echo configure:3990: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39893990  rm -rf conftest*
    39903991  ac_cv_header_readline_readline_h_ok="yes"
     
    40024003#not ok -- try once more with explicitly declaring everything
    40034004      echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6
    4004 echo "configure:4005: checking whether or not we nevertheless can use readline" >&5
     4005echo "configure:4006: checking whether or not we nevertheless can use readline" >&5
    40054006      if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then
    40064007  echo $ac_n "(cached) $ac_c" 1>&6
    40074008else
    40084009  cat > conftest.$ac_ext <<EOF
    4009 #line 4010 "configure"
     4010#line 4011 "configure"
    40104011#include "confdefs.h"
    40114012#include <stdio.h>
     
    40414042; return 0; }
    40424043EOF
    4043 if { (eval echo configure:4044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4044if { (eval echo configure:4045: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40444045  rm -rf conftest*
    40454046  ac_cv_have_readline="yes"
     
    40804081
    40814082echo $ac_n "checking which readline to use""... $ac_c" 1>&6
    4082 echo "configure:4083: checking which readline to use" >&5
     4083echo "configure:4084: checking which readline to use" >&5
    40834084if test "$ac_cv_with_readline" = dynamic; then
    40844085  echo "$ac_t""dynamic" 1>&6
     
    40984099# gmp, smallgmp, MP, MPT, factory, libfac
    40994100echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6
    4100 echo "configure:4101: checking for main in -lgmp" >&5
     4101echo "configure:4102: checking for main in -lgmp" >&5
    41014102ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'`
    41024103if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    41064107LIBS="-lgmp  $LIBS"
    41074108cat > conftest.$ac_ext <<EOF
    4108 #line 4109 "configure"
     4109#line 4110 "configure"
    41094110#include "confdefs.h"
    41104111
     
    41134114; return 0; }
    41144115EOF
    4115 if { (eval echo configure:4116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4116if { (eval echo configure:4117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    41164117  rm -rf conftest*
    41174118  eval "ac_cv_lib_$ac_lib_var=yes"
     
    41444145fi
    41454146echo $ac_n "checking for main in -lsmallgmp""... $ac_c" 1>&6
    4146 echo "configure:4147: checking for main in -lsmallgmp" >&5
     4147echo "configure:4148: checking for main in -lsmallgmp" >&5
    41474148ac_lib_var=`echo smallgmp'_'main | sed 'y%./+-%__p_%'`
    41484149if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    41524153LIBS="-lsmallgmp  $LIBS"
    41534154cat > conftest.$ac_ext <<EOF
    4154 #line 4155 "configure"
     4155#line 4156 "configure"
    41554156#include "confdefs.h"
    41564157
     
    41594160; return 0; }
    41604161EOF
    4161 if { (eval echo configure:4162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4162if { (eval echo configure:4163: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    41624163  rm -rf conftest*
    41634164  eval "ac_cv_lib_$ac_lib_var=yes"
     
    41884189SAVE_LIBS=$LIBS
    41894190echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6
    4190 echo "configure:4191: checking for IMP_PutGmpInt in -lMP" >&5
     4191echo "configure:4192: checking for IMP_PutGmpInt in -lMP" >&5
    41914192ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'`
    41924193if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    41964197LIBS="-lMP $MP_LIBS $LIBS"
    41974198cat > conftest.$ac_ext <<EOF
    4198 #line 4199 "configure"
     4199#line 4200 "configure"
    41994200#include "confdefs.h"
    42004201/* Override any gcc2 internal prototype to avoid an error.  */
     
    42074208; return 0; }
    42084209EOF
    4209 if { (eval echo configure:4210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4210if { (eval echo configure:4211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42104211  rm -rf conftest*
    42114212  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42354236
    42364237echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6
    4237 echo "configure:4238: checking for MPT_GetTree in -lMPT" >&5
     4238echo "configure:4239: checking for MPT_GetTree in -lMPT" >&5
    42384239ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'`
    42394240if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42434244LIBS="-lMPT $MP_LIBS $LIBS"
    42444245cat > conftest.$ac_ext <<EOF
    4245 #line 4246 "configure"
     4246#line 4247 "configure"
    42464247#include "confdefs.h"
    42474248/* Override any gcc2 internal prototype to avoid an error.  */
     
    42544255; return 0; }
    42554256EOF
    4256 if { (eval echo configure:4257: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4257if { (eval echo configure:4258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42574258  rm -rf conftest*
    42584259  eval "ac_cv_lib_$ac_lib_var=yes"
     
    42834284LIBS=$SAVE_LIBS
    42844285echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6
    4285 echo "configure:4286: checking for atof in -lsingcf" >&5
     4286echo "configure:4287: checking for atof in -lsingcf" >&5
    42864287ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'`
    42874288if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    42914292LIBS="-lsingcf  $LIBS"
    42924293cat > conftest.$ac_ext <<EOF
    4293 #line 4294 "configure"
     4294#line 4295 "configure"
    42944295#include "confdefs.h"
    42954296/* Override any gcc2 internal prototype to avoid an error.  */
     
    43024303; return 0; }
    43034304EOF
    4304 if { (eval echo configure:4305: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4305if { (eval echo configure:4306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43054306  rm -rf conftest*
    43064307  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43304331
    43314332echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6
    4332 echo "configure:4333: checking for atof in -lsingfac" >&5
     4333echo "configure:4334: checking for atof in -lsingfac" >&5
    43334334ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'`
    43344335if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43384339LIBS="-lsingfac  $LIBS"
    43394340cat > conftest.$ac_ext <<EOF
    4340 #line 4341 "configure"
     4341#line 4342 "configure"
    43414342#include "confdefs.h"
    43424343/* Override any gcc2 internal prototype to avoid an error.  */
     
    43494350; return 0; }
    43504351EOF
    4351 if { (eval echo configure:4352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4352if { (eval echo configure:4353: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43524353  rm -rf conftest*
    43534354  eval "ac_cv_lib_$ac_lib_var=yes"
     
    43774378
    43784379echo $ac_n "checking for omTestAddr in -lomalloc""... $ac_c" 1>&6
    4379 echo "configure:4380: checking for omTestAddr in -lomalloc" >&5
     4380echo "configure:4381: checking for omTestAddr in -lomalloc" >&5
    43804381ac_lib_var=`echo omalloc'_'omTestAddr | sed 'y%./+-%__p_%'`
    43814382if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    43854386LIBS="-lomalloc  $LIBS"
    43864387cat > conftest.$ac_ext <<EOF
    4387 #line 4388 "configure"
     4388#line 4389 "configure"
    43884389#include "confdefs.h"
    43894390/* Override any gcc2 internal prototype to avoid an error.  */
     
    43964397; return 0; }
    43974398EOF
    4398 if { (eval echo configure:4399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4399if { (eval echo configure:4400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43994400  rm -rf conftest*
    44004401  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44244425
    44254426echo $ac_n "checking for main in -lomalloc_ndebug""... $ac_c" 1>&6
    4426 echo "configure:4427: checking for main in -lomalloc_ndebug" >&5
     4427echo "configure:4428: checking for main in -lomalloc_ndebug" >&5
    44274428ac_lib_var=`echo omalloc_ndebug'_'main | sed 'y%./+-%__p_%'`
    44284429if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    44324433LIBS="-lomalloc_ndebug  $LIBS"
    44334434cat > conftest.$ac_ext <<EOF
    4434 #line 4435 "configure"
     4435#line 4436 "configure"
    44354436#include "confdefs.h"
    44364437
     
    44394440; return 0; }
    44404441EOF
    4441 if { (eval echo configure:4442: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4442if { (eval echo configure:4443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44424443  rm -rf conftest*
    44434444  eval "ac_cv_lib_$ac_lib_var=yes"
     
    44714472ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    44724473echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4473 echo "configure:4474: checking for $ac_hdr" >&5
     4474echo "configure:4475: checking for $ac_hdr" >&5
    44744475if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    44754476  echo $ac_n "(cached) $ac_c" 1>&6
    44764477else
    44774478  cat > conftest.$ac_ext <<EOF
    4478 #line 4479 "configure"
     4479#line 4480 "configure"
    44794480#include "confdefs.h"
    44804481#include <$ac_hdr>
    44814482EOF
    44824483ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4483 { (eval echo configure:4484: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4484{ (eval echo configure:4485: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    44844485ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    44854486if test -z "$ac_err"; then
     
    45504551
    45514552echo $ac_n "checking which apint package to use""... $ac_c" 1>&6
    4552 echo "configure:4553: checking which apint package to use" >&5
     4553echo "configure:4554: checking which apint package to use" >&5
    45534554if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then
    45544555  if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then
     
    45924593#
    45934594echo $ac_n "checking whether to have MP""... $ac_c" 1>&6
    4594 echo "configure:4595: checking whether to have MP" >&5
     4595echo "configure:4596: checking whether to have MP" >&5
    45954596if test "${with_MP}" != yes && test "${with_MP}" != no; then
    45964597  if (test "${will_have_gmp}" = yes) && \
     
    46274628
    46284629echo $ac_n "checking whether to have factory""... $ac_c" 1>&6
    4629 echo "configure:4630: checking whether to have factory" >&5
     4630echo "configure:4631: checking whether to have factory" >&5
    46304631if test "${with_factory}" != yes && test "${with_factory}" != no; then
    46314632  if test "$ac_factory_ok" =  yes || test "$enable_factory" = yes; then
     
    46584659
    46594660echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6
    4660 echo "configure:4661: checking whether to have libfac" >&5
     4661echo "configure:4662: checking whether to have libfac" >&5
    46614662if test "${with_libfac}" != yes && test "${with_libfac}" != no; then
    46624663  if (test "${will_have_factory}" = yes) && \
     
    46924693
    46934694echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6
    4694 echo "configure:4695: checking whether to have dbm links" >&5
     4695echo "configure:4696: checking whether to have dbm links" >&5
    46954696if test "$with_dbm" != no; then
    46964697  cat >> confdefs.h <<\EOF
     
    47044705
    47054706echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6
    4706 echo "configure:4707: checking whether to have namespaces" >&5
     4707echo "configure:4708: checking whether to have namespaces" >&5
    47074708if test "$with_namespaces" != no; then
    47084709  echo "$ac_t""yes" 1>&6
     
    47164717
    47174718echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6
    4718 echo "configure:4719: checking whether to have dynamic modules" >&5
     4719echo "configure:4720: checking whether to have dynamic modules" >&5
    47194720if test "$with_dynamic_modules" = no || test "$ac_have_dl" != yes; then
    47204721  echo "$ac_t""no" 1>&6
     
    47284729
    47294730echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6
    4730 echo "configure:4731: checking whether to have dynamic kernel" >&5
     4731echo "configure:4732: checking whether to have dynamic kernel" >&5
    47314732if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then
    47324733  DL_KERNEL=1
     
    47384739
    47394740echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6
    4740 echo "configure:4741: checking whether to have Plural" >&5
     4741echo "configure:4742: checking whether to have Plural" >&5
    47414742if test "$with_plural" != yes; then
    47424743  echo "$ac_t""no" 1>&6
  • Singular/configure.in

    r421b9f r8995df  
    326326        IRIX-6)
    327327          LD_DYN_FLAGS="-lc"
     328          SLDFLAGS="-w -no_unresolved -_SYSTYPE_SVR4 -n32 -shared"
    328329          ac_lib_dl=yes
    329330        ;;
Note: See TracChangeset for help on using the changeset viewer.