From: "Eric J. Whitney" Newsgroups: comp.os.msdos.djgpp Subject: Linker unresolved externals and RHIDE Date: Sat, 03 Apr 1999 11:22:12 +1000 Organization: The University of Sydney, Australia Lines: 25 Message-ID: <37056D43.E73D84F4@aero.usyd.edu.au> NNTP-Posting-Host: pc-114.inthouse.usyd.edu.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: metro.ucc.usyd.edu.au 923102639 6268 172.16.79.114 (3 Apr 1999 01:23:59 GMT) X-Complaints-To: usenet AT news DOT usyd DOT edu DOT au NNTP-Posting-Date: 3 Apr 1999 01:23:59 GMT X-Mailer: Mozilla 4.03 [en] (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi. Have read through the RHIDE docs, can't seem to find an answer to this one.... I have a project which includes sources from two directories, i.e. the directory I am in, and a nearby directory. Everything compiles fine, but the linker LD can't seem to resolve relationships. It's sorta like it's trying to link each object file individually to an .exe. In other words, it gives me heaps of 'unresolved external' errors when the files ARE in fact in the project. I've tried adding the other directory name to the 'Objects' directory, but it doesn't seem to work. Has anyone had a similar problem and fixed it? All the objects seem to go to the project directory which is OK. I just can't seem to link them! Help! -- --------------------------------- Eric "The Wingnut" Whitney ---------------------------------