[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Copying shared lib files
- To: petsc-users@xxxxxxxxxxx
- Subject: Re: Copying shared lib files
- From: "Aron Ahmadia" <aja2111@xxxxxxxxxxxx>
- Date: Tue, 13 Mar 2007 08:06:50 -0400
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=j0eCQ83KWXNmo6ZSJLY93ndE35bUQlOb4rRwDftDTSG4I09pNWGfXlmTffVgT9jKXcW4tpsBeRs+n5DPMe73KFetqxqNEM8Jc79WUOSVH8v+limXoEmKIdE6Z1DDIEzkWzF6eeQhgkM5jIJ8fjah0VsJEU9q8KdkJWfnPC8cTxU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=pr/A1f0X+DO5ve95Vsf3c1nkOjKMo+pkd9P00G3ovv8c0ltwrw6srF3dvNYQ/Kf7l+AQS7c/nYM1YZi+k+V4aQvGpjwUMopJonRgVQ9ISfcMrFgqlsaFeLap97a7JK1jBeWyMSKzyXnbLUWIQ35uArz/DR9O9iUaTAyahzw0F/g=
- In-reply-to: <804ab5d40703130451v3b086896ie37772f45338b377@mail.gmail.com>
- References: <804ab5d40703130451v3b086896ie37772f45338b377@mail.gmail.com>
- Reply-to: petsc-users@xxxxxxxxxxx
- Sender: owner-petsc-users@xxxxxxxxxxx
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