From owner-freebsd-hackers Fri Sep 19 03:38:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA02386 for hackers-outgoing; Fri, 19 Sep 1997 03:38:04 -0700 (PDT) Received: from wired.ctech.ac.za (wired.ctech.ac.za [155.238.4.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA02379 for ; Fri, 19 Sep 1997 03:37:54 -0700 (PDT) Received: from wired.ctech.ac.za (localhost [127.0.0.1]) by wired.ctech.ac.za (8.8.5/8.8.5) with SMTP id MAA03328 for ; Fri, 19 Sep 1997 12:37:26 +0200 (SAT) Message-ID: <342255E5.41C67EA6@wired.ctech.ac.za> Date: Fri, 19 Sep 1997 12:37:26 +0200 From: Jacques Hugo X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: hackers@FreeBSD.ORG Subject: BSD and crypto Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi there ... How can I get reference to the ftime(struct *tp) function without getting the Undefined symbol `_ftime' referenced from text segment error msg. I like to get access to the millitm field from the timeb structure. Am I screwing up with a library I'm not linking it with? Thanks for the help, guys. -Jacques