|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
build fails on SolarisHi,
when trying to build libxml2-2.7.6 on Solaris10 with sun studio12u1, I'm getting the below error. I did just plain ./configure && make. any hints appreciated hajma libtool: link: /opt/sunstudio12.1/bin/cc -G -h libxml2.so.2 -o .libs/libxml2.so.2.7.6 .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 -L/usr/lib -L/lib -lcurses -lpthread -lz -lm -lsocket -lnsl -lc -Wl,-M -Wl,./libxml2.syms Undefined first referenced symbol in file .XAKAgAP83Y7K0HZ.align_attr .libs/HTMLparser.o (symbol has no version assigned) .XAKAgAP83Y7K0HZ.li_elt .libs/HTMLparser.o (symbol has no version assigned) .XAKAgAPf4Y7K0na.xmlSchemaTypeDateDef .libs/xmlschemastypes.o (symbol has no version assigned) .XAKAgAPR4Y7K0Da.xmlDeregisterNodeDefaultValueThrDef .libs/globals.o (symbol has no version assigned) .XAKAgAP83Y7K0HZ.htmlStartCloseIndexinitialized .libs/HTMLparser.o (symbol has no version assigned) .XAKAgAPY4Y7K0ha.xmlNamespaceNs .libs/xmlschemas.o (symbol has no version assigned) _fini /opt/sunstudio12.1/prod/lib/crti.o (symbol has no version assigned) _init /opt/sunstudio12.1/prod/lib/crti.o (symbol has no version assigned) .XAKAgAPf4Y7K0na.xmlSchemaTypeTimeDef .libs/xmlschemastypes.o (symbol has no version assigned) .XAKAgAPf4Y7K0na.xmlSchemaTypeDoubleDef .libs/xmlschemastypes.o (symbol has no version assigned) .XAKAgAP83Y7K0HZ.target_attr .libs/HTMLparser.o (symbol has no version assigned) .XBKAgAPN4Y7K03Z.docbParseDoc.deprecated .libs/DOCBparser.o (symbol has no version assigned) ... ... _______________________________________________ xml mailing list, project page http://xmlsoft.org/ xml@... http://mail.gnome.org/mailman/listinfo/xml |
|
|
Re: build fails on SolarisOn Mon, 2009-11-02 at 01:01 +0100, hajma wrote:
> when trying to build libxml2-2.7.6 on Solaris10 with sun studio12u1, > I'm getting the below error. I did just plain ./configure && make. > any hints appreciated > Undefined first referenced > symbol in file > .XAKAgAP83Y7K0HZ.align_attr .libs/HTMLparser.o (symbol has no > version assigned) > .XAKAgAP83Y7K0HZ.li_elt .libs/HTMLparser.o (symbol has no > version assigned) > .XAKAgAPf4Y7K0na.xmlSchemaTypeDateDef .libs/xmlschemastypes.o (symbol > has no version assigned) > .XAKAgAPR4Y7K0Da.xmlDeregisterNodeDefaultValueThrDef .libs/globals.o > (symbol has no version assigned) > .XAKAgAP83Y7K0HZ.htmlStartCloseIndexinitialized .libs/HTMLparser.o > (symbol has no version assigned) > .XAKAgAPY4Y7K0ha.xmlNamespaceNs .libs/xmlschemas.o (symbol has no The included mapfile (libxml2.syms) doesn't seem to work. You can get past the build errors if you disable using the mapfile in configure.in: test "`uname`" == "SunOS" && \ - VERSION_SCRIPT_FLAGS="-Wl,-M -Wl," + VERSION_SCRIPT_FLAGS="" AC_SUBST(VERSION_SCRIPT_FLAGS) Don't forget to run autoconf to regenerate configure. Laca _______________________________________________ xml mailing list, project page http://xmlsoft.org/ xml@... http://mail.gnome.org/mailman/listinfo/xml |
| Free embeddable forum powered by Nabble | Forum Help |