Displaying 3 results from an estimated 3 matches for "bpsxeiknqrstv".
2007 Dec 31
4
1.1b13 build in FreeBSD fails using 'make'; 'gmake' apparently required
...vecot --version
1.1.beta13
on FreeBSD, apparently, make != gmake
ls -al `which make` `which gmake`
-r-xr-xr-x 1 root wheel 350904 Dec 29 17:25 /usr/bin/make*
-r-xr-xr-x 1 root wheel 199808 Dec 27 06:14 /usr/local/bin/gmake*
make --version
make: illegal option -- -
usage: make [-BPSXeiknqrstv] [-C directory] [-D variable]
[-d flags] [-E variable] [-f makefile] [-I directory]
[-j max_jobs] [-m directory] [-V variable]
[variable=value] [target ...]
gmake --version
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for c...
2005 May 06
1
oh323 compile problem in FreeBSD
Hi,
I'm trying to compile asterisk-oh323-0.7.1 in FreeBSD 5.3.
I tried to use gmake but it exits with too many errors.
Did somebody compile before oh323 in FreeBSD?
How should I compile it under FreeBSD?
thanks,
Ganbold
2005 May 13
0
[Asterisk-Dev] Re: oh323 compile problem in FreeBSD
Following is the errors when I tried to compile oh323 in FreeBSD 5.3.
Asterisk is updated from cvs.
asterisk# gmake
for x in wrapper asterisk-driver; do gmake -C $x build || exit 1 ; done
make: illegal option -- -
usage: make [-BPSXeiknqrstv] [-C directory] [-D variable] [-d flags]
[-E variable] [-f makefile] [-I directory] [-j max_jobs]
[-m directory] [-V variable] [variable=value] [target ...]
make: illegal option -- -
usage: make [-BPSXeiknqrstv] [-C directory] [-D variable] [-d flags]
[-E variabl...