Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: aus9 on March 15, 2013, 04:19:50 AM

Title: [SOLVED]build script ---do I need tce.installed for libtool?
Post by: aus9 on March 15, 2013, 04:19:50 AM
Hi

I am building qpdf, which will be a build depend to the new cups-filters

it says after I made the build go to tmp as per wiki
eg    make DESTDIR=/tmp/$Q install

Code: [Select]
libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
(waffle)
Libraries have been installed in:
   /tmp/qpdf/usr/local/lib

Do I need a tce.installed script or  will TC auto magically rebuild when a new lib appears in usr/local/lib?

thanks for reading
Title: Re: [SOLVED]build script ---do I need tce.installed for libtool?
Post by: aus9 on March 15, 2013, 07:40:45 PM
well I built it without a tce installed script

and running

Code: [Select]
qpdf --show-encryption  qpdf-manual.pdf
File is not encrypted

so I guess I am safe for now