[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Copying shared lib files



Hi Ben,

This is a  bad idea.  Unless the systems are virtually identical (same
versions of gcc, same processor architecture, same kernel, same system
layout) just to name a few, you WILL have problems with the libraries
after they've been copied over, though less problems are likely to
spring up if you linked them statically.

As a former Redhat user, I can attest to similar computers having a
same-versioned RH distro and still generating incompatible libraries.

~A

On 3/13/07, Ben Tay <zonexo@xxxxxxxxx> wrote:
Hi,

I've compiled PETSc on my school's server and I wonder if I can simply copy
the compiled shared library/include files to my home comp's linux. Both uses
redhat.

Is there anything else I have to take care?

Thank you