Date: Thu, 11 Apr 1996 23:00:28 GMT From: James Raynard <jraynard@dial.pipex.com> To: terry@lambert.org Cc: brian@mediacity.com, terry@lambert.org, freebsd-questions@freebsd.org Subject: Re: Undefined symbol "_cfree" called from tgif:tgif at 0xf40ec Message-ID: <199604112300.XAA01383@dial.pipex.com> In-Reply-To: <199604100846.BAA01184@phaeton.artisoft.com> (message from Terry Lambert on Wed, 10 Apr 1996 01:46:32 -0700 (MST))
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> Terry Lambert <terry@lambert.org> writes: > > > > Did you get the libc.so.3.0 to go with it? > > > > brian@apt>ls -l /usr/lib/libc.* > > -r--r--r-- 1 bin bin 492486 Mar 4 20:04 /usr/lib/libc.a > > -r--r--r-- 1 bin bin 403106 Jul 3 1994 /usr/lib/libc.so.1.1 > > -r--r--r-- 1 bin bin 435405 Jan 24 19:00 /usr/lib/libc.so.2.2 > > -r--r--r-- 1 bin bin 434819 Mar 4 20:04 /usr/lib/libc.so.3.0 > > > > Should I delete the older ones? > > Depends. Do you have any code that was compiled on a 1.x or 2.x > system that you still want to run? 8-). Hmm... A little experimenting with nm and grep shows that cfree is defined in libc.so.1.1 but not 2.2 (I don't have 3.0). It's also defined in libcompat.a, BTW. James
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604112300.XAA01383>