Has anyone come across this error before? Emerge bails out at this point
with this error - Ive just re-run make in the build directory to
recreate the error.  Ive been running various versions of asterisk on
the machine for a few years - but cant get any version of 1.8 to build
because of this error.  I think its looking for a library as the header
is there, but I dont know what.  Another similar machine at work builds
1.8 fine, so what gives?


moriah asterisk-1.8.7.1 # make
   [LD] ../res/res_adsi.o abstract_jb.o acl.o alaw.o aoc.o app.o ast_expr2.o 
ast_expr2f.o asterisk.o astfd.o astmm.o astobj2.o audiohook.o autochan.o 
autoservice.o bridging.o callerid.o ccss.o cdr.o cel.o channel.o chanvars.o 
cli.o config.o data.o datastore.o db.o devicestate.o dial.o dns.o dnsmgr.o 
dsp.o enum.o event.o features.o file.o fixedjitterbuf.o frame.o framehook.o 
fskmodem.o global_datastores.o hashtab.o heap.o http.o image.o indications.o 
io.o jitterbuf.o loader.o lock.o logger.o manager.o md5.o netsock.o netsock2.o 
pbx.o plc.o poll.o privacy.o rtp_engine.o say.o sched.o security_events.o 
sha1.o slinfactory.o srv.o ssl.o stdtime/localtime.o strcompat.o strings.o 
stun.o syslog.o taskprocessor.o tcptls.o tdd.o term.o test.o threadstorage.o 
timing.o translate.o udptl.o ulaw.o utils.o version.o xml.o xmldoc.o 
editline/libedit.a db1-ast/libdb1.a  -> asterisk
channel.o: In function `__init__ast_monitor_start':
/tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:54:
 undefined reference to `__ast_monitor_start'
channel.o: In function `__init__ast_monitor_stop':
/tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:60:
 undefined reference to `__ast_monitor_stop'
channel.o: In function `__init__ast_monitor_change_fname':
/tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:65:
 undefined reference to `__ast_monitor_change_fname'
channel.o: In function `__init__ast_monitor_setjoinfiles':
/tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:70:
 undefined reference to `__ast_monitor_setjoinfiles'
channel.o: In function `__init__ast_monitor_pause':
/tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:75:
 undefined reference to `__ast_monitor_pause'
channel.o: In function `__init__ast_monitor_unpause':
/tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:80:
 undefined reference to `__ast_monitor_unpause'
features.o: In function `__init__ast_monitor_start':
/tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:54:
 undefined reference to `__ast_monitor_start'
features.o: In function `__init__ast_monitor_stop':
/tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:60:
 undefined reference to `__ast_monitor_stop'
features.o: In function `__init__ast_monitor_change_fname':
/tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:65:
 undefined reference to `__ast_monitor_change_fname'
features.o: In function `__init__ast_monitor_setjoinfiles':
/tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:70:
 undefined reference to `__ast_monitor_setjoinfiles'
features.o: In function `__init__ast_monitor_pause':
/tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:75:
 undefined reference to `__ast_monitor_pause'
features.o: In function `__init__ast_monitor_unpause':
/tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:80:
 undefined reference to `__ast_monitor_unpause'
collect2: ld returned 1 exit status
make[1]: *** [asterisk] Error 1
make: *** [main] Error 2
moriah asterisk-1.8.7.1 #


Reply via email to