i managed to complile the sources. I obtained some .o files, and a libenet.a:

host.o
list.o
memory.o
packet.o
peer.o
protocol.o
unix.o
win32.o
libenet.a

the libenet.a looks promising.. is it possible to obtain a libenet.so from it? or use it directly?

Btw, what's the difference between a .a and a .so file?