Displaying 7 results from an estimated 7 matches for "dthreads_have_pids".
2005 Oct 15
3
res_perl - Compiling error
...t;
-DASTSPOOLDIR=\"/var/spool/asterisk\" -DASTLOGDIR=\"/var/log/asterisk\"
-DASTCONFPATH=\"/etc/asterisk/asterisk.conf\" -DASTMODDIR=
\"/usr/lib/asterisk/modules\" -DASTAGIDIR=\"/var/lib/asterisk/agi-bin\"
-DMULTIPLICITY -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64
-I/usr/local/lib/perl5/5.8.7/-linux-thread-multi/CORE -c -o perlxsi.o
perlxsi.c
gcc -Wall -fPIC -DHAVE_AST_CUST_CONFIG -I/usr/src/asterisk-1.0.9/
-I/usr/src/asterisk-1.0.9//include -I. -DAST_INSTALL_PREFIX=...
2005 May 04
4
Yum Amavisd Update fails Digest::MD5 error
...bout LANG environment variable...
LANG=en_US
export LANG
error...
LANG=C
export LANG
error...
LANG=en_US
LANGVAR=en_US
export LANG
export LANGVAR
perl ./Makefile.PL
Perl's config says that U32 access must be aligned.
Writing Makefile for Digest::MD5
make
gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -march=i386
-mcpu=i686 -DVERSION=\"2.33\" -DXS_VERSION=\"2.33\" -fPIC
"-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE"
-DU32_ALIGNM...
2006 Apr 25
1
res_perl voor asterisk 1.2.4
...Can anybody tell me which version of res_perl I have to install on
Asterisk 1.2.4.
I tried to compile res_perl version 3.5 on Asterisk 1.2.4 and I got the
following error.
gcc -Wall -DRES_PERL_BASE="\"/usr/local/res_perl\"" -DMULTIPLICITY -
D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe
-Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -
D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -
I/usr/local/lib/perl5/5.8.8/i686-linux-thread-multi/CORE -
I/usr/src/bristuff-0.3.0-PRE-1l/asterisk-1.2.4/ -
I/usr/src/bristuff-0.3.0-PRE-1l/asterisk...
2008 Feb 10
1
[nut-commits] svn commit r1296 - in trunk: . clients drivers server
...SNMP on openSUSE, some of which seem
to change the API somewhat:
"-DNETSNMP_ENABLE_IPV6 -O2 -march=i586 -mtune=i686 -fmessage-length=0
-Wall -D_FORTIFY_SOURCE=2 -fstack-protector -g -fno-strict-aliasing
-fstack-protector-all -Ulinux -Dlinux=linux -I/usr/include/rpm
-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING
-fno-strict-aliasing -pipe -Wdeclaration-after-statement
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/lib/perl5/5.8.8/i586-linux-thread-multi/CORE -I.
-I/usr/include"
At any rate, things seem to be working. Thanks again.
--
- Charles Lepple
2008 Feb 20
0
[LLVMdev] Problems building LLVM 2.2 for ARM
Try make VERBOSE=1 first. Perhaps it'll tell us something.
Evan
On Feb 19, 2008, at 4:19 PM, Tobias Oberstein wrote:
> Hello,
>
> I'd like to do some initial experiments with LLVM on embedded ARM
> (Nokia N800), but ran into a build issue. Could s.o. give me a tip?
>
> Thx alot,
> Tobias
>
> P.S.: just as sidenote, LLVM 2.2 builds cleanly on GCC 4.2.3 / Linux.
2008 Feb 20
2
[LLVMdev] Problems building LLVM 2.2 for ARM
Hello,
I'd like to do some initial experiments with LLVM on embedded ARM
(Nokia N800), but ran into a build issue. Could s.o. give me a tip?
Thx alot,
Tobias
P.S.: just as sidenote, LLVM 2.2 builds cleanly on GCC 4.2.3 / Linux.
===
I'm building on Ubuntu/Scratchbox/ARMEL using GCC 3.4.4 (CodeSourcery
ARM 2005q3-2) using
./configure --prefix=$HOME/local/llvm-2.2 --enable-jit
2006 Dec 28
0
res_perl with asterisk 1.4 compile problem
...thony Minessale will be able to solve that problem as he did on that case. But if any of you know a hack to this problem please let us know.
Here is the same compile problem again:
gcc -Wall -DRES_PERL_BASE="\"/usr/local/res_perl\"" -DMULTIPLICITY -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -I/usr/local/lib/perl5/5.8.8/i686-linux-thread-multi/CORE -I/usr/src/asterisk -I/usr/src/asterisk/include -I. -c res_perl.c
In file included from ./res_perl....