bug-texinfo
[Top][All Lists]
Advanced

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

Re: HP-UX 11 build issues with texinfo 5.0


From: Richard Lloyd
Subject: Re: HP-UX 11 build issues with texinfo 5.0
Date: Tue, 19 Feb 2013 15:56:41 +0000 (GMT)

Here's some answers to the questions raised by my HP-UX 11 issues with
texinfo 5.0:

* The compiler I'm using is HP's optional ANSI C (located as /opt/ansic/bin/cc)
  with a revision number of B.11.11.20 (PA-RISC) or A.06.26 (Itanium).
  The __HP_cc macro therefore returns 111120 (PA-RISC) or 62600 (Itanium). 

* If I omit the gnulib/lib/xalloc.h change I suggested, I get this sort of
  error message when compiling/linking makedoc:

cc  -O -I/usr/local/include  -Wl,+b -Wl,/usr/local/lib/hpux32 
-L/usr/local/lib/hpux32 -o makedoc makedoc.o ../gnulib/lib/libgnu.a -lncurses 
/usr/local/lib/hpux32/libintl.so /usr/local/lib/hpux32/libiconv.so -Wl,+b 
-Wl,/usr/local/lib/hpux32 
ld: Duplicate symbol "xnmalloc" in files makedoc.o and 
../gnulib/lib/libgnu.a[xmalloc.o]
ld: Duplicate symbol "xnrealloc" in files makedoc.o and 
../gnulib/lib/libgnu.a[xmalloc.o]
ld: Duplicate symbol "xcharalloc" in files makedoc.o and 
../gnulib/lib/libgnu.a[xmalloc.o]
ld: Duplicate symbol "xnmalloc" in files makedoc.o and 
../gnulib/lib/libgnu.a[xalloc-die.o]
ld: Duplicate symbol "xnrealloc" in files makedoc.o and 
../gnulib/lib/libgnu.a[xalloc-die.o]
ld: Duplicate symbol "xcharalloc" in files makedoc.o and 
../gnulib/lib/libgnu.a[xalloc-die.o]
6 errors.

   This is because the functions have been declared globally in more than
   one source file and it's why I suggested static compilation of the
   function instead.

* HP-UX 11's diff doesn't support -u, but does support -c if you wanted to
  include that flag instead of -u. I've attached a patch showing the removal
  of GNU diff-only flags from various test scripts.

Richard K. Lloyd,           E-mail: address@hidden
Connect Internet Solutions,    WWW: http://www.connectinternetsolutions.com/
4th Floor, New Barratt House,
47, North John Street,
Liverpool,
Merseyside, UK. L2 6SG



-- 
This e-mail (and any attachments) is private and confidential. If you have 
received it in error, please notify the sender immediately and delete it 
from your system. Do not use, copy or disclose the information in any way 
nor act in reliance on it.

Any views expressed in this message are those of the individual sender,
except where the sender specifically states them to be the views of Connect
Internet Solutions Ltd. This e-mail and any attachments are believed to be
virus free but it is the recipient's responsibility to ensure that they are.

Connect Internet Solutions Ltd
(A company registered in England No: 04424350)
Registered Office: 4th Floor, New Barratt House, 47 North John Street,
Liverpool, L2 6SG
Telephone: +44 (0) 151 282 4321
Fax: +44 (0) 151 282 4322
VAT registration number: 758 2838 85

Attachment: diff_patch.txt
Description: diff output text


reply via email to

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