What you mention is Apple's libtool to manipulate Mach-O binary object file. What I meant was GNU libtool (shell script) to wrap platform dependent compile & linking commands. Basically its skelton is included in poppler source package and configured during running configure. Thus "/bin/sh ../libtool" error cannot be fixed by the installation of Apple's libtool.
Josh Richardson wrote: > If you're missing libtool, you probably need to install devtools from > Apple: > > http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManP > ages/man1/libtool.1.html > > On 11/2/11 1:24 AM, "suzuki toshiya" <[email protected]> wrote: > >> OK, now I have no idea. Sorry for spending your time. >> >> Regards, >> mpsuzuki >> >> Vipin Beniwal wrote: >>> After I Cd to dir test i got following >>> >>> >>> sisls-Mac-Pro:test root# /bin/sh ../libtool --tag=CXX --mode=link >>> g++ \-Wall -Wno-write-strings -Woverloaded-virtual \-Wnon-virtual-dtor >>> -Wcast-align -fno-exceptions \-fno-check-new -fno-common -g -O2 -ansi >>> \-o perf-test perf-test.o perf-test-preview-dummy.o >>> \../poppler/libpoppler.la -L/usr/local/lib \-lfontconfig -lfreetype -lz >>> -lbz2 -lz >>> /bin/sh: line 1: libtool:: command not found >>> sisls-Mac-Pro:test root# >>> >>> ________________________________________ >>> From: suzuki toshiya [[email protected]] >>> Sent: Wednesday, November 02, 2011 1:28 PM >>> To: Vipin Beniwal >>> Cc: [email protected] >>> Subject: Re: [poppler] Error in Poppler lib >>> >>> Have you executed it in the directory "test"? >>> >>> Vipin Beniwal wrote: >>>> i use this like and get >>>> >>>> sisls-Mac-Pro:poppler-0.18.1 root# /bin/sh ../libtool --tag=CXX >>>> --mode=link g++ \-Wall -Wno-write-strings -Woverloaded-virtual >>>> \-Wnon-virtual-dtor -Wcast-align -fno-exceptions \-fno-check-new >>>> -fno-common -g -O2 -ansi \-o perf-test perf-test.o >>>> perf-test-preview-dummy.o \../poppler/libpoppler.la -L/usr/local/lib >>>> \-lfontconfig -lfreetype -lz -lbz2 -lz >>>> /bin/sh: ../libtool: No such file or directory >>>> sisls-Mac-Pro:poppler-0.18.1 root# >>>> >>>> ________________________________________ >>>> From: suzuki toshiya [[email protected]] >>>> Sent: Wednesday, November 02, 2011 1:15 PM >>>> To: Vipin Beniwal >>>> Cc: [email protected] >>>> Subject: Re: [poppler] Error in Poppler lib >>>> >>>> After the failure of "make V=1", in the directory "test", >>>> if you execute as: >>>> /bin/sh ../libtool --tag=CXX --mode=link g++ \ >>>> -Wall -Wno-write-strings -Woverloaded-virtual \ >>>> -Wnon-virtual-dtor -Wcast-align -fno-exceptions \ >>>> -fno-check-new -fno-common -g -O2 -ansi \ >>>> -o perf-test perf-test.o perf-test-preview-dummy.o \ >>>> ../poppler/libpoppler.la -L/usr/local/lib \ >>>> -lfontconfig -lfreetype -lz -lbz2 -lz >>>> then what occurs? >>>> >>>> Regards, >>>> mpsuzuki >> _______________________________________________ >> poppler mailing list >> [email protected] >> http://lists.freedesktop.org/mailman/listinfo/poppler >> > _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
