I having hard time to build the linux version of our mod.
One year ago, the linux build was building fine, but we did not use the linux the last year (2006). With the big sdk update from the last summer, stuff probably changed. But i am not sure if its related to that (i think not) Here the error, i am not sure if its related to the parsing with hl_sdk or its because i really miss the compiler. But i did not change anything on this computer, the last time i open it (one year ago) was to compile the mod and was working fine. make if [ -z "/usr/bin/gcc-3.4" ]; then echo "Compiler not defined."; exit; fi if [ ! -d /home/srochette/srcds_l/ii/src/linux_ii];then mkdir /home/srochette/srcds_l/ii/src/linux_ii;fi cd /home/srochette/srcds_l/ii/src/linux_ii if [ ! -f "tier0_i486.so" ]; then ln -s ./bin/tier0_i486.so .; fi if [ ! -f "vstdlib_i486.so" ]; then ln -s ./bin/vstdlib_i486.so .; fi ./vcpm /mnt/ii_source/dlls/hl_sdk.vcproj make: *** [mod] Segmentation fault _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders