*BSD News Article 72392


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!nntp.coast.net!howland.reston.ans.net!math.ohio-state.edu!uwm.edu!news-res.gsl.net!news.gsl.net!EU.net!news.eunet.cz!usenet
From: Petr Kodl <pecold@rockwell.cz>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Error in libgcc ???
Date: Fri, 28 Jun 1996 18:47:39 +0000
Organization: Rockwell Automation, s.r.o.
Lines: 12
Message-ID: <31D428CB.41C67EA6@rockwell.cz>
NNTP-Posting-Host: merlin.research.rockwell.cz
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 2.01 (X11; I; BSD/386 uname failed)

I've found strange behaviour of the gcc library. There are several
references to the function named sdiv_qrnnd, but the function itself is
never defined. This casuse serious trouble, when you include -lgcc into
some of your shared libs (as I did). 

Maybe I missed some point, but I've tried to find the symbol using nm
through all system libs with no success. 

(I run 2.05 FreeBSD, so maybe the problem is removed in current version
)

Petr