On Thu, Sep 27, 2012 at 1:08 PM, Jonathan Wakely <jwakely.gcc@xxxxxxxxx> wrote: > On 27 September 2012 21:04, Dan Hitt wrote: >> >> I was not able to use the -l abbreviation > > Why not? It didn't resolve the reference. To be really specific here (except that i have to suppress some of the dozens of characters in the command), the command generated was: gcc-4.6 -Wl,--whole-archive,-lX11,--no-whole-archive [[[other stuff deleted]]] And that command gives the same result as just putting -lX11 first (as opposed to putting it last, which resolves everything). (It may be that the -l option somehow signifies *.so these days? Because it certainly gives a much smaller executable when it works, and i had to use the *.a forms with --whole-archive in order to make it work?) dan