On 4/26/05, Jonathan Dance <[EMAIL PROTECTED]> wrote: > Hey everyone, > > I was wondering if anyone knew anything about compiling for BSD--when > we distributed our server SO's for linux, some guys are running > FreeBSD with linux emulation and it wouldn't work for them. They can > run CS:S just fine though. Is there anything we can do to make the > SOs compile under BSD?
Are you using static or dynamic libc when linking? Try linking with the static libc (instead of using the .so) and see if that helps. Jeffrey "botman" Broome _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

