sybperl-l Archive
Up Prev Next
From: mpeppler at itf dot ch (Michael Peppler)
Subject: Re: What are dl and tli libraries?
Date: Jan 8 1996 5:04PM
> I get two errors in the creation of the Makefile for the CTLib portion of
> the code:
>
> No library found for -ltli and No library found for -ldl
>
> My guess is that on HPUX the dl should really be dld, that's the dynamic
> loader; is that correct, or am I missing a piece?
You're probably correct... Try changing the -ldl to -ldld and see what
happens...
>
> I don't have a clue as to what "tli" is or where I get it. . .is that a
> Sybase thing or an HP thing. . .what does it do? Can I get by without it?
You probably don't need it. I know I don't have it here (SunOS 4.x)
either.
Michael
|