From owner-freebsd-questions Sun Dec 1 06:56:48 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA16911 for questions-outgoing; Sun, 1 Dec 1996 06:56:48 -0800 (PST) Received: from werty.wasantara.net.id ([202.159.71.178]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA16857; Sun, 1 Dec 1996 06:54:18 -0800 (PST) Received: from shuttle.wasantara.net.id (la7bdg.wasantara.net.id [202.159.69.61]) by werty.wasantara.net.id (8.6.11/8.6.9) with SMTP id VAA01074; Sun, 1 Dec 1996 21:53:35 +0700 Date: Sun, 1 Dec 1996 21:53:35 +0700 Message-Id: <199612011453.VAA01074@werty.wasantara.net.id> X-Sender: eka@werty.wasantara.net.id (Unverified) X-Mailer: Windows Eudora Pro Version 2.1.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-hackers@freebsd.org From: Eka Kelana Subject: xview error ?!?! Cc: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi... I got several error messages like this when compiling my xview program: ... undefined symbol '_cfree' referenced from text segment ... Well, I believe it happened because the FreeBSD standard library doesn't provide any cfree() function. In my program, I could change cfree() function with another similar function, free(), which releases the memory allocated by calloc() function. But the last thing left is, the same error happened because the cfree() funtion is referenced from xview library (libXview.so.3.2). I couldn't work it off because the lack of the source code. Is there anybody here who can help me? -Eka K.-