ddd
[Top][All Lists]
Advanced

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

Re: <?display_box>


From: Gatien Mellion
Subject: Re: <?display_box>
Date: Fri, 26 Jan 2001 11:28:17 +0100

Andreas Zeller wrote:

> Hi!
>
> Gatien Mellion <address@hidden> writes:
>
> > > Do you have anything specific (including the DDD version)?  I'd like
> > > to weed out any build problems.
> >
> > here's my configuration
> >
> > IRIX 6.5
> > DDD 3.2.1
> > MIPSpro Compilers: Version 7.30
> > IRIX IM based on OSF/Motif 1.2.4
> > CXXFLAGS -n32
> > CFLAGS -n32
> > LDFLAGS "-L/usr/lib32"
> > what else...?
>
> Okay - just try DDD 3.2.98, available from the DDD WWW page.  This
> release fixes several configuration and installation problems.

thanks, it's ok with this version.  :)
I just had some warnings, could u just have a look and tell me if it's
important...

Gatien
----------------------------------------------------

Making all in readline
 rm -f vi_mode.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 vi_mode.c
cc-1552 cc: WARNING File = vi_mode.c, Line = 113
  The variable "vi_continued_command" is set but never used.

  static int vi_continued_command;
             ^

 rm -f funmap.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 funmap.c
 rm -f keymaps.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 keymaps.c
 rm -f parens.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 parens.c
 rm -f search.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 search.c
 rm -f rltty.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 rltty.c
 rm -f complete.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 complete.c
cc-1183 cc: WARNING File = complete.c, Line = 466
  An unsigned integer is being compared to zero.

        PUTX (*s);
        ^

 rm -f bind.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 bind.c
cc-1164 cc: WARNING File = bind.c, Line = 1256
  Argument of type "unsigned char *" is incompatible with parameter of type

          "char *".

        rl_macro_bind (useq, &funname[1], _rl_keymap);
                       ^

cc-1164 cc: WARNING File = bind.c, Line = 1417
  Argument of type "unsigned char *" is incompatible with parameter of type

          "char *".

        rl_translate_keyseq (v + beg, _rl_isearch_terminators, &end);
                                      ^

 rm -f isearch.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 isearch.c
cc-1164 cc: WARNING File = isearch.c, Line = 267
  Argument of type "unsigned char *" is incompatible with parameter of type

          "const char *".

        if (strchr (isearch_terminators, c))
                    ^

 rm -f display.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 display.c
cc-1552 cc: WARNING File = display.c, Line = 316
  The variable "lb_botlin" is set but never used.

    int c_pos, inv_botlin, lb_botlin, lb_linenum;
                           ^

 rm -f signals.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 signals.c
 rm -f util.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 util.c
 rm -f kill.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 kill.c
 rm -f undo.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 undo.c
 rm -f macro.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 macro.c
 rm -f input.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 input.c
 rm -f callback.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 callback.c
 rm -f terminal.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 terminal.c
cc-1552 cc: WARNING File = terminal.c, Line = 98
  The variable "dumb_term" is set but never used.

  static int dumb_term;
             ^

 rm -f nls.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 nls.c
 rm -f xmalloc.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 xmalloc.c
 rm -f history.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 history.c
 rm -f histexpand.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 histexpand.c
 rm -f histfile.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 histfile.c
 rm -f histsearch.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 histsearch.c
 rm -f shell.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 shell.c
 rm -f tilde.o
 cc -c -DHAVE_CONFIG_H   -I. -I. -I/usr/local/include
-DRL_LIBRARY_VERSION='"4.0"' -n32 tilde.c
 rm -f libreadline.a
 ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o
search.o  rltty.o complete.o bind.o isearch.o display.o signals.o  util.o
kill.o undo.o macro.o input.o callback.o terminal.o  nls.o xmalloc.o
history.o histexpand.o histfile.o histsearch.o shell.o  tilde.o
 test -n ":" && : libreadline.a
 rm -f libhistory.a
 ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o
xmalloc.o
 test -n ":" && : libhistory.a
Making all in libiberty
 if [ x"no" = xyes ] && [ ! -d pic ]; then \
   mkdir pic; \
 else true; fi
 touch stamp-picdir
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    argv.c -o pic/argv.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   argv.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    choose-temp.c -o
pic/choose-temp.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   choose-temp.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    concat.c -o
pic/concat.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   concat.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    cplus-dem.c -o
pic/cplus-dem.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   cplus-dem.c
cc-1116 cc: WARNING File = cplus-dem.c, Line = 553
  Non-void function "code_for_qualifier" (declared at line 533) should
return a
          value.

  }
  ^

cc-1116 cc: WARNING File = cplus-dem.c, Line = 594
  Non-void function "qualifier_string" (declared at line 559) should return
a
          value.

  }
  ^

cc-1552 cc: WARNING File = cplus-dem.c, Line = 1635
  The variable "start" is set but never used.

    const char *start;
                ^

 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    fdmatch.c -o
pic/fdmatch.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   fdmatch.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    fnmatch.c -o
pic/fnmatch.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   fnmatch.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    getopt.c -o
pic/getopt.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   getopt.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    getopt1.c -o
pic/getopt1.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   getopt1.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    getpwd.c -o
pic/getpwd.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   getpwd.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    getruntime.c -o
pic/getruntime.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   getruntime.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    hashtab.c -o
pic/hashtab.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   hashtab.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    hex.c -o pic/hex.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   hex.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    floatformat.c -o
pic/floatformat.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   floatformat.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    objalloc.c -o
pic/objalloc.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   objalloc.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    obstack.c -o
pic/obstack.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   obstack.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    partition.c -o
pic/partition.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   partition.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    pexecute.c -o
pic/pexecute.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   pexecute.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    spaces.c -o
pic/spaces.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   spaces.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    splay-tree.c -o
pic/splay-tree.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   splay-tree.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    strerror.c -o
pic/strerror.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   strerror.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    strsignal.c -o
pic/strsignal.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   strsignal.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    xatexit.c -o
pic/xatexit.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   xatexit.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    xexit.c -o pic/xexit.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   xexit.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    xmalloc.c -o
pic/xmalloc.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   xmalloc.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    xmemdup.c -o
pic/xmemdup.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   xmemdup.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    xstrdup.c -o
pic/xstrdup.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   xstrdup.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    xstrerror.c -o
pic/xstrerror.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   xstrerror.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    asprintf.c -o
pic/asprintf.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   asprintf.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    basename.c -o
pic/basename.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   basename.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    mkstemps.c -o
pic/mkstemps.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   mkstemps.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    setenv.c -o
pic/setenv.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   setenv.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    vasprintf.c -o
pic/vasprintf.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   vasprintf.c
 test x"no" != xyes || \
   cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include    vfork.c -o pic/vfork.o
 cc -c -DHAVE_CONFIG_H -n32 -I. -I./../include   vfork.c
 rm -f libiberty.a
 ar rc libiberty.a \
   argv.o choose-temp.o concat.o cplus-dem.o  fdmatch.o fnmatch.o getopt.o
getopt1.o getpwd.o getruntime.o hashtab.o  hex.o floatformat.o objalloc.o
obstack.o partition.o pexecute.o spaces.o  splay-tree.o strerror.o
strsignal.o xatexit.o xexit.o xmalloc.o  xmemdup.o xstrdup.o xstrerror.o
asprintf.o basename.o mkstemps.o setenv.o vasprintf.o vfork.o
 : libiberty.a
 rm -f needed-list; touch needed-list; \
 for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr
strerror strrchr strstr strtol strtoul tmpnam vfprintf vprintf  vfork
waitpid bcmp bcopy bzero; do \
   for g in asprintf.o basename.o mkstemps.o setenv.o vasprintf.o vfork.o ;
do \
     case "$g" in \
       *$f*) echo $g >> needed-list ;; \
     esac; \
   done; \
 done
 echo argv.o choose-temp.o concat.o cplus-dem.o  fdmatch.o fnmatch.o
getopt.o getopt1.o getpwd.o getruntime.o hashtab.o  hex.o floatformat.o
objalloc.o obstack.o partition.o pexecute.o spaces.o  splay-tree.o
strerror.o strsignal.o xatexit.o xexit.o xmalloc.o  xmemdup.o xstrdup.o
xstrerror.o > required-list
Making all in vsllib
Making all in themes
Making all in ddd
 cd . \
   && /mosar/softs/DDD/ddd-3.2.98/missing makeinfo `echo ddd.texi | sed
's,.*/,,'`
WARNING: `makeinfo' is missing on your system.  You should only need it if
         you modified a `.texi' or `.texinfo' file, or any other file
         indirectly affecting the aspect of the manual.  The spurious
         call might also be the consequence of using a buggy `make' (AIX,
         DU, IRIX).  You might want to install the `Texinfo' package or
         the `GNU make' package.  Grab either from any GNU archive site.
 cd . \
   && /mosar/softs/DDD/ddd-3.2.98/missing makeinfo `echo ddd-themes.texi |
sed 's,.*/,,'`
WARNING: `makeinfo' is missing on your system.  You should only need it if
         you modified a `.texi' or `.texinfo' file, or any other file
         indirectly affecting the aspect of the manual.  The spurious
         call might also be the consequence of using a buggy `make' (AIX,
         DU, IRIX).  You might want to install the `Texinfo' package or
         the `GNU make' package.  Grab either from any GNU archive site.
 cat ./host.h.in | \
 sed "address@hidden@%mips-sgi-irix6.5%" | \
 sed "address@hidden@%mips-sgi-irix6.5%" | \
     cat > host.h~ && mv host.h~ host.h
 cat ./root.h.in | \
 sed "address@hidden@%/usr/local/share/ddd-3.2.98%" | \
 sed "address@hidden@%/usr/local/share/ddd%" | \
     cat > root.h~ && mv root.h~ root.h
 cat Ddd | cat | \
 sed -n -f ./ad2c.sed > Ddd.ad.h~ && mv Ddd.ad.h~ Ddd.ad.h
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c userinfo.C

 /bin/sh ./libtool --mode=link CC  -DNDEBUG   -n32    -L/usr/lib32 -o
userinfo  userinfo.o
mkdir .libs
CC -DNDEBUG -n32 -L/usr/lib32 -o userinfo userinfo.o
 (cat $HOME/.ddd_userinfo 2> /dev/null || \
 ./userinfo || echo '(unknown)') > USERINFO~ && mv USERINFO~ USERINFO

Please check your name and e-mail address:

Gatien Mellion <address@hidden>

This information will be compiled into DDD.
If it is not correct, please edit USERINFO and re-compile.

 /bin/sh ./config-info ./USERINFO USERINFO > configinfo.C~ && \
 mv configinfo.C~ configinfo.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c ddd.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c basename.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c compare.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c cook.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c cwd.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c glob.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c hash.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c home.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c isid.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c rxclass.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c sigName.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c strclass.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c tabs.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c uniquify.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c Logger.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c MemCheck.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c PrintGC.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c SignalB.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c TypeInfo.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c UniqueId.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c IntIntAA.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
StatArray.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c StringA.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
StringMap.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c StringSA.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
StringSAA.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
VoidArray.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c WidgetSA.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c Agent.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c AgentM.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
AsyncAgent.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
ChunkQueue.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
DataLength.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c HandlerL.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
LiterateA.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
ReadLineA.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c TimeOut.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c TTYAgent.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c charsets.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
converters.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c events.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
findParent.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
findWindow.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c fileSBF.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c frame.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c longName.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
selection.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c verify.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
AutoRaise.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c Delay.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
DeleteWCB.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
DestroyCB.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c ExitCB.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
InitImage.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
Swallower.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c XErrorB.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c freeXmST.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c LabelH.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c LessTifH.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c MakeMenu.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c MString.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c ComboBox.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c SpinBox.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c TextSetS.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c printBox.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c AlignBox.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c ArcBox.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c BinBox.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c Box.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c BoxD.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
BoxExtend.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c BoxPoint.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
BoxRegion.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c BoxSize.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c ColorBox.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
CompositeB.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c DiagBox.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c DummyBox.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c FixBox.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
FontFixBox.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
FontTable.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c HatBox.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c LineBox.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c ListBox.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c MarkBox.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c MatchBox.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
PrimitiveB.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c SlopeBox.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
StringBox.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c THatBox.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c TagBox.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c TrueBox.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c ArgNode.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
BuiltinCN.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c CallNode.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
ConstNode.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c DefCallN.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
DummyNode.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c LetNode.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c NameNode.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c ListNode.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c TestNode.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
ThemeVSLL.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c TrueNode.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c VSEFlags.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
VSLArgList.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
VSLBuiltin.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c VSLDef.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
VSLDefList.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c VSLErr.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c VSLLib.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c VSLNode.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c VSLRead.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
ArcGraphE.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c BoxEdgeA.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
BoxGraphN.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c EdgeA.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c EdgeAPA.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c Graph.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
GraphEdge.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
GraphEdit.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c GraphGC.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
GraphNode.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c GraphNPA.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
HintGraphN.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
LineGraphE.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c LineGESI.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c PannedGE.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
PosGraphN.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c RegionGN.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
ScrolledGE.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c layout.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
annotation.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c args.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c buttons.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c cmdtty.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
comm-manag.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c complete.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c ctrl.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c data.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
dbx-lookup.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
decoration.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c deref.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
disp-read.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c editing.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c environ.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c examine.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c exectty.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c exit.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c expired.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c file.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c filetype.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c fonts.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
fortranize.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c gdbinit.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c history.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c hostname.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c index.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c java.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c logo.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
logplayer.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c mainloop.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
mydialogs.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c options.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c plotter.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c post.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c print.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c question.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c regexps.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c resolveP.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
resources.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c sashes.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c select.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c session.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c settings.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c shell.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c shorten.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c show.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
simpleMenu.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
configinfo.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c source.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c status.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
string-fun.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
tictactoe.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c tips.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c toolbar.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c ungrab.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
value-read.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c vsldoc.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c windows.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c wm.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c xconfig.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c AliasGE.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c ArgField.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
BreakPoint.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c BreakPM.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
CodeCache.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c Command.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c DataDisp.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c DispBox.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
DispBuffer.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
DispGraph.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c DispNode.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
DispNodeM.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
DispValue.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
DispValueA.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
DispValueT.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
EntryType.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c GDBAgent.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c HelpCB.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c HistoryD.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c HistoryF.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c MinMaxA.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
PlotAgent.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c PlotArea.C

 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
PosBuffer.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
ProgressM.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
RefreshDI.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c SmartC.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
SourceView.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
StringTPA.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c ThemeM.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c ThemeP.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c Tool.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
UndoBuffer.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c UndoBE.C
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
WhatNextCB.C
 /bin/sh ./libtool --mode=link CC  -DNDEBUG   -n32    -L/usr/lib32 -o ddd
ddd.o basename.o compare.o  cook.o cwd.o glob.o hash.o  home.o isid.o
rxclass.o sigName.o  strclass.o tabs.o uniquify.o Logger.o  MemCheck.o
PrintGC.o SignalB.o  TypeInfo.o UniqueId.o IntIntAA.o  StatArray.o
StringA.o StringMap.o  StringSA.o StringSAA.o VoidArray.o  WidgetSA.o
Agent.o AgentM.o  AsyncAgent.o ChunkQueue.o DataLength.o  HandlerL.o
LiterateA.o ReadLineA.o  TimeOut.o TTYAgent.o charsets.o  converters.o
events.o findParent.o  findWindow.o fileSBF.o frame.o  longName.o
selection.o verify.o  AutoRaise.o Delay.o DeleteWCB.o  DestroyCB.o ExitCB.o
InitImage.o  Swallower.o XErrorB.o freeXmST.o  LabelH.o LessTifH.o
MakeMenu.o  MString.o ComboBox.o SpinBox.o  TextSetS.o printBox.o
AlignBox.o  ArcBox.o BinBox.o Box.o BoxD.o  BoxExtend.o BoxPoint.o
BoxRegion.o  BoxSize.o ColorBox.o CompositeB.o  DiagBox.o DummyBox.o
FixBox.o  FontFixBox.o FontTable.o HatBox.o  LineBox.o ListBox.o MarkBox.o
MatchBox.o PrimitiveB.o SlopeBox.o  StringBox.o THatBox.o TagBox.o
TrueBox.o ArgNode.o BuiltinCN.o  CallNode.o ConstNode.o DefCallN.o
DummyNode.o LetNode.o NameNode.o  ListNode.o TestNode.o ThemeVSLL.o
TrueNode.o VSEFlags.o VSLArgList.o  VSLBuiltin.o VSLDef.o VSLDefList.o
VSLErr.o VSLLib.o VSLNode.o VSLRead.o  ArcGraphE.o BoxEdgeA.o BoxGraphN.o
EdgeA.o EdgeAPA.o Graph.o GraphEdge.o  GraphEdit.o GraphGC.o GraphNode.o
GraphNPA.o HintGraphN.o LineGraphE.o  LineGESI.o PannedGE.o PosGraphN.o
RegionGN.o ScrolledGE.o layout.o  annotation.o args.o buttons.o cmdtty.o
comm-manag.o complete.o ctrl.o data.o  dbx-lookup.o decoration.o deref.o
disp-read.o editing.o environ.o  examine.o exectty.o exit.o expired.o
file.o filetype.o fonts.o fortranize.o  gdbinit.o history.o hostname.o
index.o  java.o logo.o logplayer.o mainloop.o  mydialogs.o options.o
plotter.o post.o  print.o question.o regexps.o resolveP.o  resources.o
sashes.o select.o session.o  settings.o shell.o shorten.o show.o
simpleMenu.o configinfo.o source.o  status.o string-fun.o tictactoe.o
tips.o toolbar.o ungrab.o value-read.o  vsldoc.o windows.o wm.o xconfig.o
AliasGE.o ArgField.o BreakPoint.o  BreakPM.o CodeCache.o Command.o
DataDisp.o DispBox.o DispBuffer.o  DispGraph.o DispNode.o DispNodeM.o
DispValue.o DispValueA.o DispValueT.o  EntryType.o GDBAgent.o HelpCB.o
HistoryD.o HistoryF.o MinMaxA.o  PlotAgent.o PlotArea.o PosBuffer.o
ProgressM.o RefreshDI.o SmartC.o  SourceView.o StringTPA.o ThemeM.o
ThemeP.o Tool.o UndoBuffer.o UndoBE.o  WhatNextCB.o -L/usr/lib -lXm  -lXaw
-lXmu  -lXpm -lXext       -lXt -lX11 -lSM -lICE  -lgen       -lcurses -ly
../libiberty/libiberty.a -lm -lelf
CC -DNDEBUG -n32 -L/usr/lib32 -o ddd ddd.o basename.o compare.o cook.o
cwd.o glob.o hash.o home.o isid.o rxclass.o sigName.o strclass.o tabs.o
uniquify.o Logger.o MemCheck.o PrintGC.o SignalB.o TypeInfo.o UniqueId.o
IntIntAA.o StatArray.o StringA.o StringMap.o StringSA.o StringSAA.o
VoidArray.o WidgetSA.o Agent.o AgentM.o AsyncAgent.o ChunkQueue.o
DataLength.o HandlerL.o LiterateA.o ReadLineA.o TimeOut.o TTYAgent.o
charsets.o converters.o events.o findParent.o findWindow.o fileSBF.o
frame.o longName.o selection.o verify.o AutoRaise.o Delay.o DeleteWCB.o
DestroyCB.o ExitCB.o InitImage.o Swallower.o XErrorB.o freeXmST.o LabelH.o
LessTifH.o MakeMenu.o MString.o ComboBox.o SpinBox.o TextSetS.o printBox.o
AlignBox.o ArcBox.o BinBox.o Box.o BoxD.o BoxExtend.o BoxPoint.o
BoxRegion.o BoxSize.o ColorBox.o CompositeB.o DiagBox.o DummyBox.o FixBox.o
FontFixBox.o FontTable.o HatBox.o LineBox.o ListBox.o MarkBox.o MatchBox.o
PrimitiveB.o SlopeBox.o StringBox.o THatBox.o TagBox.o TrueBox.o ArgNode.o
BuiltinCN.o CallNode.o ConstNode.o DefCallN.o DummyNode.o LetNode.o
NameNode.o ListNode.o TestNode.o ThemeVSLL.o TrueNode.o VSEFlags.o
VSLArgList.o VSLBuiltin.o VSLDef.o VSLDefList.o VSLErr.o VSLLib.o VSLNode.o
VSLRead.o ArcGraphE.o BoxEdgeA.o BoxGraphN.o EdgeA.o EdgeAPA.o Graph.o
GraphEdge.o GraphEdit.o GraphGC.o GraphNode.o GraphNPA.o HintGraphN.o
LineGraphE.o LineGESI.o PannedGE.o PosGraphN.o RegionGN.o ScrolledGE.o
layout.o annotation.o args.o buttons.o cmdtty.o comm-manag.o complete.o
ctrl.o data.o dbx-lookup.o decoration.o deref.o disp-read.o editing.o
environ.o examine.o exectty.o exit.o expired.o file.o filetype.o fonts.o
fortranize.o gdbinit.o history.o hostname.o index.o java.o logo.o
logplayer.o mainloop.o mydialogs.o options.o plotter.o post.o print.o
question.o regexps.o resolveP.o resources.o sashes.o select.o session.o
settings.o shell.o shorten.o show.o simpleMenu.o configinfo.o source.o
status.o string-fun.o tictactoe.o tips.o toolbar.o ungrab.o value-read.o
vsldoc.o windows.o wm.o xconfig.o AliasGE.o ArgField.o BreakPoint.o
BreakPM.o CodeCache.o Command.o DataDisp.o DispBox.o DispBuffer.o
DispGraph.o DispNode.o DispNodeM.o DispValue.o DispValueA.o DispValueT.o
EntryType.o GDBAgent.o HelpCB.o HistoryD.o HistoryF.o MinMaxA.o PlotAgent.o
PlotArea.o PosBuffer.o ProgressM.o RefreshDI.o SmartC.o SourceView.o
StringTPA.o ThemeM.o ThemeP.o Tool.o UndoBuffer.o UndoBE.o WhatNextCB.o
-L/usr/lib -lXm -lXaw -lXmu -lXpm -lXext -lXt -lX11 -lSM -lICE -lgen
-lcurses -ly ../libiberty/libiberty.a -lm -lelf
ld32: WARNING 84 : /usr/lib32/liby.a is not used for resolving any symbol.
ld32: WARNING 84 : ../libiberty/libiberty.a is not used for resolving any
symbol.
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c
stringify.C
 /bin/sh ./libtool --mode=link CC  -DNDEBUG   -n32    -L/usr/lib32 -o
stringify  stringify.o
CC -DNDEBUG -n32 -L/usr/lib32 -o stringify stringify.o
+ cc -DHAVE_CONFIG_H -I. -I. -I. -I./.. -n32 -c -g ./ctest.c -o ctest.o
cc-1551 cc: WARNING File = ./ctest.c, Line = 234
  The variable "uni" is used before its value is set.

      (void) uni;   /* Display this */
             ^

 /bin/sh ./libtool --mode=link cc  -n32 -L/usr/lib32 -o ctest  ctest.o
cc -n32 -L/usr/lib32 -o ctest ctest.o
+ CC -DHAVE_CONFIG_H -I. -I. -I. -I./.. -DNDEBUG -n32 -c ./cxxtest.C -o
cxxtest.o
cc-1552 CC: WARNING File = ./cxxtest.C, Line = 431
  The variable "data" is set but never used.

      char data[]="one plus two = three"; // Display this
           ^

cc-1552 CC: WARNING File = ./cxxtest.C, Line = 439
  The variable "days_of_week" is set but never used.

      DayOfWeek days_of_week[7] = {Sun, Mon, Tue, Wed, Thu, Fri, Sat};
                ^

cc-1552 CC: WARNING File = ./cxxtest.C, Line = 441
  The variable "twodim" is set but never used.

      const char *twodim [2][3] = {{ "Pioneering", "women", "in"},
                  ^

cc-1552 CC: WARNING File = ./cxxtest.C, Line = 444
  The variable "array" is set but never used.

      int array[12][12];
          ^

cc-1552 CC: WARNING File = ./cxxtest.C, Line = 472
  The variable "ar" is set but never used.

      static int *ar[100];
                  ^

cc-1552 CC: WARNING File = ./cxxtest.C, Line = 608
  The variable "dr" is set but never used.

      static double dr[10][100];
                    ^

cc-1552 CC: WARNING File = ./cxxtest.C, Line = 634
  The variable "voidptr" is set but never used.

      void *voidptr = date;
            ^

cc-1552 CC: WARNING File = ./cxxtest.C, Line = 646
  The variable "uni" is set but never used.

      } uni;
        ^

cc-1552 CC: WARNING File = ./cxxtest.C, Line = 667
  The variable "guni" is set but never used.

      Guni guni;
           ^

cc-1552 CC: WARNING File = ./cxxtest.C, Line = 682
  The variable "MAX" is set but never used.

      const int MAX = LOCAL_MAX;
                ^

cc-1552 CC: WARNING File = ./cxxtest.C, Line = 707
  The variable "ts" is set but never used.

      test_struct ts;
                  ^

 /bin/sh ./libtool --mode=link CC  -DNDEBUG   -n32    -L/usr/lib32 -o
cxxtest  cxxtest.o -lm
CC -DNDEBUG -n32 -L/usr/lib32 -o cxxtest cxxtest.o -lm
 CC -DHAVE_CONFIG_H -I. -I. -I. -I./..     -DNDEBUG   -n32    -c vsl.C
 cc -DHAVE_CONFIG_H -I. -I. -I. -I./..     -n32 -c DocSpace.c
 /bin/sh ./libtool --mode=link CC  -DNDEBUG   -n32    -L/usr/lib32 -o vsl
vsl.o DocSpace.o basename.o  compare.o cook.o cwd.o glob.o  hash.o home.o
isid.o rxclass.o  sigName.o strclass.o tabs.o uniquify.o  Logger.o
MemCheck.o PrintGC.o SignalB.o  TypeInfo.o UniqueId.o IntIntAA.o
StatArray.o StringA.o StringMap.o  StringSA.o StringSAA.o VoidArray.o
WidgetSA.o Agent.o AgentM.o  AsyncAgent.o ChunkQueue.o DataLength.o
HandlerL.o LiterateA.o ReadLineA.o  TimeOut.o TTYAgent.o charsets.o
converters.o events.o findParent.o  findWindow.o fileSBF.o frame.o
longName.o selection.o verify.o  AutoRaise.o Delay.o DeleteWCB.o
DestroyCB.o ExitCB.o InitImage.o  Swallower.o XErrorB.o freeXmST.o
LabelH.o LessTifH.o MakeMenu.o  MString.o ComboBox.o SpinBox.o  TextSetS.o
printBox.o AlignBox.o  ArcBox.o BinBox.o Box.o BoxD.o  BoxExtend.o
BoxPoint.o BoxRegion.o  BoxSize.o ColorBox.o CompositeB.o  DiagBox.o
DummyBox.o FixBox.o  FontFixBox.o FontTable.o HatBox.o  LineBox.o ListBox.o
MarkBox.o  MatchBox.o PrimitiveB.o SlopeBox.o  StringBox.o THatBox.o
TagBox.o  TrueBox.o ArgNode.o BuiltinCN.o  CallNode.o ConstNode.o
DefCallN.o  DummyNode.o LetNode.o NameNode.o  ListNode.o TestNode.o
ThemeVSLL.o  TrueNode.o VSEFlags.o VSLArgList.o  VSLBuiltin.o VSLDef.o
VSLDefList.o  VSLErr.o VSLLib.o VSLNode.o VSLRead.o -L/usr/lib -lXm  -lXaw
-lXmu  -lXpm -lXext       -lXt -lX11 -lSM -lICE  -lgen       -lcurses -ly
../libiberty/libiberty.a -lm -lelf
CC -DNDEBUG -n32 -L/usr/lib32 -o vsl vsl.o DocSpace.o basename.o compare.o
cook.o cwd.o glob.o hash.o home.o isid.o rxclass.o sigName.o strclass.o
tabs.o uniquify.o Logger.o MemCheck.o PrintGC.o SignalB.o TypeInfo.o
UniqueId.o IntIntAA.o StatArray.o StringA.o StringMap.o StringSA.o
StringSAA.o VoidArray.o WidgetSA.o Agent.o AgentM.o AsyncAgent.o
ChunkQueue.o DataLength.o HandlerL.o LiterateA.o ReadLineA.o TimeOut.o
TTYAgent.o charsets.o converters.o events.o findParent.o findWindow.o
fileSBF.o frame.o longName.o selection.o verify.o AutoRaise.o Delay.o
DeleteWCB.o DestroyCB.o ExitCB.o InitImage.o Swallower.o XErrorB.o
freeXmST.o LabelH.o LessTifH.o MakeMenu.o MString.o ComboBox.o SpinBox.o
TextSetS.o printBox.o AlignBox.o ArcBox.o BinBox.o Box.o BoxD.o BoxExtend.o
BoxPoint.o BoxRegion.o BoxSize.o ColorBox.o CompositeB.o DiagBox.o
DummyBox.o FixBox.o FontFixBox.o FontTable.o HatBox.o LineBox.o ListBox.o
MarkBox.o MatchBox.o PrimitiveB.o SlopeBox.o StringBox.o THatBox.o TagBox.o
TrueBox.o ArgNode.o BuiltinCN.o CallNode.o ConstNode.o DefCallN.o
DummyNode.o LetNode.o NameNode.o ListNode.o TestNode.o ThemeVSLL.o
TrueNode.o VSEFlags.o VSLArgList.o VSLBuiltin.o VSLDef.o VSLDefList.o
VSLErr.o VSLLib.o VSLNode.o VSLRead.o -L/usr/lib -lXm -lXaw -lXmu -lXpm
-lXext -lXt -lX11 -lSM -lICE -lgen -lcurses -ly ../libiberty/libiberty.a
-lm -lelf
ld32: WARNING 84 : /usr/lib32/libXpm.so is not used for resolving any
symbol.
ld32: WARNING 84 : /usr/lib32/libcurses.so is not used for resolving any
symbol.
ld32: WARNING 84 : /usr/lib32/liby.a is not used for resolving any symbol.
ld32: WARNING 84 : ../libiberty/libiberty.a is not used for resolving any
symbol.
ld32: WARNING 84 : /usr/lib32/libm.so is not used for resolving any symbol.

ld32: WARNING 84 : /usr/lib32/libelf.a is not used for resolving any
symbol.
 sed -f ./unumlaut.sed ddd.man | cat > ddd.1~ \
     && mv ddd.1~ ddd.1





reply via email to

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