From: "Paul Derbyshire" Newsgroups: comp.os.msdos.djgpp Subject: Braindead linker? Lines: 9 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: Date: Mon, 13 Apr 1998 03:18:36 GMT NNTP-Posting-Host: 206.172.244.227 NNTP-Posting-Date: Sun, 12 Apr 1998 23:18:36 EST Organization: Bell Solutions To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I get lots of multiple references using a template in two different files. If I use -fno-implicit-templates, and put explicit instantiations in one file only, I get undefined references. Despite what the dox say, code written for the Borland model (e.g. the STL) does not work when used in multiple source files. The ld I have is 2.8.1. Is there a more recent version that fixes this behavior? Preferably by compiling Borland-type template code OK.