[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Linking problem with libtelnetd
- Date: Mon, 15 Sep 2008 09:37:01 -0400
- From: gds at chartertn.net (Gene Smith)
- Subject: Linking problem with libtelnetd
Thomas Doerfler (nt) wrote:
>
> I may be wrong, but I think you specify the path where ld should look
> for libraries, but this does not mean that it will pull in any library
> it finds there. AFAIK you really must add a "-ltelnetd" to tell ld to
> look into ../../../../../virtex/lib/libtenetd.a.
>
> wkr,
> Thomas.
>
Also, -ltelnetd needs to last (or after things that use it) on the final
link command line.