How to package pre-compiled libs

Archives Forums/Linux Discussion/How to package pre-compiled libs

Brucey(Posted 2006) [#1]
In looking at a GTK GL widget to use for the GTK module, I find myself with a set of shared objects in my /usr/local/lib folder that would be required to use gtkglext.

I could easily tar.gz these up, but they would need to be untarred into the correct folder on any machine that required their use.

Is there an easy way to do this?


Kernle 32DLL_2(Posted 2006) [#2]
hm, why don't you create dynamic links with a little perl script for example? I hope i understood the question....