From owner-freebsd-questions Sun Jan 26 13:27:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA25219 for questions-outgoing; Sun, 26 Jan 1997 13:27:22 -0800 (PST) Received: from linet02.li.net (root@linet02.li.net [199.171.6.12]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA25178 for ; Sun, 26 Jan 1997 13:26:54 -0800 (PST) Received: from cyko.crazy.net (jwc.li.net [199.173.75.57]) by linet02.li.net (8.6.12/8.6.6) with SMTP id QAA09282 for ; Sun, 26 Jan 1997 16:26:48 -0500 Message-ID: <32EB936E.3F54BC7E@li.net> Date: Sun, 26 Jan 1997 12:25:02 -0500 From: "John W. Carbone" Reply-To: jwc@li.net X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.1.0-RELEASE i386) MIME-Version: 1.0 Newsgroups: comp.unix.bsd.freebsd.misc To: freebsd-questions@FreeBSD.ORG Subject: Sybase CTLib for Linux on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk When trying to compile one of the sample programs for CT-Lib, I get the following undefined symbols: Undefined symbol `__IO_stderr_' referenced from text segment Undefined symbol `__IO_stdout_' referenced from text segment Undefined symbol `___ctype_b' referenced from text segment Undefined symbol `___overflow' referenced from text segment I'm hoping that since Linux uses IBCS2, I'll be able to write Sybase client for FreeBSD using these libraries by mapping the symbols to FreeBSD counterparts or by supplying equivalent the functionality for the missing symbols. Any help would be greatly appreciated in filling in the gaps. Thank you, John