shared lib names

Zeugswetter Andreas <andreas.zeugswetter@telecom.at>

From: Zeugswetter Andreas IZ5 <Andreas.Zeugswetter@telecom.at>
To: "'hackers@postgresql.org'" <hackers@postgresql.org>
Date: 1999-07-16T15:19:17Z
Lists: pgsql-hackers
Why are our shared libs called e.g. ecpg.so and not libecpg.so ?
This seems strange to me, and it also complicates the link, 
since now I cannot say -lecpg and decide whether to link static or shared
with the corresponding linker flag (-bnso or -brtl on AIX)

Andreas