Problems building on HP-UX 11.31/IA

Albert Chin gmp-bugs at mlists.thewrittenword.com
Sat Aug 24 00:39:35 CEST 2013


(Accidentally sent to gmp-devel).

I tried building gmp-5.1.2 on HP-UX 11.31/IA and ran into a problem:
  $ tar Jxf gmp-5.1.2.tar.xz
  $ cd gmp-5.1.2
  gmp-5.1.2$ ./configure M4=/opt/fsw/m414/bin/gm4 --enable-cxx
  ...
    Version:           GNU MP 5.1.2
    Host type:         itanium2-hp-hpux11.31
    ABI:               32
    Install prefix:    /usr/local
    Compiler:          cc
    Static libraries:  yes
    Shared libraries:  yes
  gmp-5.1.2$ gmake
  ...
  /opt/fsw/m414/bin/gm4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_n -DPIC add_n.asm >tmp-add_n.s
   cc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n +O3 tmp-add_n.s +Z -DPIC -o .libs/add_n.o
  tmp-add_n.s:116: error 4032: must be in a bundle
  tmp-add_n.s:147: error 4032: must be in a bundle
  tmp-add_n.s:151: error 4032: must be in a bundle
  tmp-add_n.s:154: error 4032: must be in a bundle
  tmp-add_n.s:158: error 4032: must be in a bundle
  tmp-add_n.s:161: error 4032: must be in a bundle
  tmp-add_n.s:165: error 4032: must be in a bundle
  tmp-add_n.s:168: error 4032: must be in a bundle
  tmp-add_n.s:172: error 4032: must be in a bundle
  tmp-add_n.s:175: error 4032: must be in a bundle
  tmp-add_n.s:181: error 4032: must be in a bundle
  tmp-add_n.s:185: error 4032: must be in a bundle
  tmp-add_n.s:187: error 4119: invalid integer constant
  tmp-add_n.s:189: error 4032: must be in a bundle
  tmp-add_n.s:193: error 4032: must be in a bundle
  tmp-add_n.s:197: error 4001: syntax error
  tmp-add_n.s:198: error 4032: must be in a bundle
  tmp-add_n.s:202: error 4032: must be in a bundle
  tmp-add_n.s:205: error 4032: must be in a bundle
  tmp-add_n.s:209: error 4032: must be in a bundle
  tmp-add_n.s:212: error 4032: must be in a bundle
  tmp-add_n.s:218: error 4032: must be in a bundle
  tmp-add_n.s:221: error 4032: must be in a bundle
  tmp-add_n.s:223: error 4119: invalid integer constant
  tmp-add_n.s:225: error 4032: must be in a bundle
  tmp-add_n.s:229: error 4032: must be in a bundle
  ...
  tmp-add_n.s:572: Too many errors
  gmake[2]: *** [add_n.lo] Error 1

-- 
albert chin (china at thewrittenword.com)


More information about the gmp-bugs mailing list