LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

Options: Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Parts/Attachments: text/plain (26 lines)
Print Reply
Mime-Version:
1.0
Sender:
LISTSERV give-and-take forum <[log in to unmask]>
Date:
Fri, 14 Jun 2002 14:48:24 -0400
Reply-To:
LISTSERV give-and-take forum <[log in to unmask]>
Subject:
From:
Valdis Kletnieks <[log in to unmask]>
In-Reply-To:
Your message of "Fri, 14 Jun 2002 11:12:20 EDT." <p05111a03b92fb6c98550@[172.25.31.90]>
Content-Type:
text/plain; charset=us-ascii
Comments:
To: Bill Verity <[log in to unmask]> To: [log in to unmask]
On Fri, 14 Jun 2002 11:12:20 EDT, Bill Verity <[log in to unmask]>  said:

> However, an up-to-date lsv module is already supplied, so nothing happens.
> Since I wanted my our libraries linked, I did the following command, which is
> discussed under data base support. (We don't use any DBMS.)

> mv lsv lsv.lsoft
> cc -o lsv lsv.o no*.o
>
> Does this make sense?

No.

A quick 'dump -H lsv' of the LSoft-supplied binary shows it with a reference
to a shared copy of libc.a - so it will automatically use the current system
libc.a, no linking required.

If you re-link it with that command line, you'll still end up with one reference
to the system libc.a.

If in fact you wanted to link in your own libraries (for example, to link
in the BIND name resolver instead of the IBM one), you'd have to provide
appropriate -l flags ("-lbind", etc) and possibly -L flags as well

/Valdis (who is admittedly confoozled as to what you're trying to do)

ATOM RSS1 RSS2