From: Joseph Rose Newsgroups: comp.os.msdos.djgpp Subject: Maybe improper settings? Date: Tue, 25 Apr 2000 23:22:07 -0400 Organization: Posted via Supernews, http://www.supernews.com Lines: 11 Message-ID: <390660DF.42CAF967@pop.gis.net> X-Complaints-To: newsabuse AT supernews DOT com X-Mailer: Mozilla 4.7 [en]C-NECCK (Win98; I) X-Accept-Language: en MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm new to C++ and DJGPP, so I may need to be explained the settings. I have DJGPP with other than self-explanatory named and cosmetic settings and the settings for the asm code of a graphics library mostly or all factory-default settings. I played a little with the asm options of a made MakeFile. I'm having a problem linking object files and calling functions in one source file from another. I'm using header files, and I tried playing with the nasm source file local settings and experimenting with compiler settings such as '-ansi' and '-allow-singles,' and I can't get beyond the 'undefined reference' error messages.