Hi,
    I am trying to install libxml2 (2.6.30) on Sun Sparc Solaris 5.9 
 
1. Configure step works perfectly fine with command as below.
 
./configure --prefix /home/xmlinst
 
2. make step gives following error
 
 
/bin/bash ./libtool --tag=CC --mode=link gcc  -g -O2 -pedantic -W -Wformat 
-Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat 
-Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith 
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls   -o 
libxml2.la -rpath /home/vk186000/libxml/xmlinst/lib -version-info 8:30:6  
SAX.lo entities.lo encoding.lo error.lo parserInternals.lo parser.lo tree.lo 
hash.lo list.lo xmlIO.lo xmlmemory.lo uri.lo valid.lo xlink.lo HTMLparser.lo 
HTMLtree.lo debugXML.lo xpath.lo xpointer.lo xinclude.lo nanohttp.lo nanoftp.lo 
DOCBparser.lo catalog.lo globals.lo threads.lo c14n.lo xmlstring.lo 
xmlregexp.lo xmlschemas.lo xmlschemastypes.lo xmlunicode.lo xmlreader.lo 
relaxng.lo dict.lo SAX2.lo xmlwriter.lo legacy.lo chvalid.lo pattern.lo 
xmlsave.lo xmlmodule.lo schematron.lo -lpthread -lz  -lm  -lsocket -lnsl rm -fr 
 .libs/libxml2.a .libs/libxml2.so .libs/libxml2.so.2 .libs/libxml2.so.2.6.30
gcc - hared  .libs/SAX.o .libs/entities.o .libs/encoding.o .libs/error.o 
.libs/parserInternals.o .libs/parser.o .libs/tree.o .libs/hash.o .libs/list.o 
.libs/xmlIO.o .libs/xmlmemory.o .libs/uri.o .libs/valid.o .libs/xlink.o 
.libs/HTMLparser.o .libs/HTMLtree.o .libs/debugXML.o .libs/xpath.o 
.libs/xpointer.o .libs/xinclude.o .libs/nanohttp.o .libs/nanoftp.o 
.libs/DOCBparser.o .libs/catalog.o .libs/globals.o .libs/threads.o .libs/c14n.o 
.libs/xmlstring.o .libs/xmlregexp.o .libs/xmlschemas.o .libs/xmlschemastypes.o 
.libs/xmlunicode.o .libs/xmlreader.o .libs/relaxng.o .libs/dict.o .libs/SAX2.o 
.libs/xmlwriter.o .libs/legacy.o .libs/chvalid.o .libs/pattern.o 
.libs/xmlsave.o .libs/xmlmodule.o .libs/schematron.o  -lpthread -lz -lm 
-lsocket -lnsl -lc  -Wl,-soname -Wl,libxml2.so.2 -o .libs/libxml2.so.2.6.30(cd 
.libs && rm -f libxml2.so.2 && ln -s libxml2.so.2.6.30 libxml2.so.2)(cd .libs 
&& rm -f libxml2.so && ln -s libxml2.so.2.6.30 libxml2.so)ar cru 
.libs/libxml2.a  SAX.o entities.o encoding.o error.o parserInternals.o parser.o 
tree.o hash.o list.o xmlIO.o xmlmemory.o uri.o valid.o xlink.o HTMLparser.o 
HTMLtree.o debugXML.o xpath.o xpointer.o xinclude.o nanohttp.o nanoftp.o 
DOCBparser.o catalog.o globals.o threads.o c14n.o xmlstring.o xmlregexp.o 
xmlschemas.o xmlschemastypes.o xmlunicode.o xmlreader.o relaxng.o dict.o SAX2.o 
xmlwriter.o legacy.o chvalid.o pattern.o xmlsave.o xmlmodule.o schematron.o
 
ar: filename parserInternals.o truncated to parserInternalsar: filename 
xmlschemastypes.o truncated to xmlschemastypes
ar: SAX.o not foundar: entities.o not foundar: encoding.o not foundar: error.o 
not foundar: parserInternals.o not foundar: parser.o not foundar: tree.o not 
foundar: hash.o not foundar: list.o not foundar: xmlIO.o not foundar: 
xmlmemory.o not foundar: uri.o not foundar: valid.o not foundar: xlink.o not 
foundar: HTMLparser.o not foundar: HTMLtree.o not foundar: debugXML.o not 
foundar: xpath.o not foundar: xpointer.o not foundar: xinclude.o not foundar: 
nanohttp.o not foundar: nanoftp.o not foundar: DOCBparser.o not foundar: 
catalog.o not foundar: globals.o not foundar: threads.o not foundar: c14n.o not 
foundar: xmlstring.o not foundar: xmlregexp.o not foundar: xmlschemas.o not 
foundar: xmlschemastypes.o not foundar: xmlunicode.o not foundar: xmlreader.o 
not foundar: relaxng.o not foundar: dict.o not foundar: SAX2.o not foundar: 
xmlwriter.o not foundar: legacy.o not foundar: chvalid.o not foundar: pattern.o 
not foundar: xmlsave.o not foundar: xmlmodule.o not foundar: schematron.o not 
foundmake[2]: *** [libxml2.la] Error 43
all .o files which ar is complaining that it cannot find them are properly 
present in the directory. I have no clue why ar is giving error regarding this. 
Any help will will be highly appreciated.
 
With Kind Regards,
Vishal.
 
_________________________________________________________________
Store, manage and share up to 5GB with Windows Live SkyDrive.
http://skydrive.live.com/welcome.aspx?provision=1?ocid=TXT_TAGLM_WL_skydrive_102008
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to