From owner-freebsd-multimedia Sat Sep 21 20:48:13 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA02507 for multimedia-outgoing; Sat, 21 Sep 1996 20:48:13 -0700 (PDT) Received: from mail3.microsoft.com (mail3.microsoft.com [131.107.3.23]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id UAA02476 for ; Sat, 21 Sep 1996 20:48:09 -0700 (PDT) Received: by mail3.microsoft.com with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.993.5) id <01BBA7FE.4B76F6C0@mail3.microsoft.com>; Sat, 21 Sep 1996 20:48:51 -0700 Message-ID: From: Thomas Pfenning To: "'Amancio Hasty'" , "'Kim Culhan'" Cc: "'multimedia@freebsd.org'" Subject: RE: vic-2.8 Date: Sat, 21 Sep 1996 20:47:11 -0700 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.993.5 Encoding: 44 TEXT Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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 >> >> > >