TLINK errors (cc/lint were clean)

Steve Harrold swh at hpsmtc1.HP.COM
Sat Feb 4 01:38:19 AEST 1989


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
---------------------



More information about the Comp.lang.c mailing list