ddd
[Top][All Lists]
Advanced

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

3.3.8 compilation problem RH7.3 GCC 2.96


From: Hever, Lorinc (MED)
Subject: 3.3.8 compilation problem RH7.3 GCC 2.96
Date: Wed, 17 Dec 2003 17:22:06 +0100

Hi,

I faced with the following compilation problem:

        Making all in themes
        make[1]: Entering directory `/tmp/ddd-3.3.8/themes'
        make[1]: Nothing to be done for `all'.
        make[1]: Leaving directory `/tmp/ddd-3.3.8/themes'
        Making all in vsllib
        make[1]: Entering directory `/tmp/ddd-3.3.8/vsllib'
        make[1]: Nothing to be done for `all'.
        make[1]: Leaving directory `/tmp/ddd-3.3.8/vsllib'
        Making all in ddd
        make[1]: Entering directory `/tmp/ddd-3.3.8/ddd'
        make  all-am
        make[2]: Entering directory `/tmp/ddd-3.3.8/ddd'
        cat ./host.h.in | \
        sed "address@hidden@%i686-pc-linux-gnu%" | \
        sed "address@hidden@%i686-pc-linux-gnu%" | \
            cat > host.h~ && mv host.h~ host.h
        cat ./root.h.in | \
        sed "address@hidden@%/usr/share/ddd-3.3.8%" | \
        sed "address@hidden@%/usr/share/ddd%" | \
            cat > root.h~ && mv root.h~ root.h
        source='ddd.C' object='ddd.o' libtool=no \
        depfile='.deps/ddd.Po' tmpdepfile='.deps/ddd.TPo' \
        depmode=gcc3 /bin/sh ../depcomp \
        g++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -isystem /usr/X11R6/include
-DNDEBUG -O2 -g -Wall -W -trigraphs  -c -o ddd.o `test -f 'ddd.C' || echo
'./'`ddd.C
        In file included from ddd.h:36,
                         from ddd.C:138:
        strclass.h:454: conflicting types for `struct string'
        /usr/include/g++-3/string:9: previous declaration as `typedef class
        basic_string<char, string_char_traits<char>,
        __default_alloc_template<true, 0> > string'
        strclass.h:553: conflicting types for `struct string'
        strclass.h:454: previous declaration as `class string'
        strclass.h: In method `const char *subString::chars () const':
        strclass.h:919: invalid use of undefined type `class string'
        strclass.h:454: forward declaration of `class string'
        strclass.h: In method `const char *constSubString::chars () const':
        strclass.h:923: invalid use of undefined type `class string'
        strclass.h:454: forward declaration of `class string'
        strclass.h: At top level:
        strclass.h:1018: no `subString::subString (string &, int, int)'
member
        function declared in class `subString'
        strclass.h: In method `subString::subString (string &, int, int)':
        strclass.h:1018: could not convert `x' to `string &'
        strclass.h:513: prior parameter's size depends on `subString *const
        this'
        strclass.h:513: prior parameter's size depends on `subString *const
        this'
        strclass.h: At top level:
        strclass.h:1027: no `constSubString::constSubString (const string &,
        int, int)' member function declared in class `constSubString'
        strclass.h: In method `constSubString::constSubString (const string
&,
        int, int)':
        strclass.h:1027: could not convert `x' to `const string &'
        strclass.h:468: prior parameter's size depends on `constSubString
        *const this'
        strclass.h:468: prior parameter's size depends on `constSubString
        *const this'
        strclass.h: In method `string &string::operator= (ostringstream &)':
        strclass.h:1143: could not convert `ostringstream(1,
        (&stringstreambase::str()), 2)' to `ostringstream &'
        strclass.h:585: in passing argument 1 of `string::string
(ostringstream
        &)'
        strclass.h:1144: no matching function for call to `string::c_str ()
        const'
        strclass.h: At top level:
        strclass.h:1216: no `subString &subString::operator= (const string
&)'
        member function declared in class `subString'
        In file included from ddd.h:36,
                         from ddd.C:138:
        strclass.h: In method `subString &subString::operator= (const string
        &)':
        strclass.h:523: prior parameter's size depends on `subString *const
        this'
        strclass.h:523: prior parameter's size depends on `subString *const
        this'
        strclass.h: In method `subString &subString::operator= (const
subString
        &)':
        strclass.h:1222: invalid use of undefined type `class string'
        strclass.h:454: forward declaration of `class string'
        strclass.h: In method `bool subString::contains (const char *)
const':
        strclass.h:1803: invalid use of undefined type `class string'
        strclass.h:454: forward declaration of `class string'
        strclass.h: In method `bool constSubString::contains (char *)
const':
        strclass.h:1808: invalid use of undefined type `class string'
        strclass.h:454: forward declaration of `class string'
        strclass.h: At top level:
        strclass.h:1812: no `bool constSubString::contains (const string &)
        const' member function declared in class `constSubString'
        strclass.h: In method `bool constSubString::contains (const string
&)
        const':
        strclass.h:1813: invalid use of undefined type `class string'
        strclass.h:454: forward declaration of `class string'
        strclass.h: In method `bool constSubString::contains (const
        constSubString &) const':
        strclass.h:1818: invalid use of undefined type `class string'
        strclass.h:454: forward declaration of `class string'
        strclass.h: In method `bool constSubString::contains (char) const':
        strclass.h:1823: invalid use of undefined type `class string'
        strclass.h:454: forward declaration of `class string'
        strclass.h: In method `subString string::_substr (int, int)':
        strclass.h:2036: no matching function for call to
`subString::subString
        (string &, int, int)'
        strclass.h:513: candidates are: subString::subString (string &, int,
        int)
        strclass.h:1016:                 subString::subString (const
subString
        &)
        strclass.h:2038: no matching function for call to
`subString::subString
        (string &, int &, int &)'
        strclass.h:513: candidates are: subString::subString (string &, int,
        int)
        strclass.h:1016:                 subString::subString (const
subString
        &)
        strclass.h: In method `constSubString string::_substr (int, int)
        const':
        strclass.h:2044: no matching function for call to
        `constSubString::constSubString (string &, int, int)'
        strclass.h:468: candidates are: constSubString::constSubString
(const
        string &, int, int)
        strclass.h:1023:                 constSubString::constSubString
(const
        constSubString &)
        strclass.h:1025:                 constSubString::constSubString
(const
        subString &)
        strclass.h:2046: no matching function for call to
        `constSubString::constSubString (const string &, int &, int &)'
        strclass.h:468: candidates are: constSubString::constSubString
(const
        string &, int, int)
        strclass.h:1023:                 constSubString::constSubString
(const
        constSubString &)
        strclass.h:1025:                 constSubString::constSubString
(const
        subString &)
        make[2]: *** [ddd.o] Error 1
        make[2]: Leaving directory `/tmp/ddd-3.3.8/ddd'
        make[1]: *** [all] Error 2
        make[1]: Leaving directory `/tmp/ddd-3.3.8/ddd'
        make: *** [all-recursive] Error 1


Could you help me?

My config was:

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for product name... DDD 3.3.8 "Cinnamon"
checking for expiration date... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether make sets ${MAKE}... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking for g77... g77
checking whether ln -s works... yes
checking for sh... /bin/sh
checking for gtar... gtar
checking for gm4... no
checking for m4... m4
checking for gsed... no
checking for sed... sed
checking for gdiff... no
checking for diff... diff
checking for dvips... dvips
checking for gzip... gzip
checking for gzip... gzip
checking for remsh... no
checking for rsh... /usr/bin/rsh
checking for lp... lp
checking for gcore... no
checking for compface... no
checking for xbm2xface.pl... no
checking for xbm2xface... no
checking for gdb... gdb
checking for xterm... xterm
checking for xfontsel... xfontsel
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for bison... bison -y
checking for bison -y flags...
checking bison -y version... bison (GNU Bison) 1.35

Copyright 1984, 1986, 1989, 1992, 2000, 2001, 2002
Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
(ok)
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for flex flags... -8
checking for gawk... (cached) gawk
checking whether the C compiler (gcc) compiles and links a simple C
program... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether the C++ compiler (g++) compiles a simple program... yes
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... g++ -E
checking whether the C++ compiler (g++) accepts -Weffc++... yes
checking whether the C++ compiler (g++) accepts -Wuninitialized... yes
checking whether the C++ compiler (g++) accepts -mminimal-toc... no
checking for C++ compiler (g++) warning options... -Wall -W
checking for C++ compiler (g++) optimizing options... -DNDEBUG -O2
checking for C++ compiler (g++) debugging options... -g
checking for C++ compiler (g++) extra libraries...
checking for C++ compiler (g++) static binding options... -Bstatic
checking for C++ compiler (g++) dynamic binding options... -Bdynamic
checking whether the C++ compiler (g++) accepts -fexternal-templates... no
checking whether the C++ compiler (g++) accepts -fpermissive... yes
checking whether the C++ compiler (g++) accepts -felide-constructors... yes
checking whether the C++ compiler (g++) accepts -fconserve-space... yes
checking whether the C++ compiler (g++) accepts -trigraphs... yes
checking whether the C++ compiler (g++) supports bool types... yes
checking whether the C++ compiler (g++) supports explicit constructors...
yes
checking whether the C++ compiler (g++) supports mutable members... yes
checking whether the C++ compiler (g++) supports exception handling... yes
checking whether the C++ compiler (g++) supports standard exceptions... yes
checking whether the C++ compiler (g++) supports namespaces... yes
checking whether the C++ compiler (g++) supports run-time type info... yes
checking whether the C++ compiler (g++) supports long long types... yes
checking whether the C++ compiler (g++) supports __PRETTY_FUNCTION__... yes
checking whether the C++ compiler (g++) supports overloaded new... yes
checking whether the C++ compiler (g++) supports placement new... yes
checking whether the C++ compiler (g++) supports ANSI lifetime of
temporaries... yes
checking whether the C++ compiler (g++) accepts -isystem... yes
checking whether the C++ compiler (g++) supports new style casts... yes
checking whether the C++ compiler (g++) supports __attribute__
((noreturn))... yes
checking for a traditional C preprocessor... gcc -E -traditional-cpp
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... no
checking if we can lock with hard links... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for connect... yes
checking for gethostbyname... yes
checking for regcmp... no
checking for regcmp in -lgen... no
checking for yyerror in -ly... no
checking for sin in -lm... yes
checking for open in -lc... yes
checking for elf_version in -lelf... yes
checking for tgetent in -lmytinfo... no
checking for tgetent in -lncurses... yes
checking for readline in -lreadline... yes
checking for xstrerror in -liberty... yes
checking for streampos... yes
checking for std::streampos... yes
checking whether the C++ compiler (g++) accepts -fpermissive... (cached) yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for Motif... libraries in default path, headers in default path
checking for Athena... libraries in default path, headers in default path
checking for Xpm... libraries in default path, headers in default path
checking whether compiling X headers requires -fpermissive... no
checking for XOpenDisplay in -lX11... yes
checking for _Xlcmbcurmax in -lXintl... no
checking for shmap in -lipc... no
checking for XtToolkitInitialize in -lXt... yes
checking for XShapeQueryVersion in -lXext... yes
checking for XpmCreatePixmapFromXpmImage in -lXpm... yes
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking xpm.h usability... no
checking xpm.h presence... no
checking for xpm.h... no
checking for XmuCvtStringToOrientation in -lXmu... yes
checking for XawTextSetInsertionPoint in -lXaw... yes
checking X11/Xaw/Form.h usability... yes
checking X11/Xaw/Form.h presence... yes
checking for X11/Xaw/Form.h... yes
checking X11/Xaw/Panner.h usability... yes
checking X11/Xaw/Panner.h presence... yes
checking for X11/Xaw/Panner.h... yes
checking X11/Xaw/Porthole.h usability... yes
checking X11/Xaw/Porthole.h presence... yes
checking for X11/Xaw/Porthole.h... yes
checking X11/Xmu/Editres.h usability... no
checking X11/Xmu/Editres.h presence... yes
configure: WARNING: X11/Xmu/Editres.h: present but cannot be compiled
configure: WARNING: X11/Xmu/Editres.h: check for missing prerequisite
headers?
configure: WARNING: X11/Xmu/Editres.h: proceeding with the preprocessor's
result
checking for X11/Xmu/Editres.h... yes
checking for XpSelectInput in -lXp... yes
checking for XmCreateOptionMenu in -lXm... yes
checking for xmUseVersion in -lXm... yes
checking for XmInstallImage in -lXm... yes
checking for Xm21InstallImage in -lXm... no
checking for the name of the translation resource... baseTranslations
checking whether Motif dialogs own the string table... no
checking whether make sets ${MAKE}... (cached) yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking return type of signal handlers... void
checking parameter type of signal handlers... int
checking for getpgrp... yes
checking for setpgrp... yes
checking whether getpgrp requires zero arguments... yes
checking whether setpgrp takes no argument... yes
checking for ANSI C header files... (cached) yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking rx.h usability... no
checking rx.h presence... no
checking for rx.h... no
checking libelf.h usability... no
checking libelf.h presence... no
checking for libelf.h... no
checking elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
checking sys/elf.h usability... yes
checking sys/elf.h presence... yes
checking for sys/elf.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/int_types.h usability... no
checking sys/int_types.h presence... no
checking for sys/int_types.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for sys/stat.h... (cached) yes
checking sys/stropts.h usability... yes
checking sys/stropts.h presence... yes
checking for sys/stropts.h... yes
checking sys/vty.h usability... no
checking sys/vty.h presence... no
checking for sys/vty.h... no
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking sys/core.h usability... no
checking sys/core.h presence... no
checking for sys/core.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/termios.h usability... yes
checking sys/termios.h presence... yes
checking for sys/termios.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking for sys/types.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/user.h usability... yes
checking sys/user.h presence... yes
checking for sys/user.h... yes
checking sys/ptrace.h usability... yes
checking sys/ptrace.h presence... yes
checking for sys/ptrace.h... yes
checking exception usability... yes
checking exception presence... yes
checking for exception... yes
checking stdexcept usability... yes
checking stdexcept presence... yes
checking for stdexcept... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether stat file-mode macros are broken... no
checking for CORE_MAGIC definition in <sys/core.h>... no
checking for PTRACE_DUMPCORE definition in <sys/ptrace.h>... no
checking for regex.h... (cached) yes
checking for rx.h... (cached) no
checking rxposix.h usability... no
checking rxposix.h presence... no
checking for rxposix.h... no
checking for regcomp... yes
checking for regcomp declaration in regex.h rx.h rxposix.h... yes
checking for regexec... yes
checking for regexec declaration in regex.h rx.h rxposix.h... yes
checking re_nsub member of POSIX.2 regex_t type... yes
checking n_subexps member of GNU RX 1.0 regex_t type... no
checking whether regcomp() is broken... no
checking for hypot in -lm... yes
checking for _getpty... no
checking for alloca... no
checking for asctime... yes
checking for asctime declaration in time.h... yes
checking for clock... yes
checking for clock declaration in time.h... yes
checking for difftime... yes
checking for difftime declaration in time.h... yes
checking for dup2... yes
checking for dup2 declaration in unistd.h... yes
checking for endpwent... yes
checking for endpwent declaration in pwd.h... yes
checking for fcntl... yes
checking for fcntl declaration in fcntl.h... yes
checking for ftime... yes
checking for ftime declaration in sys/timeb.h... yes
checking for gethostbyname... (cached) yes
checking for gethostbyname declaration in netdb.h... yes
checking for gethostname... yes
checking for gethostname declaration in unistd.h... yes
checking for getpt... yes
checking for getpt declaration in stdlib.h... no
checking for getpty... no
checking for getrlimit... yes
checking for getrlimit declaration in sys/resource.h... yes
checking for getrusage... yes
checking for getrusage declaration in sys/resource.h... yes
checking for getwd... yes
checking for getwd declaration in unistd.h... yes
checking for grantpt... yes
checking for grantpt declaration in stdlib.h... no
checking for hypot... yes
checking for hypot declaration in math.h... yes
checking for ioctl... yes
checking for ioctl declaration in unistd.h sys/ioctl.h... yes
checking for link... yes
checking for link declaration in unistd.h... yes
checking for lstat... yes
checking for lstat declaration in sys/stat.h... yes
checking for malloc... yes
checking for malloc declaration in stdlib.h... yes
checking for memcpy... yes
checking for memcpy declaration in string.h... yes
checking for memset... yes
checking for memset declaration in string.h... yes
checking for mkstemp... yes
checking for mkstemp declaration in stdlib.h... yes
checking for pclose... yes
checking for pclose declaration in stdio.h... yes
checking for popen... yes
checking for popen declaration in stdio.h... yes
checking for ptrace... yes
checking for ptrace declaration in unistd.h sys/ptrace.h... yes
checking for ptsname... yes
checking for ptsname declaration in stdlib.h... no
checking for raise... yes
checking for raise declaration in signal.h... yes
checking for rand... yes
checking for rand declaration in stdlib.h... yes
checking for random... yes
checking for random declaration in stdlib.h... yes
checking for readlink... yes
checking for readlink declaration in unistd.h... yes
checking for setbuf... yes
checking for setbuf declaration in stdio.h... yes
checking for setlocale... yes
checking for setlocale declaration in locale.h... yes
checking for setpgid... yes
checking for setpgid declaration in unistd.h... yes
checking for setpgrp... (cached) yes
checking for setpgrp declaration in unistd.h... yes
checking for setpgrp2... no
checking for setpwent... yes
checking for setpwent declaration in pwd.h... yes
checking for setrlimit... yes
checking for setrlimit declaration in sys/resource.h... yes
checking for setsid... yes
checking for setsid declaration in unistd.h... yes
checking for setvbuf... yes
checking for setvbuf declaration in stdio.h... yes
checking for sigblock... yes
checking for sigblock declaration in signal.h... yes
checking for sigprocmask... yes
checking for sigprocmask declaration in signal.h... yes
checking for sigsetmask... yes
checking for sigsetmask declaration in signal.h... yes
checking for sigsuspend... yes
checking for sigsuspend declaration in signal.h... yes
checking for srand... yes
checking for srand declaration in stdlib.h... yes
checking for srandom... yes
checking for srandom declaration in stdlib.h math.h... yes
checking for stat... yes
checking for stat declaration in sys/stat.h... yes
checking for strerror... yes
checking for strerror declaration in string.h... yes
checking for strftime... yes
checking for strftime declaration in time.h... yes
checking for strsignal... yes
checking for strsignal declaration in string.h unistd.h... no
checking for strtod... yes
checking for strtod declaration in stdlib.h... yes
checking for strtol... yes
checking for strtol declaration in stdlib.h... yes
checking for strtoul... yes
checking for strtoul declaration in stdlib.h... yes
checking for symlink... yes
checking for symlink declaration in unistd.h... yes
checking for tcdrain... yes
checking for tcdrain declaration in termios.h... yes
checking for tcflow... yes
checking for tcflow declaration in termios.h... yes
checking for tcflush... yes
checking for tcflush declaration in termios.h... yes
checking for tcgetattr... yes
checking for tcgetattr declaration in termios.h... yes
checking for tcgetpgrp... yes
checking for tcgetpgrp declaration in unistd.h... yes
checking for tcgetsid... yes
checking for tcgetsid declaration in sys/termios.h... no
checking for tcsendbreak... yes
checking for tcsendbreak declaration in termios.h... yes
checking for tcsetattr... yes
checking for tcsetattr declaration in termios.h... yes
checking for tcsetpgrp... yes
checking for tcsetpgrp declaration in unistd.h... yes
checking for times... yes
checking for times declaration in sys/times.h... yes
checking for tmpfile... yes
checking for tmpfile declaration in stdio.h... yes
checking for uname... yes
checking for uname declaration in sys/utsname.h... yes
checking for unlink... yes
checking for unlink declaration in unistd.h... yes
checking for unlockpt... yes
checking for unlockpt declaration in stdlib.h... no
checking for waitpid... yes
checking for waitpid declaration in sys/wait.h... yes
checking for PATH_MAX definition in limits.h... yes
checking for _POSIX_PATH_MAX definition in limits.h... yes
checking for MAXPATHLEN definition in sys/param.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ddd/Makefile
config.status: creating ddd/OldMakefile
config.status: creating ddd/vr.h
config.status: creating ddd/bld.h
config.status: creating ddd/Ddd
config.status: creating ddd/ddd.man
config.status: creating ddd/cfg.texi
config.status: creating ddd/.gdbinit
config.status: creating ddd.spec
config.status: creating themes/Makefile
config.status: creating vsllib/Makefile
config.status: creating ddd/config.h
config.status: ddd/config.h is unchanged
config.status: executing depfiles commands
config.status: executing ddd/stamp-h commands


Thanks for your help.

Lorinc





reply via email to

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