Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sdd.hp.com!hp-pcd!hpfcso!hpfcdc!raf From: raf@hpfcdc.HP.COM (Rick Ferreri) Newsgroups: comp.sys.hp Subject: Re: libc.a libresolv.a and strncasecomp() question Message-ID: <5570540@hpfcdc.HP.COM> Date: 21 Nov 90 18:04:30 GMT References: <1150050@misty.boeing.com> Organization: HP Fort Collins, Co. Lines: 20 Ooops. Good thing I put in the disclaimer. It has come to my attention that libBSD.a does not have the strncasecmp() entry point. It turns out that the libBSD.a on the system that I work on is not the "stock" libBSD.a and does have this entry point (but this isn't the true 7.0 libBSD.a). > > > > My second question is how do I get around this ? > > Again. Try linking in libBSD.a. So, with this new information, I suppose the best way to get around it is to write your own strncasecmp() (maybe convert the characters in both strings to lower case and then call strncmp() - or better yet, just compare them at the same time that you convert them to the same case). Sorry to get your hopes up. Rick Ferreri #include