[asterisk-dev] Error compile asterisk 11

Paul Belanger paul.belanger at polybeacon.com
Wed Aug 29 15:47:13 CDT 2012


On 12-08-29 11:23 AM, Giuseppe Longo wrote:
> Ok, now it's work.
> This is the fix:
>
> go to the lua directory
> nano -w src/Makefile
>
> find the line:
> CFLAGS= -O2 -Wall $(MYCFLAGS)
>
> and change to
> CFLAGS= -O2 -Wall -fPIC $(MYCFLAGS
>
> recompile lua:
>
> make clean
> make linux
> make install
>
> go to asterisk directory, and make ;)
>
Please open an issue on JIRA. Be sure to add your Operating system and 
attach a patch how you fixed it.

-- 
Paul Belanger | PolyBeacon, Inc.
Jabber: paul.belanger at polybeacon.com | IRC: pabelanger (Freenode)
Github: https://github.com/pabelanger | Twitter: 
https://twitter.com/pabelanger



More information about the asterisk-dev mailing list