Displaying 4 results from an estimated 4 matches for "configure_silent".
2011 Dec 22
3
dahdi_tool missing
Hi All,
I have installed newt and newt_devel but dahdi_tool will not compile/install. I'm trying this with dahdi-linux-complete-2.5.0.2+2.5.0.2. does anyone have any suggestions as to what I am doing wrong?
Regards
David.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Apr 26
4
1.6.1: menuselect has problems with x86_64 ??
1.6.1 svn 190575:
CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect
CONFIGURE_SILENT="--silent" menuselect
make[1]: Entering directory
`/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect'
gcc -m64 -march=native -mtune=native -floop-interchange
-floop-strip-mine -floop-block -c -o menuselect_stub.o menuselect_stub.c
gcc -o menuselect menuselect.o strcompat.o...
2010 Mar 21
1
Invalid Makefiles to install asterisk with ldap
...asterisk with ldap.
I am doing the following:
make clean
. / configure
make menuselect
LIBS =- lldap
export LIBS
make ====> This is where my error
#make
CC = "cc" CXX = "g + +" LD = "" AR = "" RANLIB = "" CFLAGS = "" make-C
menuselect CONFIGURE_SILENT = "- silent" menuselect
make [1]: Leaving directory `/ root/asterisk-1.6.0.18/menuselect"
gcc-g-c-D_GNU_SOURCE-Wall-c-o menuselect_stub.o menuselect_stub.c
gcc-o menuselect menuselect.o strcompat.o menuselect_stub.o mxml /
libmxml.a
make [1]: Leaving directory `/ root/asterisk-1.6.0...
2010 Sep 22
2
Can't cross compile asterisk 1.6.2.13 on arm using ltib
...pc : linux-gnu :
configure: host-cpu:vendor:os: arm : unknown : none :
configure: Cross Compilation = YES
*
But when I try to execute make menuselect I have the message :
*CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect
CONFIGURE_SILENT="--silent" makeopts
make[1]: Entering directory
`/home/m/ltib/rpm/BUILD/asterisk-1.6.2.13/menuselect'
configure: error: in `/home/m/ltib/rpm/BUILD/asterisk-1.6.2.13/menuselect':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See...