Ben Davison wrote: > -- > [ Picked text/plain from multipart/alternative ] > I finnaly got xerces built(I think) but now i'm having other troubles. > >>From my make log: > > gcc: /bin/tier0_i486.so: No such file or directory > gcc: /bin/vstdlib_i486.so: No such file or directory > > Where are theese files located anyway? > > I'm also having problems with this. > > gcc: /usr/lib/gcc/i386-redhat-linux/3.4.2/libstdc++.a: No such file or > directory > gcc: /usr/lib/gcc/i386-redhat-linux/3.4.2/libgcc_eh.a: No such file or > directory
You fail at reading too. From: http://developer.valvesoftware.com/wiki/Compiling_under_Linux it appears that you've not set a few variables in "linux_sdk/makefile" correctly, namely: GAME_DIR - this is why it can't find tier0_i486.so, vstdlib_i486.so CC,CPLUS,CLINK,CPP_LIB - You need to point the makefile at the right location of all these things. Where they exist is highly variable based on what distro you're using. John. -- John Beranek To generalise is to be an idiot. http://redux.org.uk/ -- William Blake _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

