On Thu, 2 Mar 2006, Rod wrote: > what are the libp***.a files for? These are units compiled with smartlinking. If you use the smartlinking feature, then the .a files are used instead of the .o files. Takes longer to link, but the resulting binaries are smaller. Michael.