Hi,
I compiled asterisk and chan_h323 on an Opteron in 64 bit mode. In the h323's Makefile I replaced in line 24 CFLAGS += -march=$(shell uname -m) by CFLAGS += -march=k8 and also tried CFLAGS += -m64 -march=k8
Both solutions do compile, but when starting asterisk, a load error occurs:
undefined symbol: _ZN14H323Connection24OnUserInputInlineRFC2833ER15OpalRFC2833Infoi
When I grep /usr/local/lib/libh323... I can find occuring _ZN14H323Connection24OnUserInputInlineRFC2833ER15OpalRFC2833Info serveral times, but not followed by an i.
Any ideas, what I could do now? Any dirty workaround which does not influence stabilty is also welcome.
Roger.
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
