libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: install .so library on aix


From: Ralf Wildenhues
Subject: Re: install .so library on aix
Date: Tue, 6 Nov 2007 19:04:58 +0100
User-agent: Mutt/1.5.17 (2007-11-04)

* Беляев Анатолий Анатольевич 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=CC   --mode=link cc -qlanglvl=extc89 
> -qlanglvl=extc99  
> -g -avoid-version ./../../../SSP/libssp.la -lpam -Wl, -brtl -o libstunnel.la 
> -rpath /usr/CPROcsp/lib env.lo

Is this a typo that there is a space between -Wl, and -brtl?
There should not be.

Please write it exactly like this:
  ./configure LDFLAGS=-Wl,-brtl
  make clean all install

Do not just use -Wl,-brtl at `make' time, it has to already be used at
configure time.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]