Re: install .so library on aix

2007-11-06 Thread Ralf Wildenhues
* Беляев Анатолий Анатольевич wrote on Tue, Nov 06, 2007 at 01:30:11PM CET: > I need run time linking for library and > I already use this flag for LDFLAGS but it doesn't help. > There are compiling and gmake install log from my AIX > Any other ideas about it? [...] > /bin/sh ../libtool --tag=C

Re: install .so library on aix

2007-11-06 Thread Беляев Анатолий Анатольевич
Hi. Thanks a lot for you help. I need run time linking for library and I already use this flag for LDFLAGS but it doesn't help. There are compiling and gmake install log from my AIX Any other ideas about it? Compiling: Making all in CSP/samples/stunnel gmake[2]: Entering directory `/host_home

Re: install .so library on aix

2007-10-29 Thread Ralf Wildenhues
Hello, * [EMAIL PROTECTED] wrote on Mon, Oct 29, 2007 at 01:23:54PM CET: > Hi, > I manage to build .so shared library on aix using libtool. But I have > problem > with installing it using gmake install. Libtool install two files. > One is .a and second is .la(wich is actualy the libtool script)