Thread

  1. shared lib names

    Zeugswetter Andreas <andreas.zeugswetter@telecom.at> — 1999-07-16T15:19:17Z

    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