From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <406EFE6A.40407@swtch.com> From: Russ Cox User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031221 Thunderbird/0.4 MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] links undefined? References: <004501c40d66$8e208e20$c6dd7d50@SOMA> <406EEB0D.9090205@phase-space.net> In-Reply-To: <406EEB0D.9090205@phase-space.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 3 Apr 2004 13:11:54 -0500 Topicbox-Message-UUID: 4f57506a-eacd-11e9-9e20-41e7f4b1d025 Kristian A Hahn wrote: > Hello, > > I've run in to some trouble attemtping to set up a cpu/auth server. I > followed the instructions given in the wiki and everything worked fine, > however the base configuration doesn't include support for my NIC. I > added the corresponding entry : > > ether2114x pci > > to pcauth but notice that ether2114x.c is never built during the compile > and the .8 isn't included in the link so the build fails with lines like: > > links: undefined: ether2144xlink in links > > If I remove the 2114x entry, the build completes normally. I pulled the > latest sources, copied them over and tried again with ether2114x but it > still fails. I checked 9fans and found that someone encountered a > similar problem last year but their issue was resolved offline. Can > someone tell me what the problem might be? I'll post my pcauth and/or > compile log if needed. Try running mk clean and try again. It's possible that your clock is set funny and there are "very new" old files lying around messing things up. Also make sure that the line begins with a tab not with spaces, though I don't think that matters.