Hello libtool developers, I am rather new to libtool, but I am trying to get it to work better on AIX, as it is severly busted on this platform. I am trying to set it up to do proper run time linking. To do this, shared libraries need to be linked with the "-G" flag (so far pretty easy), but programs that use these libraries need to be linked with a different flag "-brtl" (this is the harder part). So my question is: is there an an easy way to tell the build environment to use one flag when linking a shared library, but a different one when linking a program? Thanks Dan McNichol IBM Austin, Texas