Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!usc!chaph.usc.edu!castor.usc.edu!bli From: bli@castor.usc.edu (Binary Logics) Newsgroups: comp.sys.amiga.tech Subject: Compiling DME Summary: link problems. Keywords: dme, aztec, ln Message-ID: <10034@chaph.usc.edu> Date: 4 Jun 90 09:18:46 GMT References: <9986@chaph.usc.edu> Sender: news@chaph.usc.edu Organization: Argentum Software, Inc Lines: 22 I am trying to get DME v1.30 (or so the doc file says) to compile on my system, using Aztec 3.6a (still... :-) I can get it to compile fine, but at link time, it tells me that some functions that should be in Matt's Suplib (and ARE!) are undefined. They are _bzero, _bset, and _bmov. I even tried assembling those functions separatelly and making a new lib of them, ( -lnewlib) but the problem is still there. So, what's going on? Why can't ln find those functions in Sup32.lib? I KNOW they are there, I recompiled it myself to make sure! Pertinent (?) info: A500, Aztec 3.6a, using +L and precompiled headers. ln usage: ln +Q *.o -lsup32 -lc32 -O dme (from Makefile). Suplib version: Latest, from disk 285 or so... I know there have been some recent changes in suplib, but I don't think that's the cause. I'd appreciate any input from people who know how to get around this. Thanks. -val