RSS구독하기:SUBSCRIBE TO RSS FEED
즐겨찾기추가:ADD FAVORITE
글쓰기:POST
관리자:ADMINISTRATOR
'Jpegsrc 64bit'에 해당되는 글 1
2009.07.24  Jpegsrc 64bit에 설치하기  
기본적으로 Jpegsrc는 32bit 운영체제에는 별 문제 없이 인스톨이 된다.
하지만 64bit 운영체제에는 설치가 안되고 오류 메세지가 뜸을 확인하였다.


오류내용)
./libtool --mode=compile gcc -O2  -I. -c ./jcapimin.c
make: ./libtool: 명령을 찾지 못했음
make: *** [jcapimin.lo] 오류 127

해결법)
뭐 이정도의 원문은 쉽게 읽을 수 있으리라.(...귀찮아서..)

Jpegsrc 64
From Noah.org
Jump to: navigation, search
[edit]How to build jpegsrc.v6b on 64-bit Linux machines
jpegsrc is no longer maintained and has not been updated since the Clinton administration. This is odd considering how critical this library is to so many applications.

If you are trying to build on a 64-bit Linux machine you will probably get this error during the ./configure step:

checking host system type... Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized
The fix is simple -- just copy '/usr/share/libtool/config.guess' and '/usr/share/libtool/config.sub' to the same directory as the jpeg-6b ./configure script. You can also copy from from /usr/share/automake-1.9/.

cp /usr/share/libtool/config.guess .
cp /usr/share/libtool/config.sub .
./configure --enable-shared --enable-static
One site suggests that you also need tell the jpegsrc build where the 64-bit libdir is located:

make libdir=/usr/lib64
make libdir=/usr/lib64 install
That will change the directory where 'make install' puts the libjpeg library files, but you may not want that if you are installing libjpeg to a custom path (in other words, if you used the --prefix option for configure).

Retrieved from "https://www.noah.org/wiki/index.php/Jpegsrc_64"
Category: Engineering
Trackback
Reply
우주곰:지구곰이 아닙니다.
지구곰이 아닙니다.
Categories (190)
Information (5)
About uzoogom (5)
My Advanced Linux (73)
Learning Linux (96)
OperatingSystem (5)
Databases (4)
OpenSource (1)
Tips! (1)
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31