ソースからコンパイルすると、間違ったバージョンがビルドされます。

ソースからコンパイルすると、間違ったバージョンがビルドされます。

今は少し混乱しています。 Ubuntu 14.04でlibtiff-toolsバージョン4.0.6をコンパイルしようとしていますが、リポジトリで利用可能な同じバージョン(4.0.6ではなく4.0.3)をコンパイルしてインストールし続けます。バージョン4.0.6のソースコードを以下からダウンロードしました。https://launchpad.net/ubuntu/+source/tiff/4.0.6-1

libtiff-toolsがインストールされていないシステムからソースコードをダウンロードして解凍します。

# ./configure
[bunch of messages]
Libtiff is now configured for x86_64-unknown-linux-gnu

Installation directory:             /usr/local
Documentation directory:            ${prefix}/share/doc/tiff-4.0.6
C compiler:                         gcc -g -O2 -Wall -W
C++ compiler:                       g++ -g -O2
Enable runtime linker paths:        no
Enable linker symbol versioning:    no
Support Microsoft Document Imaging: yes
Use win32 IO:                       no

Support for internal codecs:
CCITT Group 3 & 4 algorithms:       yes
Macintosh PackBits algorithm:       yes
LZW algorithm:                      yes
ThunderScan 4-bit RLE algorithm:    yes
NeXT 2-bit RLE algorithm:           yes
LogLuv high dynamic range encoding: yes

Support for external codecs:
ZLIB support:                       no
Pixar log-format algorithm:         no
JPEG support:                       no
Old JPEG support:                   no
JPEG 8/12 bit dual mode:            no
ISO JBIG support:                   no
LZMA2 support:                      no

C++ support:                        yes

OpenGL support:                     no

いいですね。一部のアイテムのサポートがありません。しかし、次のステップに進みます。

make
[more messages]

make install
[more messages]

それから私が電話したとき:

/usr/local/bin/tiff2pdf

私は得る:

LIBTIFF, Version 4.0.3
Copyright (c) 1988-1996 Sam Leffler
Copyright (c) 1991-1996 Silicon Graphics, Inc.

何を提供しますか?

ベストアンサー1

おすすめ記事