Operating System - Tru64 Unix
1753269 Members
5243 Online
108792 Solutions
New Discussion

Problem with libtool creating shared libraries

 
Reinhold Fischer_1
New Member

Problem with libtool creating shared libraries

Hi!

I use Compaq Tru64 UNIX V5.1B (Rev. 2650) and have problems with building shared libraries with libtool.

libtool 1.3.5 from compaq/hp reports:
$ libtool --features
host: alphaev67-dec-osf5.1
enable shared libraries
enable static libraries

But this version of libtool is very often too old, so I cannot build some software.

I build libtool 1.5.16, but this version cannot create shared libraries:

$ libtool --features
host: alpha-dec-osf1
disable shared libraries
enable static libraries

I build it with
CC=cc ./configure
make
make install

I also tried configure --enable-shared=yes and the use of gcc but it didn't help.

Can anybody tell me, how to create libtool with enabled shared libraries?


Thank you very much.


Mit freundlichen Gr