>>>>> Albert Chin writes: Albert> On Mon, Oct 25, 2004 at 10:19:55AM -0400, David Edelsohn wrote: >> GCC collect2 searches for library file extension ".a" first, then >> looks for library file extension ".so". Albert> How do I get it to prefer ".so"? Change collect2.c libext array. One could change it for all situations or depend on -brtl. David