Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hpda!hpcuhb!hpsmtc1!swh From: swh@hpsmtc1.HP.COM (Steve Harrold) Newsgroups: comp.lang.c Subject: Re: TLINK errors (cc/lint were clean) Message-ID: <11480016@hpsmtc1.HP.COM> Date: 3 Feb 89 15:38:19 GMT References: <44100021@hcx1> Organization: Hewlett Packard, Cupertino Lines: 14 Re: TLINK vs lint Try using the /c switch on the TLINK command line. This forces the linker to honor mixed case symbols. As you've posted it, all symbols are forced to uppercase with the result that your program's reference to "fopen" got translated to a reference to "FOPEN" which got translated to a reference to "_FOPEN" which is not present in the libraries. ("_fopen" is). -- --------------------- Steve Harrold ...hplabs!hpsmtc1!swh HPG200/13 (408) 447-5580 ---------------------