[Home]

Summary:ASTERISK-07302: Asterisk doesn`t compile
Reporter:Pavel D.Kuzin (mirackle)Labels:
Date Opened:2006-07-07 09:39:59Date Closed:2011-06-07 14:07:26
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Trying to compile asterisk from trunk branch but have a strange error:
make[1]: Leaving directory `/root/asterisk/agi'
make -C db1-ast libdb1.a
make[1]: Entering directory `/root/asterisk/db1-ast'
make[1]: *** virtual memory exhausted.  Stop.
make[1]: Leaving directory `/root/asterisk/db1-ast'
make: *** [db1-ast/libdb1.a] Error 2


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

root@alligator:~/asterisk# gcc -v
Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/specs
Configured with: ../gcc-3.3.4/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.3.4

OS: Slackware 10
Comments:By: Pavel D.Kuzin (mirackle) 2006-07-07 09:47:41

I`t make bug.
Issue always seenn with make 3.8.0.
Upgrade to 3.8.1 was fixed trouble.

By: Joshua C. Colp (jcolp) 2006-07-07 10:20:15

And the moral of the story is... use make 3.81 :D