[quake2] Freebsd 5.0

Seth Kingsley sethk at meowfishies.com
Tue Jan 21 18:04:39 EST 2003


On Tue, Jan 21, 2003 at 05:36:11PM -0500, Mik Mifflin wrote:
> I just got finished installing FreeBSD 5.0-RELEASE, and though I would 
> test it with Quake2 (more like I was tired of compiling stuff and wanted 
> to play a game :).  During the build I get this error:
> 
> debugi386/client/cd_linux.o: In function `CDAudio_Stop':
> /home/bburns/quake2/src/linux/cd_linux.c:379: undefined reference to 
> `__errno_location'
> debugi386/client/cd_linux.o: In function `CDAudio_Init':
> /home/bburns/quake2/src/linux/cd_linux.c:643: undefined reference to 
> `__errno_location'

This is due to really annoying stale object files in the source
distribution.  Notice the pathname /home/bburns?  The solution is:

% gmake clean
% find debugi386 -name \*.o -delete

I also have a port I'm working on which will probably work fine on
5.0-R.  Perhaps you would like to test it?  My deveopment system is:

FreeBSD 5.0-CURRENT #27: Sat Jan 11 01:01:09 PST 2003
sethk at neko.home.meowfishies.com:/usr/src/sys/i386/compile/NEKO

-- 
|| Seth Kingsley || sethk at meowfishies.com ||
|| http://www.meowfishies.com/ | Meow ^_^ ||
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://icculus.org/pipermail/quake2/attachments/20030121/c073176c/attachment.pgp>


More information about the quake2 mailing list