Howdie folks:
If I already have shared libraries available for clipper, mmdb, ssm,
cctbx and so forth, is it possible to get ccp4's configure to find
these and then to build using these rather than recompiling identical
or in some cases slightly older versions?
Thanks.
Bill Scott
If the binaries are built dynamically, couldn't you just remove the
ccp4-libraries after everything is built? Provided that the API of your
system libraries is consistent with the ccp4-provided ones.
Tim
--
Tim Gruene
Institut fuer anorganische Chemie
Tammannstr. 4
D-37077 Goettingen
GPG Key
Yes, but my motive is to save time by not building the same stuff twice.
I'll hack on it for awhile.
Thanks.
Bill
On Sep 21, 2008, at 12:16 PM, Tim Gruene wrote:
If the binaries are built dynamically, couldn't you just remove the
ccp4-libraries after everything is built? Provided that the
Hi,
i am trying to upgrade to latest version of coot via fink. but it fails
after a while and give me the following error message.
libtool: link: cannot find the library `/sw/lib/libpangoxft-1.0.la'
make[1]: *** [coot-real] Error 1
make: *** [all-recursive] Error 1
### execution of /var/tmp/tmp.2.
Hi Azmiri:
I'm assuming you have pango1-xft2-ft219-dev installed, since the
build-depends should have this listed.
Try
fink reinstall pango1-xft2-ft219-dev
Then could you verify that line 168 of the info file still reads
LDFLAGS="-Wl,-dylib_file,%p/lib/libsfftw.2.0.7.dylib:%p/lib/libsrff
If this remains problematic, there are other options to avoid compiling:
http://tinyurl.com/coot-on-osx
On Sep 21, 2008, at 6:06 PM, William G. Scott wrote:
Hi Azmiri:
I'm assuming you have pango1-xft2-ft219-dev installed, since the
build-depends should have this listed.
Try
fink rein