Tom St Denis wrote: > Mike McTernan wrote: > > Hi, > > > > I'm trying to wrap the functions in a library and having some problems > > when static linking with GNU ld version 2.17. <snip> > > Are there any pointers or ideas as to how I can get this working? > > > > Don't you normally run ranlib on the .a to build an index table first? I thought ranlib was just a speed thing, rather than performing any sort of linking which is what I'm after here. Mike