View Single Post
  #5  
Old 03-23-2011, 10:50 AM
iggi
Sarnak
 
Join Date: Feb 2006
Posts: 62
Default

The problem to me looks like it is in the line

Code:
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wno-deprecated  -Wcomment -Wcast-align -I../common/SocketLib -O -g -pg -march=athlon64 -pthread -pipe -D_GNU_SOURCE -DINVERSEXY -DFX -DZONE -DEQDEBUG=5 -DCATCH_CRASH -DNO_PIDLOG -DSHAREMEM -DSPELL_EFFECT_SPAM -DFIELD_ITEMS -DCOMBINED -DAPP_OPCODE_SIZE=2 -DEMBPERL -DEMBPERL_PLUGIN -DHAS_UNION_SEMUN -I/usr/include/mysql client.cpp -o client.o
it does not include any perl library locations and adding them directly to the gcc line at the bottom of the make file did nothing to change the output.

I added -I/usr/lib/perl/5.10/CORE to COPTS and it got past the EXTERN.h error, but now errors our with tons of missing perl modules, so I assume that is not the answer.
Reply With Quote