[Home]

Summary:ASTERISK-06880: builds of trunk fail to complete do to pbx_ael
Reporter:Matt O'Gorman (mogorman)Labels:
Date Opened:2006-05-01 18:49:26Date Closed:2006-05-01 22:19:53
Priority:MajorRegression?No
Status:Closed/CompleteComponents:PBX/pbx_ael
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:gcc   -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3    -O6 -Wno-pointer-sign -march=k8          -fomit-frame-pointer  -include ../include/autoconfig.h -I../include -I.. -g -o aelparse ../pbx/ael/aelflex.o ../pbx/ael/aelbison.o ael_main.o ../pbx/pbx_ael.o ../ast_expr2f.o ../ast_expr2.o
ael_main.o: In function `ast_atomic_fetchadd_int':
../include/asterisk/lock.h:748: undefined reference to `ast_atomic_fetchadd_int_slow'
../include/asterisk/lock.h:748: undefined reference to `ast_atomic_fetchadd_int_slow'
collect2: ld returned 1 exit status


****** ADDITIONAL INFORMATION ******

did anyone test this to make sure it would build?
Comments:By: Tilghman Lesher (tilghman) 2006-05-01 21:50:03

Are you using a clean SVN checkout?  I'm unable to replicate this error.

By: Matt O'Gorman (mogorman) 2006-05-01 22:19:53

russell fixed thanks