Cohsty243 Posted April 9, 2007 Posted April 9, 2007 Where can I go to learn linux and mac compiling? I have Visual C++ 2005 Express Edition.
ensiform Posted April 9, 2007 Posted April 9, 2007 You're gonna want to compile Linux from Linux. Same with MAC.
Tinny Posted April 9, 2007 Posted April 9, 2007 Hmm, do you have access to a linux os or cygwin or something?
ensiform Posted April 9, 2007 Posted April 9, 2007 Won't be very good to compile a linux build in Cygwin if you even could. Would give bad results... Plus you would need all of the linux libraries which Cygwin does not have. You're going to need LINUX and MAC if you want to build for either of them. That's that.
Cohsty243 Posted May 20, 2007 Author Posted May 20, 2007 Okay, I just recently got access to linux, now what should I do lol.
dumbledore Posted May 20, 2007 Posted May 20, 2007 well, in theory you could use a cross-compiler to do the trick, but they're not easy to find... you can waste hours on google looking for one lol
Cohsty243 Posted May 25, 2007 Author Posted May 25, 2007 My friend has debian on a root server and has access via SSH and FTP. He installed GCC and we are trying to compile for linux, we've tried many ways but no success, any help would be nice lol.
ensiform Posted May 25, 2007 Posted May 25, 2007 Give details on what you did, and gcc version would also be nice. Run gcc --v or --version for version i believe.
Cohsty243 Posted May 25, 2007 Author Posted May 25, 2007 From friend: "gcc version 4.1.2 20061115 cd ./SDK/codemp/game/ then make then i copied the *.so file to the directory and started it with +set fs_game the server starts up correcly but when joining the server .. we wont be able to c eachother exept we come rly close" The Compiling has errors
Recommended Posts
Archived
This topic is now archived and is closed to further replies.