Files
w3m/doc-jp/README.hp
2001-11-08 05:14:08 +00:00

29 lines
884 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

HP-UX で w3m をコンパイルする場合の注意
PA-RISC 2.0 で HP-UX 11.x を動かしている場合,以下のパッチ
を gc ライブラリに当ててやる必要があります.このパッチは,
Dave Eaton <dwe@arde.com> によるものです.
HP の C コンパイラ(gccでなく)でコンパイルする場合,
configure の
Input your favorite C-compiler.
(Default: cc)
cc -Aa -D_HPUX_SOURCE と答えてくださいcc
だけだとコンパイルが通りませんgcc なら普通に
通りますが,バージョン古めの場合は -g を付けな
いでください.
----------------------------------------------------------------------
--- w3m/gc/gcconfig.h.original Wed May 19 01:38:55 1999
+++ w3m/gc/gcconfig.h Tue Jun 8 12:38:22 1999
@@ -125,6 +125,7 @@
# define mach_type_known
# endif
# if defined(_PA_RISC1_0) || defined(_PA_RISC1_1) \
+ || defined(_PA_RISC2_0) \
|| defined(hppa) || defined(__hppa__)
# define HP_PA
# define mach_type_known