Re: Allbase and shared libraries

From: Dennis Handly (dhandly_at_cup.hp.com)
Date: 12/20/03

  • Next message: Ted Fiedler: "J5600 and Large Drives"
    Date: 19 Dec 2003 22:27:09 -0700
    
    

    Chris Breemer (chris_breemer@nl.compuware.com) wrote:
    : It's a compiled ESQL/C source so I need to link it with -lsql.

    You don't absolutely need to link it with -lsql provided you require
    every user of your shared lib to link their executable with -lsql and
    add the appropriate -u options to include what you need.
    Or use -Wl,-Fl,/path-to-lib/libsql.a to include everything.

    : I've logged call with HP to see if they might
    : have a shared (PIC) version of the libsql.a.

    Or better yet, is there a libsql.sl that you can use?


  • Next message: Ted Fiedler: "J5600 and Large Drives"