Skip site navigation (1)Skip section navigation (2)
Date:         Sat, 21 Sep 96 18:36 PDT
From:      Denis DeLaRoca (310) 825-4580        <CSP1DWD@MVS.OAC.UCLA.EDU>
To:        Kim Culhan <kimc@W8HD.ORG>
Cc:        multimedia@FREEBSD.ORG
Subject:   Re: Re: vic-2.8
Message-ID:  <199609220136.SAA27992@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
On Sat, 21 Sep 1996 20:31:45 -0400 EDT,
   Kim Culhan <kimc@W8HD.ORG> said:
> >
> > I think "-lld", from my Makefile
> >
> >       LIB = $(LIB_GRABBER) /usr/local/lib/libtk4.1.a \
> >             /usr/local/lib/libtcl7.5.a -lX11 -lld -lm
>
> Thanks for the reply, I can't seem to find that library, does this
> depend on installing an additional package?

Ooops, that was for AIX 4.1.4, sorry!  Here's the LIB settings for
FreeBSD that worked for me on my 2.2-current system:

  LIB = $(LIB_GRABBER) -L/usr/local/lib -ltk4.1 \
        -L/usr/local/lib -ltcl7.5 \
        -L/usr/X11R6/lib -lXext -lX11  -lm

-- Denis




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609220136.SAA27992>