Hi, I've added some class to the enet library and compile it . now i written a sample for this library and compile it but there is a problem. When I try to compile mySample with g++ this error is printed "Relocation in generic ELF (EM:3)"
my command is : g++ -o mySample mySample.c libenet.a -lpthread -I ./ Now 2 Questions : 1. Can I compile this library with g++ ? how ? 2. How can I fix this problem ? --- Thanks Reza Akhlaghy
_______________________________________________ ENet-discuss mailing list [email protected] http://lists.cubik.org/mailman/listinfo/enet-discuss
