[Novalug] any "pp" experience out there?

Brander Snaxe brandon20va@yahoo.com
Thu Sep 12 06:49:46 EDT 2013


While I have never heard of pp, this sounds like a static/dynamic library issue at first glance. <br/><br/>If you do 'ldd' on a.out, what does it show on each machine?<br/><br/>If there is a missing shared lib, this could cause issues. There seems to be a way to 'statically link' with pp using:<br/><br/>-l, --link=FILE|LIBRARY<br/>Add the given shared library (a.k.a. shared object or DLL) into the packed file. Also accepts names under library paths; i.e. -l ncurses means the same thing as -l libncurses.so or -l /usr/local/lib/libncurses.so in most Unixes. May be specified multiple times.<br/><br/>Also, is the architecture for each target the same? None of these are Windows are they?<br/><br/>Sent from Yahoo! Mail for iPhone
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.firemountain.net/pipermail/novalug/attachments/20130912/c2e4576f/attachment.htm>


More information about the Novalug mailing list