Path: utzoo!news-server.csri.toronto.edu!rutgers!cbmvax!bagate!dsinc!unix.cis.pitt.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!gatech!udel!mmdf From: Michael_Kelly@61ssc1.ceo.dg.com Newsgroups: comp.sys.amiga.programmer Subject: Re: HELP! Installing PDC _or_ NorthC!!! Message-ID: <47576@nigel.ee.udel.edu> Date: 14 Mar 91 12:53:16 GMT Sender: mmdf@ee.udel.edu Lines: 20 I don't have any experience with PDC but I did get NorthC and ran into similar problems. The problem stems from the fact that NorthC does not flag symbols (like _printf for example) as external references when it creates the .s file. There is however, an easy fix for this (which did take me a while to find though). If you call a68k with a -g switch on the command line, eg: a68k -g -ohello.o hello.s this causes a68k to treat all undefined symbols as global and it doesn't flag any errors. It is then up to Blink to sort it all out. Hope this helps, Michael. michael@61ssc1.ceo.dg.com I speak for myself. My company employs other people to speak on its behalf. I can't afford to do that!