From: remove_this_mimo AT restoel DOT net (mimo) Newsgroups: comp.os.msdos.djgpp Subject: need Help with DLM Date: Wed, 17 Feb 1999 02:53:19 GMT Organization: MimoLand Lines: 33 Message-ID: <36cc2e37.24490769@news.wanadoo.fr> NNTP-Posting-Host: tntaub17-80.abo.wanadoo.fr 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 still try to convert my project into something capable of loading external extensions. i am using dlm20b. i found out that the problem has something to do with the libc.dlm provided with dlm20b. as far as i can see it is not compatible to the libc 2.8.1 (i am not sure of the version number - but it is the most recent i could find) i converted libc into a dlm(libc811), and get this strange error from dlmstub: Exiting due to signal SIGSEGV at 0x0096bddc SYM: ___dpmi_int+0x10 DLM: libc811.dlm [0x965160] because of undefined reference to symbol '' Call frame traceback : 0x00969355 SYM: _gettextinfo+0xc1 DLM: libc811.dlm [0x965160] 0x0096977b SYM: _gppconio_init+0x3b DLM: libc811.dlm [0x965160] 0x00003e13 0x000041f3 0x00003e89 0x000041c0 0x00004ef9 0x00005eea i could also send my make file - but i think it is quite okay - following the instructions coming with dlm. if there is someone else who found a solution for loading external modules (also c++), i would really like to know how cheers mimo