This question might be too late to ask, but from what i read that SphinxTrain heavily rely on force alignment so s3-align is still needed.
Well, i've try to compile the s3aligner from the archive_s3/3.0. And after solving some path problem, i finally comes up with these several undefined reference, starting from here...
-L/cygdrive/c/archive_s3/3.0/src/libutil/alpha -o timealign wdnet.o align.o al
ign-main.o -lmain -lmisc -lfeat -lio -lutil -lm
wdnet.o(.text+0x29):wdnet.c: undefined reference to `___mymalloc__'
wdnet.o(.text+0x5c):wdnet.c: undefined reference to `_glist_add_ptr'
wdnet.o(.text+0x8f):wdnet.c: undefined reference to `___mymalloc__'
wdnet.o(.text+0xb2):wdnet.c: undefined reference to `_glist_add_ptr'
wdnet.o(.text+0xd1):wdnet.c: undefined reference to `___mymalloc__'
wdnet.o(.text+0xf4):wdnet.c: undefined reference to `_glist_add_ptr'
wdnet.o(.text+0x12c):wdnet.c: undefined reference to `___ckd_calloc__'
wdnet.o(.text+0x396):wdnet.c: undefined reference to `__E__pr_header'
wdnet.o(.text+0x3a2):wdnet.c: undefined reference to `__E__pr_warn'
wdnet.o(.text+0x3e8):wdnet.c: undefined reference to `___ckd_calloc__'
wdnet.o(.text+0x45f):wdnet.c: undefined reference to `__E__pr_header'
wdnet.o(.text+0x47b):wdnet.c: undefined reference to `__E__die_error'
wdnet.o(.text+0x4f2):wdnet.c: undefined reference to `__E__pr_header'
wdnet.o(.text+0x512):wdnet.c: undefined reference to `__E__pr_warn'
wdnet.o(.text+0x5a5):wdnet.c: undefined reference to `___ckd_calloc__'
wdnet.o(.text+0x5cb):wdnet.c: undefined reference to `___ckd_calloc__'
wdnet.o(.text+0x5ff):wdnet.c: undefined reference to `_glist_add_ptr'
wdnet.o(.text+0x679):wdnet.c: undefined reference to `_glist_add_ptr'
wdnet.o(.text+0x6a6):wdnet.c: undefined reference to `_glist_add_ptr'
wdnet.o(.text+0x74b):wdnet.c: undefined reference to `_glist_add_ptr'
wdnet.o(.text+0x778):wdnet.c: undefined reference to `_glist_add_ptr'
wdnet.o(.text+0x802):wdnet.c: more undefined references to `_glist_add_ptr' foll
ow
... and the list go on. too many errors comes up, and i've no idea what to do to solve it. any advice for that problem? Any reply is very appreciated.
Regards,
Jensen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
This question might be too late to ask, but from what i read that SphinxTrain heavily rely on force alignment so s3-align is still needed.
Well, i've try to compile the s3aligner from the archive_s3/3.0. And after solving some path problem, i finally comes up with these several undefined reference, starting from here...
-L/cygdrive/c/archive_s3/3.0/src/libutil/alpha -o timealign wdnet.o align.o al
ign-main.o -lmain -lmisc -lfeat -lio -lutil -lm
wdnet.o(.text+0x29):wdnet.c: undefined reference to `___mymalloc__'
wdnet.o(.text+0x5c):wdnet.c: undefined reference to `_glist_add_ptr'
wdnet.o(.text+0x8f):wdnet.c: undefined reference to `___mymalloc__'
wdnet.o(.text+0xb2):wdnet.c: undefined reference to `_glist_add_ptr'
wdnet.o(.text+0xd1):wdnet.c: undefined reference to `___mymalloc__'
wdnet.o(.text+0xf4):wdnet.c: undefined reference to `_glist_add_ptr'
wdnet.o(.text+0x12c):wdnet.c: undefined reference to `___ckd_calloc__'
wdnet.o(.text+0x396):wdnet.c: undefined reference to `__E__pr_header'
wdnet.o(.text+0x3a2):wdnet.c: undefined reference to `__E__pr_warn'
wdnet.o(.text+0x3e8):wdnet.c: undefined reference to `___ckd_calloc__'
wdnet.o(.text+0x45f):wdnet.c: undefined reference to `__E__pr_header'
wdnet.o(.text+0x47b):wdnet.c: undefined reference to `__E__die_error'
wdnet.o(.text+0x4f2):wdnet.c: undefined reference to `__E__pr_header'
wdnet.o(.text+0x512):wdnet.c: undefined reference to `__E__pr_warn'
wdnet.o(.text+0x5a5):wdnet.c: undefined reference to `___ckd_calloc__'
wdnet.o(.text+0x5cb):wdnet.c: undefined reference to `___ckd_calloc__'
wdnet.o(.text+0x5ff):wdnet.c: undefined reference to `_glist_add_ptr'
wdnet.o(.text+0x679):wdnet.c: undefined reference to `_glist_add_ptr'
wdnet.o(.text+0x6a6):wdnet.c: undefined reference to `_glist_add_ptr'
wdnet.o(.text+0x74b):wdnet.c: undefined reference to `_glist_add_ptr'
wdnet.o(.text+0x778):wdnet.c: undefined reference to `_glist_add_ptr'
wdnet.o(.text+0x802):wdnet.c: more undefined references to `_glist_add_ptr' foll
ow
... and the list go on. too many errors comes up, and i've no idea what to do to solve it. any advice for that problem? Any reply is very appreciated.
Regards,
Jensen
Look like Glib references. Need to install it on your machine?
Glib references? how to install it? cause i don't have any instruction about it.
i came across with some coding line in makefile from archive_s3/3.0.
# Machine-specific flags for "make"
#
alpha_MKFLAGS =
alpha_osf1_MKFLAGS = $(alpha_MKFLAGS)
linux_MKFLAGS = -I..
sun4_MKFLAGS =
should i include any flag in alpha_MKFLAGS? if i should, what flag should i put it then?
Eric Thayer! Where are you? How can find you and contact you?
Arthur Chan