Hi,

these are still shared libraries - just that they don't want to load
any other shared library. Have a look at

  % file libccp4c.so libccp4c.a
  % ldd libccp4c.so libccp4c.a

to compare static library (*.a) and shared one (*.so). You'll see the
difference. So everything is fine and as expected.

Cheers

Clemens


On Thu, Feb 26, 2009 at 12:26:23PM +0100, Justin Lecher wrote:
> Hi all,
> 
> hopefully reaches some devs who can help me.
> 
> I try to build shared libs for ccp4 using the configure command
> 
> ./configure \
>                 --onlylibs \
>                 --with-shared-libs \
>                 --with-fftw=/usr \
>                 --with-warnings \
>                 --disable-cctbx \
>                 --tmpdir="${TMPDIR}" \
>               linux
> 
> This should build the libs as shared libs and not statically linked. Am
> I right?
> But what I see is following
> 
> $ ldd libccp4c.so
>       statically linked
> 
> $ ldd libccp4f.so
>       statically linked
> 
> ...
> 
> Am I doing something wrong or is this a build system problem? I attach
> the full build.log
> 
> Thanks,
> 
> justin
> 
> 
> 
> 
> -- 
> Justin Lecher
> Institute for  Neuroscience and Biophysics
> INB 2 - Molecular Biophysics II
> Research centre Juelich GmbH,
> 52425 Juelich,Germany
> phone: +49 2461 61 5385

-- 

***************************************************************
* Clemens Vonrhein, Ph.D.     vonrhein AT GlobalPhasing DOT com
*
*  Global Phasing Ltd.
*  Sheraton House, Castle Park 
*  Cambridge CB3 0AX, UK
*--------------------------------------------------------------
* BUSTER Development Group      (http://www.globalphasing.com)
***************************************************************

Reply via email to