PDA

View Full Version : How to compile plugins on linux ?



Ducho_CWB
March 27th, 2005, 14:54
How to compile the plugins to get a .so file ??

Regards

Ducho_CWB

Ducho_CWB
March 28th, 2005, 01:43
compile mupen 0.4 OK
compile hack_azi_rsp_hle OK

compiling blight_input-0.0.8-b with gcc (GCC) 3.3.5 (Debian 1:3.3.5-8)

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/SDL -D_REENTRANT -I. -g -O2 -DGUI_SDL -I/usr/include/SDL -D_REENTRANT-I/usr/include/freetype2 -O3 -fomit-frame-pointer -finline-functions -funroll-loops march=athlon-xp -mcpu=athlon-xp -Wp,-MD,.deps/arial.ttf.pp -c arial.ttf.c -fPIC -DPIC -o .libs/arial.ttf.lo

gcc: cannot specify -o with -c or -S and multiple compilations

make[2]: ** [arial.ttf.lo] Erro 1

./configure
edit ccflag to athlon-xp
make

regards
Ducho_CWB

Hacktarux
March 28th, 2005, 02:00
in the command line you posted, march=athlon-xp is false,
it should be -march=athlon-xp
you forgot the -

Ducho_CWB
March 28th, 2005, 21:18
lol
copy & paste failure :P

but to compile gln64 or glide need a port to linux ?
regards

Ducho_CWB
March 29th, 2005, 02:47
I'm in home now.
not copy & paste error :(


/usr/include/freetype2/freetype/freetype.h:20:2: #error "`ft2build.h' hasn't been included yet!"

some error with freetype lib

Ducho_CWB