Re: [hlcoders] building mod on linux

2007-05-12 Thread edman747
-- [ Picked text/plain from multipart/alternative ] OK, I get it now. USE gcc2.96 it comes with RH 9, put CC=gcc296 in the Makefile. NOTE: none of the HL SDK files or patches at metamod.org are ANSI-compliant It took me a little longer than a half and hour using the guide.

Re: [hlcoders] building mod on linux

2007-05-11 Thread edman747
-- [ Picked text/plain from multipart/alternative ] hello, managed to install glibc2.3 and then reinstall glibc2.2 now hlds will run in RH 7.3 yet the code compiled with egcs no longer works? hlds quits with an error like could not get dll from hl_i386.so forward to gcc 2.95 had to go back and

Re: [hlcoders] building mod on linux

2007-05-11 Thread Jorge Rodriguez
-- [ Picked text/plain from multipart/alternative ] Ouch ok, lots of confusiong. On 5/11/07, edman747 [EMAIL PROTECTED] wrote: It is possible that someone has already worked through the HL SDK v2.3making it ANSI-C compliant? What I would give for a download link. Maybe if I start with SDK

Re: [hlcoders] building mod on linux

2007-05-10 Thread edman747
-- [ Picked text/plain from multipart/alternative ] Hi Jorge, thanks for your reply. Found you wavelength article helpful. Am unable to install hlds on RH 7.3 ./steam -command update -game valve -dir . complains about not having glibc2.3 or above. Do I not need hlds installed? Cannot figure out

[hlcoders] building mod on linux

2007-05-08 Thread edman747
-- [ Picked text/plain from multipart/alternative ] hello all, am struggling with an old mod. would like to build a Linux version of the server. Is there a guide for compiling the hl sdk in linux somewhere? can anyone recommend a preferred OS? (red hat 7.3 or Debian , etc.) what is the required

Re: [hlcoders] building mod on linux

2007-05-08 Thread Jorge Rodriguez
-- [ Picked text/plain from multipart/alternative ] http://articles.thewavelength.net/617/ Also, I recommend RH 7.3 for building HL1 binaries. You can find RH 7.3here: http://fr.rpmfind.net/linux/redhat/7.3/en/iso/i386/ 7.3 comes installed with GCC 2.96 by default. I used it to build TS just a