* Беляев Анатолий Анатольевич 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


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

Reply via email to