Skip to content
KG7QIN edited this page Sep 14, 2016 · 4 revisions

Welcome to the AllStarLink-Asterisk-1.8 wiki!

Some here are some various notes that I will put here that might be of use to others compiling this.

Running configure

Before running ./configure, you will need to do the following:

export PTLIB_CONFIG=/usr/share/ptlib/make/ptlib-config

Running make

Before running make, you will need to do the following:

export CC="gcc-4.9"

export ASTCFLAGS="-Xlinker -zmuldefs"

export ASTLDFLAGS="-Xlinker -zmuldefs"

This will ensure that the version of GCC being used is 4.9 (the version I've tested/compiled this against), and that any errors about multiple definitions are ignored.

Clone this wiki locally