[sword-devel] Sword make problem
Will Thimbleby
will at thimbleby.net
Thu Aug 26 00:45:59 MST 2004
Can anyone point me to a solution? I keep getting this error when
making sword.
/usr/bin/libtool: no library created (no object files in input files)
this is the output:
Making all in lib
/bin/sh ../libtool --mode=link g++ -ftemplate-depth-25 -DCURLAVAILABLE
-g -O2 -o libsword.la -rpath /usr/local/lib -release 1.5.8 swkey.lo
listkey.lo strkey.lo treekey.lo treekeyidx.lo versekey.lo
Greek2Greek.lo utilstr.lo utilweb.lo utilxml.lo unixstr.lo swunicod.lo
swversion.lo swbuf.lo ftpparse.lo url.lo untgz.lo roman.lo swconfig.lo
swmgr.lo swfiltermgr.lo encfiltmgr.lo filemgr.lo swlocale.lo
localemgr.lo swcacher.lo swsearchable.lo installmgr.lo stringmgr.lo
markupfiltmgr.lo swdisp.lo swlog.lo swmodule.lo rawstr.lo rawstr4.lo
swcomprs.lo lzsscomprs.lo zipcomprs.lo swcipher.lo zstr.lo
entriesblk.lo rawverse.lo zverse.lo sapphire.lo swbasicfilter.lo
swoptfilter.lo latin1utf8.lo latin1utf16.lo utf8utf16.lo utf16utf8.lo
scsuutf8.lo utf8html.lo utf8latin1.lo utf8cantillation.lo
utf8hebrewpoints.lo utf8greekaccents.lo cipherfil.lo osisheadings.lo
osisfootnotes.lo osishtmlhref.lo osiswebif.lo osismorph.lo
osisstrongs.lo osisplain.lo osisrtf.lo osislemma.lo
osisredletterwords.lo osisscripref.lo gbfhtml.lo gbfhtmlhref.lo
gbfwebif.lo gbfplain.lo gbfrtf.lo gbfstrongs.lo gbffootnotes.lo
gbfheadings.lo gbfredletterwords.lo gbfmorph.lo thmlstrongs.lo
thmlfootnotes.lo thmlheadings.lo thmlmorph.lo thmllemma.lo
thmlscripref.lo thmlvariants.lo thmlgbf.lo thmlrtf.lo thmlhtml.lo
thmlhtmlhref.lo thmlwebif.lo gbfthml.lo gbfosis.lo thmlosis.lo
thmlplain.lo osisosis.lo rtfhtml.lo plainfootnotes.lo plainhtml.lo
greeklexattribs.lo unicodertf.lo swgenbook.lo rawgenbook.lo swtext.lo
rawtext.lo ztext.lo swcom.lo rawcom.lo rawfiles.lo zcom.lo hrefcom.lo
swld.lo rawld.lo rawld4.lo zld.lo flatapi.lo -lcurl -L/usr/lib -lcurl
-arch i386 -arch ppc -lz -lssl -lcrypto -lz -lz
g++ -dynamiclib -arch i386 -arch ppc -single_module -flat_namespace
-undefined suppress -o .libs/libsword-1.5.8.dylib .libs/swkey.o
.libs/listkey.o .libs/strkey.o .libs/treekey.o .libs/treekeyidx.o
.libs/versekey.o .libs/Greek2Greek.o .libs/utilstr.o .libs/utilweb.o
.libs/utilxml.o .libs/unixstr.o .libs/swunicod.o .libs/swversion.o
.libs/swbuf.o .libs/ftpparse.o .libs/url.o .libs/untgz.o .libs/roman.o
.libs/swconfig.o .libs/swmgr.o .libs/swfiltermgr.o .libs/encfiltmgr.o
.libs/filemgr.o .libs/swlocale.o .libs/localemgr.o .libs/swcacher.o
.libs/swsearchable.o .libs/installmgr.o .libs/stringmgr.o
.libs/markupfiltmgr.o .libs/swdisp.o .libs/swlog.o .libs/swmodule.o
.libs/rawstr.o .libs/rawstr4.o .libs/swcomprs.o .libs/lzsscomprs.o
.libs/zipcomprs.o .libs/swcipher.o .libs/zstr.o .libs/entriesblk.o
.libs/rawverse.o .libs/zverse.o .libs/sapphire.o .libs/swbasicfilter.o
.libs/swoptfilter.o .libs/latin1utf8.o .libs/latin1utf16.o
.libs/utf8utf16.o .libs/utf16utf8.o .libs/scsuutf8.o .libs/utf8html.o
.libs/utf8latin1.o .libs/utf8cantillation.o .libs/utf8hebrewpoints.o
.libs/utf8greekaccents.o .libs/cipherfil.o .libs/osisheadings.o
.libs/osisfootnotes.o .libs/osishtmlhref.o .libs/osiswebif.o
.libs/osismorph.o .libs/osisstrongs.o .libs/osisplain.o .libs/osisrtf.o
.libs/osislemma.o .libs/osisredletterwords.o .libs/osisscripref.o
.libs/gbfhtml.o .libs/gbfhtmlhref.o .libs/gbfwebif.o .libs/gbfplain.o
.libs/gbfrtf.o .libs/gbfstrongs.o .libs/gbffootnotes.o
.libs/gbfheadings.o .libs/gbfredletterwords.o .libs/gbfmorph.o
.libs/thmlstrongs.o .libs/thmlfootnotes.o .libs/thmlheadings.o
.libs/thmlmorph.o .libs/thmllemma.o .libs/thmlscripref.o
.libs/thmlvariants.o .libs/thmlgbf.o .libs/thmlrtf.o .libs/thmlhtml.o
.libs/thmlhtmlhref.o .libs/thmlwebif.o .libs/gbfthml.o .libs/gbfosis.o
.libs/thmlosis.o .libs/thmlplain.o .libs/osisosis.o .libs/rtfhtml.o
.libs/plainfootnotes.o .libs/plainhtml.o .libs/greeklexattribs.o
.libs/unicodertf.o .libs/swgenbook.o .libs/rawgenbook.o .libs/swtext.o
.libs/rawtext.o .libs/ztext.o .libs/swcom.o .libs/rawcom.o
.libs/rawfiles.o .libs/zcom.o .libs/hrefcom.o .libs/swld.o
.libs/rawld.o .libs/rawld4.o .libs/zld.o .libs/flatapi.o -L/usr/lib
-lcurl -lssl -lcrypto -lz -install_name
/usr/local/lib/libsword-1.5.8.dylib
/usr/bin/libtool: no library created (no object files in input files)
make[1]: *** [libsword.la] Error 1
make: *** [all-recursive] Error 1
thanks --Will
More information about the sword-devel
mailing list