From: "Paul Sneddon" Newsgroups: comp.os.msdos.djgpp Subject: Problem Linking NASM to DJGPP Lines: 7 X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Message-ID: <69Jp2.52$9F6.158@nnrp2.clara.net> Date: Thu, 21 Jan 1999 17:07:14 GMT NNTP-Posting-Host: 195.8.84.53 X-Complaints-To: abuse AT clara DOT net X-Trace: nnrp2.clara.net 916938434 195.8.84.53 (Thu, 21 Jan 1999 17:07:14 BST) NNTP-Posting-Date: Thu, 21 Jan 1999 17:07:14 BST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have compiled my utils to support ELF and carry out the linking example (elftest) that comes with NASM. When I try to link the two files together I get lots of undefined reference errors. These references are located in the elf file build with NASM and linked to the elf file created with gcc. I am following the NASM example correctly - can anyone help.