View Single Post
  #4  
Old 06-17-2003, 03:39 AM
naik
Fire Beetle
 
Join Date: Jun 2003
Posts: 10
Default This didn't work for me

gcc -g -shared -Wl,-soname,libEMuShareMem.so -o libEMuShareMem.so MMFMutex.o Doors.o Items.o Spells.o NPCTypes.o NPCFactionLists.o MMF.o Loot.o ../common/timer.o ../common/unix.o ../common/EMuShareMem.o -L. -lstdc++ -lm -lz `mysql_config --libs`
/usr/bin/ld: cannot find -lmysqlclient
collect2: ld returned 1 exit status
make: *** [libEMuShareMem.so] Error 1


Anyone have any ideas? I tried make clean a few times. too.
Reply With Quote