Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 1996 20:47:11 -0700
From:      Thomas Pfenning <thomaspf@microsoft.com>
To:        "'Amancio Hasty'" <hasty@rah.star-gate.com>, "'Kim Culhan'" <kimc@w8hd.org>
Cc:        "'multimedia@freebsd.org'" <multimedia@freebsd.org>
Subject:   RE: vic-2.8 
Message-ID:  <c=US%a=_%p=msft%l=RED-81-MSG-960922034711Z-34891@mail3.microsoft.com>

next in thread | raw e-mail | index | archive | help
And a binary of 4Mb instead of 10.

>-----Original Message-----
>From:	Amancio Hasty [SMTP:hasty@rah.star-gate.com]
>Sent:	Saturday, September 21, 1996 8:00 PM
>To:	Kim Culhan
>Cc:	multimedia@freebsd.org
>Subject:	Re: vic-2.8 
>
>Hi,
>
>You can't generate a static binary with the way that tcl was build in
>your system. Briefly, tcl was compiled to support  loadable modules which
>means that you need dl??? functions. These functions are loaded 
>at link time and are not part of any library. 
>
>So try to compile vic as a shareable module and you will not
>get the undefined functions. The compile time option which 
>tells gcc to build a static binary is "-static".
>
>
>	Enjoy,
>	Amancio
>
>From The Desk Of Kim Culhan :
>> 
>> 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.
>> 
>> regards
>> kim
>> 
>> --
>> kimc@w8hd.org
>> 
>> 
>
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c=US%a=_%p=msft%l=RED-81-MSG-960922034711Z-34891>