Xref: utzoo comp.os.msdos.apps:2361 comp.os.msdos.misc:2639 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!yale!eagle.wesleyan.edu!asd_mar From: asd_mar@eagle.wesleyan.edu Newsgroups: comp.os.msdos.apps,comp.os.msdos.misc Subject: Linking problem with TC++ Message-ID: <1991Jun27.165110.53603@eagle.wesleyan.edu> Date: 27 Jun 91 21:51:10 GMT Organization: Wesleyan University Lines: 16 I have a strange problem with TC++ 1.0 : If I have a header file named the same as a source file, that is, foo.h & foo.c, then the program won't link using tc (the interactive debugging environment -- I don't have this problem with tcc); however, when I rename foo.h to fooey.h, it will link fine. What am I doing wrong? This isn't a terrible & crippling problem, but it's a pain in the butt. I have looked over bug reports for TC++ and this wasn't mentioned. And I don't think it's a FAQ! Thanks in advance, martin