<?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 Re: upgrade gcc error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-gcc-error/m-p/4257609#M687776</link>
    <description>Thanks for your attention, Steven!&lt;BR /&gt;  We have four hp rx-4640 servers now,and for history reason,the gcc version of he other threes is 4.0.4. So we have to install 4.0.4 to keep same enviroment for our applications.&lt;BR /&gt;</description>
    <pubDate>Tue, 26 Aug 2008 02:16:34 GMT</pubDate>
    <dc:creator>jackie_siu</dc:creator>
    <dc:date>2008-08-26T02:16:34Z</dc:date>
    <item>
      <title>upgrade gcc error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-gcc-error/m-p/4257607#M687772</link>
      <description>Hi all:&lt;BR /&gt;  When I want to upgrade the gcc from 3.4.2 to 4.0.4 on my hp-ux 11.23,I encountered the following problem. anybody can help me？ I really appreciate for your help!!&lt;BR /&gt;&lt;BR /&gt;  Following is the steps and the problem:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1)  checking current gcc version&lt;BR /&gt;&lt;BR /&gt;SRBZ-1#[/]swlist -v |grep gcc&lt;BR /&gt;WARNING: Incomplete definition for the fileset "STM-SHLIBS", beginning&lt;BR /&gt;         at line 71763.  The following attributes are not defined:&lt;BR /&gt;                state            the current state (status) of the fileset&lt;BR /&gt;WARNING: Incomplete definition for the fileset "STM-UUT-RUN", beginning&lt;BR /&gt;         at line 71788.  The following attributes are not defined:&lt;BR /&gt;                state            the current state (status) of the fileset&lt;BR /&gt;  gcc&lt;BR /&gt;tag                    gcc&lt;BR /&gt;software_spec          gcc,l=/usr/local,r=3.4.2&lt;BR /&gt;control_directory      gcc&lt;BR /&gt;install_source         SRBZ-1:/opt/INCHARGEUTILS/utils/gcc_3.4.2_ia64-hp-hpux11.23_depot&lt;BR /&gt;all_filesets           gcc &lt;BR /&gt;&lt;BR /&gt;2) login as root&lt;BR /&gt;&lt;BR /&gt;SRBZ-1#[/]whoami&lt;BR /&gt;root&lt;BR /&gt;&lt;BR /&gt;3) show the gcc source file at  /home/incharg2/xujl/gcc-4.0.4&lt;BR /&gt;SRBZ-1#[/]cd /home/incharg2/xujl       &lt;BR /&gt;SRBZ-1#[/home/incharg2/xujl]ls&lt;BR /&gt;.ICEauthority         .dt/                  .sh_history           binutils-2.18.tar     diff/                 filelist/             objdir/               result/&lt;BR /&gt;.TTauthority          .dtprofile*           @LongLink             broadcast/            doc/                  gcc-4.0.4/            orig/                 test*&lt;BR /&gt;.Xauthority           .exrc                 bak/                  cfg/                  error/                gcc-4.0.4.tar         public/               test.c&lt;BR /&gt;.cshrc                .login                bin/                  comp/                 etc/                  log/                  r_hplmn2              test.cpp&lt;BR /&gt;.cvspass              .profile              binutils-2.18/        data/                 fileend/              netstatinresult.txt   repository/           work/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SRBZ-1#[/home/incharg2/xujl]cd gcc-4.0.4&lt;BR /&gt;SRBZ-1#[/home/incharg2/xujl/gcc-4.0.4]ls&lt;BR /&gt;ABOUT-NLS            INSTALL/             NEWS                 config/              configure*           gcc/                 libgfortran/         ltcf-c.sh            mkdep*&lt;BR /&gt;BUGS                 LAST_UPDATED         README               config-ml.in         configure.in         include/             libiberty/           ltcf-cxx.sh          mkinstalldirs*&lt;BR /&gt;COPYING              MAINTAINERS          README.SCO           config.cache         contrib/             install-sh*          libjava/             ltcf-gcj.sh          move-if-change*&lt;BR /&gt;COPYING.LIB          MD5SUMS              boehm-gc/            config.guess*        depcomp*             intl/                libmudflap/          ltconfig*            symlink-tree*&lt;BR /&gt;ChangeLog            Makefile.def         bugs.html            config.log           faq.html             libada/              libobjc/             ltmain.sh            ylwrap*&lt;BR /&gt;ChangeLog.tree-ssa   Makefile.in          compile              config.rpath*        fastjar/             libcpp/              libstdc++-v3/        maintainer-scripts/  zlib/&lt;BR /&gt;FAQ                  Makefile.tpl         confdefs.h           config.sub*          fixincludes/         libffi/              libtool.m4           missing*&lt;BR /&gt;&lt;BR /&gt;4) change to the specified tmp objdir&lt;BR /&gt;cd ../objdir&lt;BR /&gt;&lt;BR /&gt;5) configure gcc only for languages c,c++&lt;BR /&gt;/home/incharg2/xujl/gcc-4.0.4/configure --prefix=/usr/local/bin/gcc-4.0.4 --enable-threads=posix --disable-checking --enable-long-long --enable-languages=c,c++&lt;BR /&gt;&lt;BR /&gt;loading cache ./config.cache&lt;BR /&gt;checking host system type... ia64-hp-hpux11.23&lt;BR /&gt;checking target system type... ia64-hp-hpux11.23&lt;BR /&gt;checking build system type... ia64-hp-hpux11.23&lt;BR /&gt;checking for a BSD compatible install... /home/incharg2/xujl/gcc-4.0.4/install-sh -c&lt;BR /&gt;checking whether ln works... (cached) yes&lt;BR /&gt;checking whether ln -s works... (cached) yes&lt;BR /&gt;checking for gcc... (cached) gcc&lt;BR /&gt;checking whether the C compiler (gcc  ) works... yes&lt;BR /&gt;checking whether the C compiler (gcc  ) is a cross-compiler... no&lt;BR /&gt;checking whether we are using GNU C... (cached) yes&lt;BR /&gt;checking whether gcc accepts -g... (cached) yes&lt;BR /&gt;checking for gnatbind... no&lt;BR /&gt;checking whether compiler driver understands Ada... (cached) no&lt;BR /&gt;checking how to compare bootstrapped objects... (cached) cmp $$f1 $$f2 16 16&lt;BR /&gt;checking for correct version of gmp.h... no&lt;BR /&gt;*** This configuration is not supported in the following subdirectories:&lt;BR /&gt;     target-libmudflap target-libffi target-boehm-gc target-zlib target-libjava target-libada target-libgfortran zlib fastjar target-libobjc&lt;BR /&gt;    (Any other directories should still work fine.)&lt;BR /&gt;checking for bison... no&lt;BR /&gt;checking for bison... (cached) yacc&lt;BR /&gt;checking for gm4... (cached) m4&lt;BR /&gt;checking for flex... no&lt;BR /&gt;checking for flex... (cached) lex&lt;BR /&gt;checking for makeinfo... no&lt;BR /&gt;*** removing libiberty/Makefile to force reconfigure&lt;BR /&gt;*** removing fixincludes/Makefile to force reconfigure&lt;BR /&gt;checking for ia64-hp-hpux11.23-ar... no&lt;BR /&gt;checking for ar... (cached) ar&lt;BR /&gt;checking for ia64-hp-hpux11.23-as... no&lt;BR /&gt;checking for as... (cached) as&lt;BR /&gt;checking for ia64-hp-hpux11.23-dlltool... no&lt;BR /&gt;checking for dlltool... (cached) dlltool&lt;BR /&gt;checking for ia64-hp-hpux11.23-ld... (cached) /usr/ccs/bin/ld&lt;BR /&gt;checking for ia64-hp-hpux11.23-nm... no&lt;BR /&gt;checking for nm... (cached) nm&lt;BR /&gt;checking for ia64-hp-hpux11.23-ranlib... no&lt;BR /&gt;checking for ranlib... (cached) ranlib&lt;BR /&gt;checking for ia64-hp-hpux11.23-windres... no&lt;BR /&gt;checking for windres... (cached) windres&lt;BR /&gt;checking for ia64-hp-hpux11.23-objcopy... no&lt;BR /&gt;checking for objcopy... (cached) objcopy&lt;BR /&gt;checking for ia64-hp-hpux11.23-objdump... no&lt;BR /&gt;checking for objdump... (cached) objdump&lt;BR /&gt;checking for ia64-hp-hpux11.23-ar... no&lt;BR /&gt;checking for ar... (cached) ar&lt;BR /&gt;checking for ia64-hp-hpux11.23-as... no&lt;BR /&gt;checking for as... (cached) as&lt;BR /&gt;checking for ia64-hp-hpux11.23-dlltool... no&lt;BR /&gt;checking for dlltool... (cached) dlltool&lt;BR /&gt;checking for ia64-hp-hpux11.23-ld... no&lt;BR /&gt;checking for ld... (cached) ld&lt;BR /&gt;checking for ia64-hp-hpux11.23-nm... no&lt;BR /&gt;checking for nm... (cached) nm&lt;BR /&gt;checking for ia64-hp-hpux11.23-ranlib... no&lt;BR /&gt;checking for ranlib... (cached) ranlib&lt;BR /&gt;checking for ia64-hp-hpux11.23-windres... no&lt;BR /&gt;checking for windres... (cached) windres&lt;BR /&gt;checking whether to enable maintainer-specific portions of Makefiles... no&lt;BR /&gt;checking if symbolic links between directories work... (cached) yes&lt;BR /&gt;creating ./config.status&lt;BR /&gt;creating Makefile&lt;BR /&gt;&lt;BR /&gt;6) make&lt;BR /&gt;&lt;BR /&gt;SRBZ-1#[/home/incharg2/xujl/objdir]make&lt;BR /&gt;Configuring in fixincludes&lt;BR /&gt;configure: loading cache ./config.cache&lt;BR /&gt;checking build system type... (cached) ia64-hp-hpux11.23&lt;BR /&gt;checking host system type... (cached) ia64-hp-hpux11.23&lt;BR /&gt;checking target system type... (cached) ia64-hp-hpux11.23&lt;BR /&gt;checking for ia64-hp-hpux11.23-gcc... (cached) 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... (cached) o&lt;BR /&gt;checking whether we are using the GNU C compiler... (cached) yes&lt;BR /&gt;checking whether gcc accepts -g... (cached) yes&lt;BR /&gt;checking for gcc option to accept ANSI C... (cached) none needed&lt;BR /&gt;checking how to run the C preprocessor... (cached) gcc -E&lt;BR /&gt;checking for egrep... (cached) grep -E&lt;BR /&gt;checking for ANSI C header files... (cached) yes&lt;BR /&gt;checking for sys/types.h... (cached) yes&lt;BR /&gt;checking for sys/stat.h... (cached) yes&lt;BR /&gt;checking for stdlib.h... (cached) yes&lt;BR /&gt;checking for string.h... (cached) yes&lt;BR /&gt;checking for memory.h... (cached) yes&lt;BR /&gt;checking for strings.h... (cached) yes&lt;BR /&gt;checking for inttypes.h... (cached) yes&lt;BR /&gt;checking for stdint.h... (cached) yes&lt;BR /&gt;checking for unistd.h... (cached) yes&lt;BR /&gt;checking for stddef.h... (cached) yes&lt;BR /&gt;checking for stdlib.h... (cached) yes&lt;BR /&gt;checking for strings.h... (cached) yes&lt;BR /&gt;checking for unistd.h... (cached) yes&lt;BR /&gt;checking for fcntl.h... (cached) yes&lt;BR /&gt;checking for sys/file.h... (cached) yes&lt;BR /&gt;checking for sys/stat.h... (cached) yes&lt;BR /&gt;checking for clearerr_unlocked... (cached) no&lt;BR /&gt;checking for feof_unlocked... (cached) no&lt;BR /&gt;checking for ferror_unlocked... (cached) no&lt;BR /&gt;checking for fflush_unlocked... (cached) no&lt;BR /&gt;checking for fgetc_unlocked... (cached) no&lt;BR /&gt;checking for fgets_unlocked... (cached) no&lt;BR /&gt;checking for fileno_unlocked... (cached) no&lt;BR /&gt;checking for fprintf_unlocked... (cached) no&lt;BR /&gt;checking for fputc_unlocked... (cached) no&lt;BR /&gt;checking for fputs_unlocked... (cached) no&lt;BR /&gt;checking for fread_unlocked... (cached) no&lt;BR /&gt;checking for fwrite_unlocked... (cached) no&lt;BR /&gt;checking for getchar_unlocked... (cached) yes&lt;BR /&gt;checking for getc_unlocked... (cached) yes&lt;BR /&gt;checking for putchar_unlocked... (cached) yes&lt;BR /&gt;checking for putc_unlocked... (cached) yes&lt;BR /&gt;checking whether abort is declared... (cached) yes&lt;BR /&gt;checking whether errno is declared... (cached) yes&lt;BR /&gt;checking whether clearerr_unlocked is declared... (cached) no&lt;BR /&gt;checking whether feof_unlocked is declared... (cached) no&lt;BR /&gt;checking whether ferror_unlocked is declared... (cached) no&lt;BR /&gt;checking whether fflush_unlocked is declared... (cached) no&lt;BR /&gt;checking whether fgetc_unlocked is declared... (cached) no&lt;BR /&gt;checking whether fgets_unlocked is declared... (cached) no&lt;BR /&gt;checking whether fileno_unlocked is declared... (cached) no&lt;BR /&gt;checking whether fprintf_unlocked is declared... (cached) no&lt;BR /&gt;checking whether fputc_unlocked is declared... (cached) no&lt;BR /&gt;checking whether fputs_unlocked is declared... (cached) no&lt;BR /&gt;checking whether fread_unlocked is declared... (cached) no&lt;BR /&gt;checking whether fwrite_unlocked is declared... (cached) no&lt;BR /&gt;checking whether getchar_unlocked is declared... (cached) no&lt;BR /&gt;checking whether getc_unlocked is declared... (cached) no&lt;BR /&gt;checking whether putchar_unlocked is declared... (cached) no&lt;BR /&gt;checking whether putc_unlocked is declared... (cached) no&lt;BR /&gt;checking for an ANSI C-conforming const... (cached) yes&lt;BR /&gt;checking for sys/mman.h... (cached) yes&lt;BR /&gt;checking for mmap... (cached) yes&lt;BR /&gt;checking whether read-only mmap of a plain file works... (cached) yes&lt;BR /&gt;checking whether mmap from /dev/zero works... (cached) yes&lt;BR /&gt;checking for MAP_ANON(YMOUS)... (cached) yes&lt;BR /&gt;checking whether mmap with MAP_ANON(YMOUS) works... (cached) yes&lt;BR /&gt;checking whether to enable maintainer-specific portions of Makefiles... no&lt;BR /&gt;configure: creating ./config.status&lt;BR /&gt;config.status: creating Makefile&lt;BR /&gt;config.status: creating mkheaders&lt;BR /&gt;config.status: creating config.h&lt;BR /&gt;config.status: config.h is unchanged&lt;BR /&gt;Configuring in libiberty&lt;BR /&gt;configure: loading cache ./config.cache&lt;BR /&gt;checking whether to enable maintainer-specific portions of Makefiles... no&lt;BR /&gt;checking for makeinfo... (cached) /home/incharg2/xujl/gcc-4.0.4/missing makeinfo&lt;BR /&gt;configure: WARNING:&lt;BR /&gt;*** Makeinfo is missing. Info documentation will not be built.&lt;BR /&gt;checking for perl... (cached) perl&lt;BR /&gt;checking build system type... (cached) ia64-hp-hpux11.23&lt;BR /&gt;checking host system type... (cached) ia64-hp-hpux11.23&lt;BR /&gt;checking for ia64-hp-hpux11.23-ar... (cached) ar&lt;BR /&gt;checking for ia64-hp-hpux11.23-ranlib... (cached) ranlib&lt;BR /&gt;checking for ia64-hp-hpux11.23-gcc... (cached) 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... (cached) o&lt;BR /&gt;checking whether we are using the GNU C compiler... (cached) yes&lt;BR /&gt;checking whether gcc accepts -g... (cached) yes&lt;BR /&gt;checking for gcc option to accept ANSI C... (cached) none needed&lt;BR /&gt;checking how to run the C preprocessor... (cached) gcc -E&lt;BR /&gt;checking whether gcc and cc understand -c and -o together... (cached) yes&lt;BR /&gt;checking for an ANSI C-conforming const... (cached) yes&lt;BR /&gt;checking for inline... (cached) inline&lt;BR /&gt;checking whether byte ordering is bigendian... (cached) yes&lt;BR /&gt;checking for a BSD-compatible install... /home/incharg2/xujl/gcc-4.0.4/libiberty/../install-sh -c&lt;BR /&gt;xhost-mkfrag is unchanged&lt;BR /&gt;checking for sys/file.h... (cached) yes&lt;BR /&gt;checking for sys/param.h... (cached) yes&lt;BR /&gt;checking for limits.h... (cached) yes&lt;BR /&gt;checking for stdlib.h... (cached) yes&lt;BR /&gt;checking for malloc.h... (cached) yes&lt;BR /&gt;checking for string.h... (cached) yes&lt;BR /&gt;checking for unistd.h... (cached) yes&lt;BR /&gt;checking for strings.h... (cached) yes&lt;BR /&gt;checking for sys/time.h... (cached) yes&lt;BR /&gt;checking for time.h... (cached) yes&lt;BR /&gt;checking for sys/resource.h... (cached) yes&lt;BR /&gt;checking for sys/stat.h... (cached) yes&lt;BR /&gt;checking for sys/mman.h... (cached) yes&lt;BR /&gt;checking for fcntl.h... (cached) yes&lt;BR /&gt;checking for alloca.h... (cached) yes&lt;BR /&gt;checking for sys/pstat.h... (cached) yes&lt;BR /&gt;checking for sys/sysmp.h... (cached) no&lt;BR /&gt;checking for sys/sysinfo.h... (cached) yes&lt;BR /&gt;checking for machine/hal_sysinfo.h... (cached) no&lt;BR /&gt;checking for sys/table.h... (cached) no&lt;BR /&gt;checking for sys/sysctl.h... (cached) no&lt;BR /&gt;checking for sys/systemcfg.h... (cached) no&lt;BR /&gt;checking for stdint.h... (cached) yes&lt;BR /&gt;checking for stdio_ext.h... (cached) no&lt;BR /&gt;checking for sys/wait.h that is POSIX.1 compatible... (cached) yes&lt;BR /&gt;checking whether time.h and sys/time.h may both be included... (cached) yes&lt;BR /&gt;checking whether errno must be declared... (cached) no&lt;BR /&gt;checking for egrep... (cached) grep -E&lt;BR /&gt;checking for ANSI C header files... (cached) yes&lt;BR /&gt;checking for sys/types.h... (cached) yes&lt;BR /&gt;checking for sys/stat.h... (cached) yes&lt;BR /&gt;checking for stdlib.h... (cached) yes&lt;BR /&gt;checking for string.h... (cached) yes&lt;BR /&gt;checking for memory.h... (cached) yes&lt;BR /&gt;checking for strings.h... (cached) yes&lt;BR /&gt;checking for inttypes.h... (cached) yes&lt;BR /&gt;checking for stdint.h... (cached) yes&lt;BR /&gt;checking for unistd.h... (cached) yes&lt;BR /&gt;checking for int... (cached) yes&lt;BR /&gt;checking size of int... (cached) 4&lt;BR /&gt;checking for uintptr_t... (cached) yes&lt;BR /&gt;checking for a 64-bit type... (cached) unsigned long long&lt;BR /&gt;checking for pid_t... (cached) yes&lt;BR /&gt;checking for library containing strerror... (cached) none required&lt;BR /&gt;checking for asprintf... (cached) no&lt;BR /&gt;checking for atexit... (cached) yes&lt;BR /&gt;checking for basename... (cached) yes&lt;BR /&gt;checking for bcmp... (cached) yes&lt;BR /&gt;checking for bcopy... (cached) yes&lt;BR /&gt;checking for bsearch... (cached) yes&lt;BR /&gt;checking for bzero... (cached) yes&lt;BR /&gt;checking for calloc... (cached) yes&lt;BR /&gt;checking for clock... (cached) yes&lt;BR /&gt;checking for ffs... (cached) yes&lt;BR /&gt;checking for getcwd... (cached) yes&lt;BR /&gt;checking for getpagesize... (cached) yes&lt;BR /&gt;checking for index... (cached) yes&lt;BR /&gt;checking for insque... (cached) yes&lt;BR /&gt;checking for memchr... (cached) yes&lt;BR /&gt;checking for memcmp... (cached) yes&lt;BR /&gt;checking for memcpy... (cached) yes&lt;BR /&gt;checking for memmove... (cached) yes&lt;BR /&gt;checking for mempcpy... (cached) no&lt;BR /&gt;checking for memset... (cached) yes&lt;BR /&gt;checking for mkstemps... (cached) no&lt;BR /&gt;checking for putenv... (cached) yes&lt;BR /&gt;checking for random... (cached) yes&lt;BR /&gt;checking for rename... (cached) yes&lt;BR /&gt;checking for rindex... (cached) yes&lt;BR /&gt;checking for setenv... (cached) no&lt;BR /&gt;checking for snprintf... (cached) yes&lt;BR /&gt;checking for sigsetmask... (cached) yes&lt;BR /&gt;checking for stpcpy... (cached) no&lt;BR /&gt;checking for stpncpy... (cached) no&lt;BR /&gt;checking for strcasecmp... (cached) yes&lt;BR /&gt;checking for strchr... (cached) yes&lt;BR /&gt;checking for strdup... (cached) yes&lt;BR /&gt;checking for strncasecmp... (cached) yes&lt;BR /&gt;checking for strrchr... (cached) yes&lt;BR /&gt;checking for strstr... (cached) yes&lt;BR /&gt;checking for strtod... (cached) yes&lt;BR /&gt;checking for strtol... (cached) yes&lt;BR /&gt;checking for strtoul... (cached) yes&lt;BR /&gt;checking for tmpnam... (cached) yes&lt;BR /&gt;checking for vasprintf... (cached) no&lt;BR /&gt;checking for vfprintf... (cached) yes&lt;BR /&gt;checking for vprintf... (cached) yes&lt;BR /&gt;checking for vsnprintf... (cached) yes&lt;BR /&gt;checking for vsprintf... (cached) yes&lt;BR /&gt;checking for waitpid... (cached) yes&lt;BR /&gt;checking whether alloca needs Cray hooks... (cached) no&lt;BR /&gt;checking stack direction for C alloca... (cached) -1&lt;BR /&gt;checking for unistd.h... (cached) yes&lt;BR /&gt;checking for vfork.h... (cached) no&lt;BR /&gt;checking for fork... (cached) yes&lt;BR /&gt;checking for vfork... (cached) yes&lt;BR /&gt;checking for working fork... (cached) yes&lt;BR /&gt;checking for working vfork... (cached) yes&lt;BR /&gt;checking for _doprnt... (cached) yes&lt;BR /&gt;checking for sys_errlist... (cached) yes&lt;BR /&gt;checking for sys_nerr... (cached) yes&lt;BR /&gt;checking for sys_siglist... (cached) no&lt;BR /&gt;checking for external symbol _system_configuration... no&lt;BR /&gt;checking for getrusage... (cached) yes&lt;BR /&gt;checking for on_exit... (cached) no&lt;BR /&gt;checking for psignal... (cached) no&lt;BR /&gt;checking for strerror... (cached) yes&lt;BR /&gt;checking for strsignal... (cached) no&lt;BR /&gt;checking for sysconf... (cached) yes&lt;BR /&gt;checking for times... (cached) yes&lt;BR /&gt;checking for sbrk... (cached) yes&lt;BR /&gt;checking for gettimeofday... (cached) yes&lt;BR /&gt;checking for realpath... (cached) yes&lt;BR /&gt;checking for canonicalize_file_name... (cached) no&lt;BR /&gt;checking for pstat_getstatic... (cached) yes&lt;BR /&gt;checking for pstat_getdynamic... (cached) yes&lt;BR /&gt;checking for sysmp... (cached) no&lt;BR /&gt;checking for getsysinfo... (cached) no&lt;BR /&gt;checking for table... (cached) no&lt;BR /&gt;checking for sysctl... (cached) no&lt;BR /&gt;checking for __fsetlocking... (cached) no&lt;BR /&gt;checking whether canonicalize_file_name must be declared... (cached) yes&lt;BR /&gt;checking for working strncmp... (cached) yes&lt;BR /&gt;configure: creating ./config.status&lt;BR /&gt;config.status: creating Makefile&lt;BR /&gt;config.status: creating testsuite/Makefile&lt;BR /&gt;config.status: creating config.h&lt;BR /&gt;config.status: config.h is unchanged&lt;BR /&gt;config.status: executing default commands&lt;BR /&gt;        CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status&lt;BR /&gt;config.status: creating Makefile&lt;BR /&gt;config.status: executing default commands&lt;BR /&gt;        CONFIG_FILES= CONFIG_HEADERS=config.h:/home/incharg2/xujl/gcc-4.0.4/libiberty/config.in /bin/sh ./config.status&lt;BR /&gt;config.status: creating config.h&lt;BR /&gt;config.status: config.h is unchanged&lt;BR /&gt;config.status: executing default commands&lt;BR /&gt;        rm -f needed-list; touch needed-list; \&lt;BR /&gt;        for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr  strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf  vfork waitpid bcmp bcopy bzero; do \&lt;BR /&gt;          for g in ./asprintf.o ./mempcpy.o ./mkstemps.o ./setenv.o ./stpcpy.o ./stpncpy.o ./vasprintf.o ; do \&lt;BR /&gt;            case "$g" in \&lt;BR /&gt;              *$f*) echo $g &amp;gt;&amp;gt; needed-list ;; \&lt;BR /&gt;            esac; \&lt;BR /&gt;          done; \&lt;BR /&gt;        done&lt;BR /&gt;        echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o     ./alloca.o ./argv.o                                             ./choose-temp.o ./concat.o ./cp-demint.o                        ./dyn-string.o                                                  ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o             ./fopen_unlocked.o                                              ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o                ./hashtab.o ./hex.o                                             ./lbasename.o ./lrealpath.o                                     ./make-relative-prefix.o ./make-temp-file.o                     ./objalloc.o ./obstack.o                                        ./partition.o ./physmem.o ./pex-unix.o                          ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o  ./strsignal.o                                                   ./ternary.o                                                     ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o       ./xstrerror.o &amp;gt; required-list&lt;BR /&gt;Make: line 50: syntax error.  Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt; &lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2008 01:40:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-gcc-error/m-p/4257607#M687772</guid>
      <dc:creator>jackie_siu</dc:creator>
      <dc:date>2008-08-26T01:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: upgrade gcc error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-gcc-error/m-p/4257608#M687774</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] I want to upgrade the gcc from 3.4.2&lt;BR /&gt;to 4.0.4 [...]&lt;BR /&gt;&lt;BR /&gt;Why 4.0.4?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gcc.gnu.org/releases.html" target="_blank"&gt;http://gcc.gnu.org/releases.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;GCC 4.3.1  June 6, 2008&lt;BR /&gt;[...]&lt;BR /&gt;GCC 4.0.4  January 31, 2007&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;Why not any of the newer/better versions?&lt;BR /&gt;&lt;BR /&gt;I believe that I had some success building&lt;BR /&gt;4.2.2 on my 11.31 system:&lt;BR /&gt;&lt;BR /&gt;dyi # uname -a&lt;BR /&gt;HP-UX dyi B.11.31 U ia64 4235313755 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;dyi # gcc --version&lt;BR /&gt;gcc (GCC) 4.2.2&lt;BR /&gt;[...]</description>
      <pubDate>Tue, 26 Aug 2008 02:05:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-gcc-error/m-p/4257608#M687774</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-08-26T02:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: upgrade gcc error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-gcc-error/m-p/4257609#M687776</link>
      <description>Thanks for your attention, Steven!&lt;BR /&gt;  We have four hp rx-4640 servers now,and for history reason,the gcc version of he other threes is 4.0.4. So we have to install 4.0.4 to keep same enviroment for our applications.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2008 02:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-gcc-error/m-p/4257609#M687776</guid>
      <dc:creator>jackie_siu</dc:creator>
      <dc:date>2008-08-26T02:16:34Z</dc:date>
    </item>
  </channel>
</rss>

