Howdy all!

I have a library which builds well with most compilers and platforms
I'm testing on, there is a problem with shared library build with the
intel compiler.

I specify --enable-shared, and the build succeeds, but no shared
library (that is, .so) file seems to be installed. I get a .a file,
but no .so file.

Am I missing something, or is this not producing a shared library?

Thanks!

Ed

make[3]: Entering directory
`/local/netcdf/n3_sellers/netcdf-3.6.3-snapshot2008050420/libsrc'
test -z
"/local/netcdf/n3_sellers/netcdf-3.6.3-snapshot2008050420/install/lib"
|| /bin/mkdir -p
"/local/netcdf/n3_sellers/netcdf-3.6.3-snapshot2008050420/install/lib"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'libnetcdf.la'
 
'/local/netcdf/n3_sellers/netcdf-3.6.3-snapshot2008050420/install/lib/libnetcdf.la'
libtool: install: /usr/bin/install -c .libs/libnetcdf.lai
/local/netcdf/n3_sellers/netcdf-3.6.3-snapshot2008050420/install/lib/libnetcdf.la
libtool: install: /usr/bin/install -c .libs/libnetcdf.a
/local/netcdf/n3_sellers/netcdf-3.6.3-snapshot2008050420/install/lib/libnetcdf.a
libtool: install: chmod 644
/local/netcdf/n3_sellers/netcdf-3.6.3-snapshot2008050420/install/lib/libnetcdf.a
libtool: install: ranlib
/local/netcdf/n3_sellers/netcdf-3.6.3-snapshot2008050420/install/lib/libnetcdf.a
libtool: finish:
PATH="/opt/intel/cce/10.1.015/bin:/usr/local/bin:/usr/bin:/bin:/opt/gnu/bin:/usr/sbin:/sbin:/opt/bin:/sbin:/usr/kerberos/bin:/usr/X11R6/bin:/opt/absoft10.0/bin:/home/ed/local_first/sellers/bin:/home/ed/local/sellers/bin:/sbin"
ldconfig -n
/local/netcdf/n3_sellers/netcdf-3.6.3-snapshot2008050420/install/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /local/netcdf/n3_sellers/netcdf-3.6.3-snapshot2008050420/install/lib

-- 
Ed Hartnett  -- [EMAIL PROTECTED]


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to