Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!news-xfer.netaxs.com!news.mathworks.com!newsfeed.internetmci.com!news.magg.net!news.bridge.net!uunet!in3.uu.net!199.171.6.16!li.net!usenet From: "John W. Carbone" <jwc@li.net> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Sybase CTLib for Linux on FreeBSD Date: Sun, 26 Jan 1997 12:25:02 -0500 Organization: LI Net (Long Island Network) Lines: 17 Message-ID: <32EB936E.3F54BC7E@li.net> Reply-To: jwc@li.net NNTP-Posting-Host: jwc.li.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.1.0-RELEASE i386) To: freebsd-questions@FreeBSD.ORG Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:34551 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