From owner-freebsd-questions Fri Feb 16 00:53:34 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA20458 for questions-outgoing; Fri, 16 Feb 1996 00:53:34 -0800 (PST) Received: from sable.nus.sg (sable.nus.sg [137.132.1.21]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA20122 for ; Fri, 16 Feb 1996 00:44:45 -0800 (PST) Received: from leonis.nus.sg (leonis.nus.sg [137.132.1.18]) by sable.nus.sg (8.6.10/8.6.9) with ESMTP id QAA27562 for ; Fri, 16 Feb 1996 16:43:43 +0800 Received: (from eng30219@localhost) by leonis.nus.sg (8.6.10/8.6.9/CNS-3.5) id QAA01072 for questions@freebsd.org; Fri, 16 Feb 1996 16:43:41 +0800 Message-Id: <199602160843.QAA01072@leonis.nus.sg> Subject: no __DYNAMIC? To: questions@freebsd.org Date: Fri, 16 Feb 1996 16:43:37 +0800 (SST) From: "Gong Wei" X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-questions@freebsd.org Precedence: bulk While compiling a program I got an error message which says it cannot find "__DYNAMIC". This should be a module/function from a library file. I think my system should have it. The only problem is where is it? I have run 'ar -t ????.a | grep __ ' in all lib directory, cannot find it. But that command can only check static link library, I guess. So what should I do next? Or maybe I have missed some libraries? My FreeBSD is release 2.1.0, full installation except X source. Thanks for your attention! Gong Wei