<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Errors compiling rootsh 1.5.2 on HP-UX 11.11 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/errors-compiling-rootsh-1-5-2-on-hp-ux-11-11/m-p/3597009#M104565</link>
    <description>&lt;BR /&gt;Right up front I'll say that compiling binaries from source is not my thing, but I would like to implement rootsh on HP-UX 11.11 and can't find a pre-compiled binary for it anywhere.  After downloading and untarring the source package, I executed configure and make -f Makefile, but right off the bat it looks like there are several errors.  This did produce a binary that executes, at least rootsh -V returns the proper information and I'm not getting any error messages or core dumps when it runs, but I don't want to waste a lot of time testing if it didn't compile properly right off the bat.  &lt;BR /&gt;&lt;BR /&gt;Would anyone mind looking at the output below from configure and make and help me understand if these are significant errors,something I should be concerned with?&lt;BR /&gt;&lt;BR /&gt;# ./configure&lt;BR /&gt;checking for a BSD-compatible install... /opt/imake/bin/install -c&lt;BR /&gt;checking whether build environment is sane... yes&lt;BR /&gt;checking for gawk... no&lt;BR /&gt;checking for mawk... no&lt;BR /&gt;checking for nawk... no&lt;BR /&gt;checking for awk... awk&lt;BR /&gt;checking whether make sets $(MAKE)... yes&lt;BR /&gt;checking build system type... cpp: "", line 0: error 4021: Unable to stat .&lt;BR /&gt;hppa2.0w-hp-hpux11.11&lt;BR /&gt;checking host system type... hppa2.0w-hp-hpux11.11&lt;BR /&gt;checking for syslog... enabled&lt;BR /&gt;checking for syslog facility... local5.notice&lt;BR /&gt;checking for syslog linenumbering... enabled&lt;BR /&gt;checking for username in syslog... enabled&lt;BR /&gt;checking for logfile... enabled&lt;BR /&gt;checking for logdir... /var/adm/rootsh&lt;BR /&gt;checking for maximum logfile size... 0&lt;BR /&gt;checking for defaultshell... /sbin/sh&lt;BR /&gt;checking for gcc... gcc&lt;BR /&gt;checking for C compiler default output file name... a.out&lt;BR /&gt;checking whether the C compiler works... yes&lt;BR /&gt;checking whether we are cross compiling... no&lt;BR /&gt;checking for suffix of executables...&lt;BR /&gt;checking for suffix of object files... o&lt;BR /&gt;checking whether we are using the GNU C compiler... yes&lt;BR /&gt;checking whether gcc accepts -g... yes&lt;BR /&gt;checking for gcc option to accept ANSI C... none needed&lt;BR /&gt;checking for style of include used by make... GNU&lt;BR /&gt;checking dependency style of gcc... gcc3&lt;BR /&gt;checking for /etc/shells... not found&lt;BR /&gt;checking how to run the C preprocessor... gcc -E&lt;BR /&gt;checking for egrep... grep -E&lt;BR /&gt;checking for ANSI C header files... yes&lt;BR /&gt;checking for LIBUTIL=-lutil in -lutil... no&lt;BR /&gt;checking for ANSI C header files... (cached) yes&lt;BR /&gt;checking for sys/types.h... yes&lt;BR /&gt;checking for sys/stat.h... yes&lt;BR /&gt;checking for stdlib.h... yes&lt;BR /&gt;checking for string.h... yes&lt;BR /&gt;checking for memory.h... yes&lt;BR /&gt;checking for strings.h... yes&lt;BR /&gt;checking for inttypes.h... yes&lt;BR /&gt;checking for stdint.h... no&lt;BR /&gt;checking for unistd.h... yes&lt;BR /&gt;checking for string.h... (cached) yes&lt;BR /&gt;checking fcntl.h usability... yes&lt;BR /&gt;checking fcntl.h presence... yes&lt;BR /&gt;checking for fcntl.h... yes&lt;BR /&gt;checking sys/file.h usability... yes&lt;BR /&gt;checking sys/file.h presence... yes&lt;BR /&gt;checking for sys/file.h... yes&lt;BR /&gt;checking sys/param.h usability... yes&lt;BR /&gt;checking sys/param.h presence... yes&lt;BR /&gt;checking for sys/param.h... yes&lt;BR /&gt;checking stropts.h usability... yes&lt;BR /&gt;checking stropts.h presence... yes&lt;BR /&gt;checking for stropts.h... yes&lt;BR /&gt;checking libgen.h usability... yes&lt;BR /&gt;checking libgen.h presence... yes&lt;BR /&gt;checking for libgen.h... yes&lt;BR /&gt;checking pty.h usability... no&lt;BR /&gt;checking pty.h presence... no&lt;BR /&gt;checking for pty.h... no&lt;BR /&gt;checking for forkpty... no&lt;BR /&gt;checking for forkpty in -lutil... no&lt;BR /&gt;checking getopt.h usability... no&lt;BR /&gt;checking getopt.h presence... no&lt;BR /&gt;checking for getopt.h... no&lt;BR /&gt;checking for getopt_long... no&lt;BR /&gt;checking for getopt_long in -lgnugetopt... no&lt;BR /&gt;checking for basename... yes&lt;BR /&gt;checking for getusershell... yes&lt;BR /&gt;checking getusershell prototype... yes&lt;BR /&gt;checking for clearenv... yes&lt;BR /&gt;checking for sigset... yes&lt;BR /&gt;checking for sigaction... yes&lt;BR /&gt;checking whether supplying sigset prototypes is permitted... no&lt;BR /&gt;checking return type of signal handlers... void&lt;BR /&gt;checking select() and fd_set in sys/select.h and sys/bsdtypes.h... not needed&lt;BR /&gt;checking FD_ZERO and strings.h or bstring.h... not needed&lt;BR /&gt;checking for master pty... ptmx&lt;BR /&gt;checking if your system supports the ttcompat streams module... no&lt;BR /&gt;checking operating system... hp-ux&lt;BR /&gt;checking for su... /usr/bin/su&lt;BR /&gt;checking for a BSD-compatible install... /opt/imake/bin/install -c&lt;BR /&gt;checking whether make sets $(MAKE)... (cached) yes&lt;BR /&gt;configure: creating ./config.status&lt;BR /&gt;config.status: creating Makefile&lt;BR /&gt;config.status: creating src/Makefile&lt;BR /&gt;config.status: creating src/config.h&lt;BR /&gt;config.status: linking ./src/gnugetopt.h to src/getopt.h&lt;BR /&gt;config.status: executing depfiles commands&lt;BR /&gt;&lt;BR /&gt;# make -f Makefile&lt;BR /&gt;No suffix list.&lt;BR /&gt;Making all in src&lt;BR /&gt;        cd .. &amp;amp;&amp;amp; /bin/sh ./config.status src/config.h&lt;BR /&gt;config.status: creating src/config.h&lt;BR /&gt;config.status: src/config.h is unchanged&lt;BR /&gt;        make  all-am&lt;BR /&gt;No suffix list.&lt;BR /&gt;        if gcc -DHAVE_CONFIG_H -I. -I. -I.      -g -O2 -Wall -Wstrict-prototypes -Wmissing-declarations   -Wnested-externs -Wpointer-arith -pedantic -MT rootsh.o -MD -MP -MF ".deps/rootsh.Tpo" -c -o rootsh.o rootsh.c; \&lt;BR /&gt;        then mv -f ".deps/rootsh.Tpo" ".deps/rootsh.Po"; else rm -f ".deps/rootsh.Tpo"; exit 1; fi&lt;BR /&gt;In file included from rootsh.c:68:&lt;BR /&gt;getopt.h:147: warning: function declaration isn't a prototype&lt;BR /&gt;rootsh.c: In function `setupshell':&lt;BR /&gt;rootsh.c:972: warning: unused variable `validshell'&lt;BR /&gt;rootsh.c: In function `main':&lt;BR /&gt;rootsh.c:238: warning: 'dashShell' might be used uninitialized in this function&lt;BR /&gt;        if gcc -DHAVE_CONFIG_H -I. -I. -I.      -g -O2 -Wall -Wstrict-prototypes -Wmissing-declarations   -Wnested-externs -Wpointer-arith -pedantic -MT write2syslog.o -MD -MP -MF ".deps/write2syslog.Tpo" -c -o write2syslog.o write2syslog.c; \&lt;BR /&gt;        then mv -f ".deps/write2syslog.Tpo" ".deps/write2syslog.Po"; else rm -f ".deps/write2syslog.Tpo"; exit 1; fi&lt;BR /&gt;        if gcc -DHAVE_CONFIG_H -I. -I. -I.      -g -O2 -Wall -Wstrict-prototypes -Wmissing-declarations   -Wnested-externs -Wpointer-arith -pedantic -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.o getopt.c; \&lt;BR /&gt;        then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"; exit 1; fi&lt;BR /&gt;In file included from getopt.c:105:&lt;BR /&gt;getopt.h:147: warning: function declaration isn't a prototype&lt;BR /&gt;getopt.c:212: warning: function declaration isn't a prototype&lt;BR /&gt;getopt.c:217: warning: function declaration isn't a prototype&lt;BR /&gt;        if gcc -DHAVE_CONFIG_H -I. -I. -I.      -g -O2 -Wall -Wstrict-prototypes -Wmissing-declarations   -Wnested-externs -Wpointer-arith -pedantic -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" -c -o getopt1.o getopt1.c; \&lt;BR /&gt;        then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Po"; else rm -f ".deps/getopt1.Tpo"; exit 1; fi&lt;BR /&gt;In file included from getopt1.c:25:&lt;BR /&gt;getopt.h:147: warning: function declaration isn't a prototype&lt;BR /&gt;        gcc  -g -O2 -Wall -Wstrict-prototypes -Wmissing-declarations   -Wnested-externs -Wpointer-arith -pedantic   -o rootsh  rootsh.o write2syslog.o getopt.o getopt1.o&lt;BR /&gt;No suffix list.&lt;BR /&gt; /bin/sh ./config.status&lt;BR /&gt;config.status: creating Makefile&lt;BR /&gt;config.status: creating src/Makefile&lt;BR /&gt;config.status: creating src/config.h&lt;BR /&gt;config.status: src/config.h is unchanged&lt;BR /&gt;config.status: linking ./src/gnugetopt.h to src/getopt.h&lt;BR /&gt;config.status: executing depfiles commands&lt;BR /&gt;</description>
    <pubDate>Thu, 04 Aug 2005 20:29:48 GMT</pubDate>
    <dc:creator>Ken O'Neil</dc:creator>
    <dc:date>2005-08-04T20:29:48Z</dc:date>
    <item>
      <title>Errors compiling rootsh 1.5.2 on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/errors-compiling-rootsh-1-5-2-on-hp-ux-11-11/m-p/3597009#M104565</link>
      <description>&lt;BR /&gt;Right up front I'll say that compiling binaries from source is not my thing, but I would like to implement rootsh on HP-UX 11.11 and can't find a pre-compiled binary for it anywhere.  After downloading and untarring the source package, I executed configure and make -f Makefile, but right off the bat it looks like there are several errors.  This did produce a binary that executes, at least rootsh -V returns the proper information and I'm not getting any error messages or core dumps when it runs, but I don't want to waste a lot of time testing if it didn't compile properly right off the bat.  &lt;BR /&gt;&lt;BR /&gt;Would anyone mind looking at the output below from configure and make and help me understand if these are significant errors,something I should be concerned with?&lt;BR /&gt;&lt;BR /&gt;# ./configure&lt;BR /&gt;checking for a BSD-compatible install... /opt/imake/bin/install -c&lt;BR /&gt;checking whether build environment is sane... yes&lt;BR /&gt;checking for gawk... no&lt;BR /&gt;checking for mawk... no&lt;BR /&gt;checking for nawk... no&lt;BR /&gt;checking for awk... awk&lt;BR /&gt;checking whether make sets $(MAKE)... yes&lt;BR /&gt;checking build system type... cpp: "", line 0: error 4021: Unable to stat .&lt;BR /&gt;hppa2.0w-hp-hpux11.11&lt;BR /&gt;checking host system type... hppa2.0w-hp-hpux11.11&lt;BR /&gt;checking for syslog... enabled&lt;BR /&gt;checking for syslog facility... local5.notice&lt;BR /&gt;checking for syslog linenumbering... enabled&lt;BR /&gt;checking for username in syslog... enabled&lt;BR /&gt;checking for logfile... enabled&lt;BR /&gt;checking for logdir... /var/adm/rootsh&lt;BR /&gt;checking for maximum logfile size... 0&lt;BR /&gt;checking for defaultshell... /sbin/sh&lt;BR /&gt;checking for gcc... gcc&lt;BR /&gt;checking for C compiler default output file name... a.out&lt;BR /&gt;checking whether the C compiler works... yes&lt;BR /&gt;checking whether we are cross compiling... no&lt;BR /&gt;checking for suffix of executables...&lt;BR /&gt;checking for suffix of object files... o&lt;BR /&gt;checking whether we are using the GNU C compiler... yes&lt;BR /&gt;checking whether gcc accepts -g... yes&lt;BR /&gt;checking for gcc option to accept ANSI C... none needed&lt;BR /&gt;checking for style of include used by make... GNU&lt;BR /&gt;checking dependency style of gcc... gcc3&lt;BR /&gt;checking for /etc/shells... not found&lt;BR /&gt;checking how to run the C preprocessor... gcc -E&lt;BR /&gt;checking for egrep... grep -E&lt;BR /&gt;checking for ANSI C header files... yes&lt;BR /&gt;checking for LIBUTIL=-lutil in -lutil... no&lt;BR /&gt;checking for ANSI C header files... (cached) yes&lt;BR /&gt;checking for sys/types.h... yes&lt;BR /&gt;checking for sys/stat.h... yes&lt;BR /&gt;checking for stdlib.h... yes&lt;BR /&gt;checking for string.h... yes&lt;BR /&gt;checking for memory.h... yes&lt;BR /&gt;checking for strings.h... yes&lt;BR /&gt;checking for inttypes.h... yes&lt;BR /&gt;checking for stdint.h... no&lt;BR /&gt;checking for unistd.h... yes&lt;BR /&gt;checking for string.h... (cached) yes&lt;BR /&gt;checking fcntl.h usability... yes&lt;BR /&gt;checking fcntl.h presence... yes&lt;BR /&gt;checking for fcntl.h... yes&lt;BR /&gt;checking sys/file.h usability... yes&lt;BR /&gt;checking sys/file.h presence... yes&lt;BR /&gt;checking for sys/file.h... yes&lt;BR /&gt;checking sys/param.h usability... yes&lt;BR /&gt;checking sys/param.h presence... yes&lt;BR /&gt;checking for sys/param.h... yes&lt;BR /&gt;checking stropts.h usability... yes&lt;BR /&gt;checking stropts.h presence... yes&lt;BR /&gt;checking for stropts.h... yes&lt;BR /&gt;checking libgen.h usability... yes&lt;BR /&gt;checking libgen.h presence... yes&lt;BR /&gt;checking for libgen.h... yes&lt;BR /&gt;checking pty.h usability... no&lt;BR /&gt;checking pty.h presence... no&lt;BR /&gt;checking for pty.h... no&lt;BR /&gt;checking for forkpty... no&lt;BR /&gt;checking for forkpty in -lutil... no&lt;BR /&gt;checking getopt.h usability... no&lt;BR /&gt;checking getopt.h presence... no&lt;BR /&gt;checking for getopt.h... no&lt;BR /&gt;checking for getopt_long... no&lt;BR /&gt;checking for getopt_long in -lgnugetopt... no&lt;BR /&gt;checking for basename... yes&lt;BR /&gt;checking for getusershell... yes&lt;BR /&gt;checking getusershell prototype... yes&lt;BR /&gt;checking for clearenv... yes&lt;BR /&gt;checking for sigset... yes&lt;BR /&gt;checking for sigaction... yes&lt;BR /&gt;checking whether supplying sigset prototypes is permitted... no&lt;BR /&gt;checking return type of signal handlers... void&lt;BR /&gt;checking select() and fd_set in sys/select.h and sys/bsdtypes.h... not needed&lt;BR /&gt;checking FD_ZERO and strings.h or bstring.h... not needed&lt;BR /&gt;checking for master pty... ptmx&lt;BR /&gt;checking if your system supports the ttcompat streams module... no&lt;BR /&gt;checking operating system... hp-ux&lt;BR /&gt;checking for su... /usr/bin/su&lt;BR /&gt;checking for a BSD-compatible install... /opt/imake/bin/install -c&lt;BR /&gt;checking whether make sets $(MAKE)... (cached) yes&lt;BR /&gt;configure: creating ./config.status&lt;BR /&gt;config.status: creating Makefile&lt;BR /&gt;config.status: creating src/Makefile&lt;BR /&gt;config.status: creating src/config.h&lt;BR /&gt;config.status: linking ./src/gnugetopt.h to src/getopt.h&lt;BR /&gt;config.status: executing depfiles commands&lt;BR /&gt;&lt;BR /&gt;# make -f Makefile&lt;BR /&gt;No suffix list.&lt;BR /&gt;Making all in src&lt;BR /&gt;        cd .. &amp;amp;&amp;amp; /bin/sh ./config.status src/config.h&lt;BR /&gt;config.status: creating src/config.h&lt;BR /&gt;config.status: src/config.h is unchanged&lt;BR /&gt;        make  all-am&lt;BR /&gt;No suffix list.&lt;BR /&gt;        if gcc -DHAVE_CONFIG_H -I. -I. -I.      -g -O2 -Wall -Wstrict-prototypes -Wmissing-declarations   -Wnested-externs -Wpointer-arith -pedantic -MT rootsh.o -MD -MP -MF ".deps/rootsh.Tpo" -c -o rootsh.o rootsh.c; \&lt;BR /&gt;        then mv -f ".deps/rootsh.Tpo" ".deps/rootsh.Po"; else rm -f ".deps/rootsh.Tpo"; exit 1; fi&lt;BR /&gt;In file included from rootsh.c:68:&lt;BR /&gt;getopt.h:147: warning: function declaration isn't a prototype&lt;BR /&gt;rootsh.c: In function `setupshell':&lt;BR /&gt;rootsh.c:972: warning: unused variable `validshell'&lt;BR /&gt;rootsh.c: In function `main':&lt;BR /&gt;rootsh.c:238: warning: 'dashShell' might be used uninitialized in this function&lt;BR /&gt;        if gcc -DHAVE_CONFIG_H -I. -I. -I.      -g -O2 -Wall -Wstrict-prototypes -Wmissing-declarations   -Wnested-externs -Wpointer-arith -pedantic -MT write2syslog.o -MD -MP -MF ".deps/write2syslog.Tpo" -c -o write2syslog.o write2syslog.c; \&lt;BR /&gt;        then mv -f ".deps/write2syslog.Tpo" ".deps/write2syslog.Po"; else rm -f ".deps/write2syslog.Tpo"; exit 1; fi&lt;BR /&gt;        if gcc -DHAVE_CONFIG_H -I. -I. -I.      -g -O2 -Wall -Wstrict-prototypes -Wmissing-declarations   -Wnested-externs -Wpointer-arith -pedantic -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.o getopt.c; \&lt;BR /&gt;        then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"; exit 1; fi&lt;BR /&gt;In file included from getopt.c:105:&lt;BR /&gt;getopt.h:147: warning: function declaration isn't a prototype&lt;BR /&gt;getopt.c:212: warning: function declaration isn't a prototype&lt;BR /&gt;getopt.c:217: warning: function declaration isn't a prototype&lt;BR /&gt;        if gcc -DHAVE_CONFIG_H -I. -I. -I.      -g -O2 -Wall -Wstrict-prototypes -Wmissing-declarations   -Wnested-externs -Wpointer-arith -pedantic -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" -c -o getopt1.o getopt1.c; \&lt;BR /&gt;        then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Po"; else rm -f ".deps/getopt1.Tpo"; exit 1; fi&lt;BR /&gt;In file included from getopt1.c:25:&lt;BR /&gt;getopt.h:147: warning: function declaration isn't a prototype&lt;BR /&gt;        gcc  -g -O2 -Wall -Wstrict-prototypes -Wmissing-declarations   -Wnested-externs -Wpointer-arith -pedantic   -o rootsh  rootsh.o write2syslog.o getopt.o getopt1.o&lt;BR /&gt;No suffix list.&lt;BR /&gt; /bin/sh ./config.status&lt;BR /&gt;config.status: creating Makefile&lt;BR /&gt;config.status: creating src/Makefile&lt;BR /&gt;config.status: creating src/config.h&lt;BR /&gt;config.status: src/config.h is unchanged&lt;BR /&gt;config.status: linking ./src/gnugetopt.h to src/getopt.h&lt;BR /&gt;config.status: executing depfiles commands&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Aug 2005 20:29:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/errors-compiling-rootsh-1-5-2-on-hp-ux-11-11/m-p/3597009#M104565</guid>
      <dc:creator>Ken O'Neil</dc:creator>
      <dc:date>2005-08-04T20:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Errors compiling rootsh 1.5.2 on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/errors-compiling-rootsh-1-5-2-on-hp-ux-11-11/m-p/3597010#M104566</link>
      <description>&lt;BR /&gt;Ken, I know I typed a reply to this before.  I suggested to install gmake because the "No suffix list." errors are being produced by HP-UX's make.&lt;BR /&gt;&lt;BR /&gt;So the question is, did you get my reply?  And what happened to it?  Was there a small problem with the forum that made my reply disappear?&lt;BR /&gt;&lt;BR /&gt;Either way, try installing the gmake depot and start fresh with a new configure and make.  Note: you don't need to use&lt;BR /&gt;"make -f Makefile".  By default, make uses the current directory and looks for a file called "Makefile" on its own.  Just run "make".&lt;BR /&gt;&lt;BR /&gt;-- Tom</description>
      <pubDate>Wed, 10 Aug 2005 13:12:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/errors-compiling-rootsh-1-5-2-on-hp-ux-11-11/m-p/3597010#M104566</guid>
      <dc:creator>Tom Schroll</dc:creator>
      <dc:date>2005-08-10T13:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Errors compiling rootsh 1.5.2 on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/errors-compiling-rootsh-1-5-2-on-hp-ux-11-11/m-p/3597011#M104567</link>
      <description>I didn't see a reply from you before, and didn't get an email notification of one.  This is the first one I've see, but thank you!  I think gmake is already installed so maybe its a path issue.&lt;BR /&gt;&lt;BR /&gt;Other than the "No Suffix List" error, should I be concerned at all about the warnings from getopt.h, getopt.c and rootsh.c?&lt;BR /&gt;&lt;BR /&gt;The binary I compiled seems to be running well, but I just wasn't sure to trust it with the error and warnings above. &lt;BR /&gt;&lt;BR /&gt;Thanks again!</description>
      <pubDate>Wed, 10 Aug 2005 15:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/errors-compiling-rootsh-1-5-2-on-hp-ux-11-11/m-p/3597011#M104567</guid>
      <dc:creator>Ken O'Neil</dc:creator>
      <dc:date>2005-08-10T15:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Errors compiling rootsh 1.5.2 on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/errors-compiling-rootsh-1-5-2-on-hp-ux-11-11/m-p/3597012#M104568</link>
      <description>&lt;BR /&gt;Ken,&lt;BR /&gt;&lt;BR /&gt;Hrrmmm, yeah, I don't know what happened to my last post either.  Odd.  Maybe I forgot to press submit?  Who knows.&lt;BR /&gt;&lt;BR /&gt;Anyways, yeah, try using gmake instead of make when you do the actual make (specify the absolute path to your gmake).  When I build freeware, I usually modify my PATH so that the GNU utilities show up first in my PATH.  ('setenv PATH "/usr/local/bin:$PATH"' if you are using csh/tcsh *or* 'PATH="/usr/local/bin:$PATH; export PATH' for sh/ksh/bash)&lt;BR /&gt;&lt;BR /&gt;I did notice a few small issues and warnings that did concern me and I'd be curious to know if they go away with gmake.  Honestly you are lucky it compiled that cleanly.  :-)&lt;BR /&gt;&lt;BR /&gt;Since all of your compile messages were warnings, I wouldn't sweat it if the application compiled and is running.  Sometimes there are cases when freeware programmers will try to use a function in a way that is not compatible with HP-UX's implementation of the same function.  It's hard to define what is serious and what is not.  This comes from trial and error.&lt;BR /&gt;&lt;BR /&gt;Basically, run some regressions on it and if it works, you should be fine.  I understand your concern about "wolves in the woods" because I do the same thing.  If you are good with "C" code, you could probably correct these warnings.  But if you are not, then the best thing to do is see what happens on the fly.&lt;BR /&gt;&lt;BR /&gt;That being said, the next best thing is to check with us here to determine if warnings or errors are critical.  That's what this forum is for.  :-)&lt;BR /&gt;&lt;BR /&gt;Take care...&lt;BR /&gt;&lt;BR /&gt;-- Tom&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Aug 2005 17:47:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/errors-compiling-rootsh-1-5-2-on-hp-ux-11-11/m-p/3597012#M104568</guid>
      <dc:creator>Tom Schroll</dc:creator>
      <dc:date>2005-08-10T17:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Errors compiling rootsh 1.5.2 on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/errors-compiling-rootsh-1-5-2-on-hp-ux-11-11/m-p/3597013#M104569</link>
      <description>I found a rootsh depot binary for HPUX at &lt;BR /&gt;&lt;A href="http://sourceforge.net/project/showfiles.php?group_id=110309&amp;amp;package_id=125148" target="_blank"&gt;http://sourceforge.net/project/showfiles.php?group_id=110309&amp;amp;package_id=125148&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Sep 2005 11:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/errors-compiling-rootsh-1-5-2-on-hp-ux-11-11/m-p/3597013#M104569</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-09-01T11:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Errors compiling rootsh 1.5.2 on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-linux/errors-compiling-rootsh-1-5-2-on-hp-ux-11-11/m-p/3597014#M104570</link>
      <description>Thanks Rick.  I had corresponded with Gerhard about this after I posted and I believe he put that up there in response.&lt;BR /&gt;&lt;BR /&gt;His take as well as others on what I posted was that the errors and warnings above were inconsequential, and my testing of the resulting binary did not yield any errors.&lt;BR /&gt;&lt;BR /&gt;Thanks again though for the heads up.</description>
      <pubDate>Thu, 01 Sep 2005 11:52:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/errors-compiling-rootsh-1-5-2-on-hp-ux-11-11/m-p/3597014#M104570</guid>
      <dc:creator>Ken O'Neil</dc:creator>
      <dc:date>2005-09-01T11:52:31Z</dc:date>
    </item>
  </channel>
</rss>

