If you use LM 7.0+ they have kgcc installed which is egcs-1.1.2 :) just need to change your make file to use kgcc and not gcc
> -----Original Message----- > From: botman [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 22, 2002 11:48 > To: [EMAIL PROTECTED] > Subject: Re: [hlcoders] Finished a bot. But how do i build a linux > release? > > > > Do i need to build a version for linux? also how would this be done? > > > > Thanks. > > You will need access to a Linux machine to compile your bot > code. There should > be a sample makefile included with the bot template that you > can use on a Linux > machine. I would STRONGLY recommend building with GCC version 2.91.66 > (egcs-1.1.2 release). Newer versions of GCC will give you > MANY errors with the > default SDK source code (and bot code). You can find which > version of GCC you > have by using the following command line... > > gcc -v > > Jeffrey "botman" Broome > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list > archives, please visit: > http://list.valvesoftware.com/mailman/listinfo/hlcoders > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

