[Asterisk-Users] Compiling VD_app_conference for x86_64
Ricardo Martins
rpoppi77 at gmail.com
Sun Jun 4 14:21:06 MST 2006
Do anybody could compile app_conference on x86_64??? I tryied with two
versions of app_conference and got the same problem on compiling:
relocation R_X86_64_32 against `a local symbol' can not be used when
making a shared recompile with -fPIC
app_conference.o: could not read symbols: Bad value"
ENVIRONMENT:
-------------------------------------------------------------------------------------------
Machine: DELL PE-2850 with two processors Xeon 3.0GHz
Kernel: 2.6.9-34.0.1.ELsmp
Version of app_conference (Both):
"http://www.eflo.net/files/VD_app_conference_0.4.zip" or
"http://www.eflo.net/files/app_conference.tar.gz"
-------------------------------------------------------------------------------------------
COMPLETE output of compilation:
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g
-I/root/local/asterisk/asterisk/include -D_REENTRAN_SOURCE -O3
-ffast-math -funroll-all-loops -fprefetch-loop-arrays
-fsingle-precision-constant -DCRYPTO -DAPP_CONFERUG -c -o
app_conference.o app_conference.c
gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g
-I/root/local/asterisk/asterisk/include -D_REENTRAN_SOURCE -O3
-ffast-math -funroll-all-loops -fprefetch-loop-arrays
-fsingle-precision-constant -DCRYPTO -DAPP_CONFERUG -c -o
conference.o conference.c
gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g
-I/root/local/asterisk/asterisk/include -D_REENTRAN_SOURCE -O3
-ffast-math -funroll-all-loops -fprefetch-loop-arrays
-fsingle-precision-constant -DCRYPTO -DAPP_CONFERUG -c -o member.o
member.c
member.c: In function `process_incoming':
member.c:125: warning: implicit declaration of function `ast_dtmf_stream'
gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g
-I/root/local/asterisk/asterisk/include -D_REENTRAN_SOURCE -O3
-ffast-math -funroll-all-loops -fprefetch-loop-arrays
-fsingle-precision-constant -DCRYPTO -DAPP_CONFERUG -c -o frame.o frame.c
gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g
-I/root/local/asterisk/asterisk/include -D_REENTRAN_SOURCE -O3
-ffast-math -funroll-all-loops -fprefetch-loop-arrays
-fsingle-precision-constant -DCRYPTO -DAPP_CONFERUG -c -o cli.o cli.c
gcc -pg -shared -Xlinker -x -o app_conference.so app_conference.o
conference.o member.o frame.o cli.o
/usr/bin/ld: app_conference.o: relocation R_X86_64_32 against `a local
symbol' can not be used when making a shared recompile with -fPIC
app_conference.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: ** [app_conference.so] Erro 1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
More information about the asterisk-users
mailing list