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

next in thread | raw e-mail | index | archive | help
On Sat, 21 Sep 1996 19:08:16 -0400 EDT,
   Kim Culhan <kimc@W8HD.ORG> said:
>
> I'm having trouble compiling vic-2.8:
>
> tclLoadDl2.o: Undefined symbol `_dlopen' referenced from text segment
> tclLoadDl2.o: Undefined symbol `_dlsym' referenced from text segment
> tclLoadDl2.o: Undefined symbol `_dlsym' referenced from text segment
> tclLoadDl2.o: Undefined symbol `_dlerror' referenced from text segment
>
> Any info on which lib it is missing is greatly appreciated.

I think "-lld", from my Makefile

      LIB = $(LIB_GRABBER) /usr/local/lib/libtk4.1.a \
            /usr/local/lib/libtcl7.5.a -lX11 -lld -lm

-- Denis




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