From: Bart Trzynadlowski Newsgroups: comp.os.msdos.djgpp Subject: assembly procedures w/ extern Date: Fri, 17 Sep 1999 21:47:21 -0700 Organization: I am not organized! Lines: 13 Message-ID: <37E31959.A762AD50@powernet.net> NNTP-Posting-Host: p3-15.reno.powernet.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, Ive been tearing my hair out trying to get extern to work in my DJGPP-compiled programs. What I want to do is have the program call an assembly subroutine. I declare it with extern but I can't even compile the program because it complains about an undefined reference. I read the FAQ and the docs but nothing described my situation. I will be using NASM externally to assemble the module I need into a .O file, but its not NASM thats involved, its GCC itself. Thanks, Bart Trzynadlowski