Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'sunstudio'

1674967 - configure.in patch: compile solaris sunstudio libxml2
  1. --- ../configure.in~    Di Okt  6 18:28:58 2009
  2. +++ ../configure.in     Di Nov 17 16:32:34 2009
  3. @@ -75,7 +75,8 @@
  4.  $(/usr/bin/ld --help 2>&1 | grep -- --version-script >/dev/null) && \
  5.      VERSION_SCRIPT_FLAGS=-Wl,--version-script=
  6.  test "`uname`" == "SunOS" && \
  7. -    VERSION_SCRIPT_FLAGS="-Wl,-M -Wl,"
  8. +    #VERSION_SCRIPT_FLAGS="-Wl,-M -Wl,"
  9.  
1674946 - Symbol referencing errors: compile solaris sunstudio libxml2
  1. /bin/bash ./libtool --tag=CC    --mode=link /opt/sunstudio12.1/bin/cc  -g  -Wl,-M -Wl,../libxml2.syms  -version-info 9:6:7  -o libxml2.la -rpath /opt/local/libxml2/lib 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 -L/opt/local/zlib//lib -R/opt/local/zlib//lib -lz  -lm -lsocket -lnsl 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   -R/opt/local/zlib//lib -lpthread -L/opt/local/zlib//lib -lz -lm -lsocket -lnsl -lc  -Wl,-M -Wl,../libxml2.syms   Undefined                       first referenced symbol                             in file $XA1EAAKo5rALU5I.option_attrs       .libs/HTMLparser.o  (symbol has no version assigned) $XA1EAAK25rALE6K.xmlDictInitialized .libs/dict.o  (symbol has no version assigned) $XA1EAAK45rALETL.xmlIsCombining_srng .libs/chvalid.o  (symbol has no version assigned) $XA1EAAKo5rALU5I.alt_attr           .libs/HTMLparser.o  (symbol has no version assigned)
1674944 - relaxng.c patch: compile solaris sunstudio libxml2
  1. --- ../relaxng.c-kaputt_:-(     Di Nov 17 16:14:40 2009
  2. +++ ../relaxng.c        Di Nov 17 16:15:23 2009
  3. @@ -5369,7 +5369,7 @@
  4.      } else {
  5.          xmlRngPErr(ctxt, node, XML_RNGP_CHOICE_CONTENT,
  6.                     "expecting name, anyName, nsName or choice : got %s\n",
  7. -                   (node == NULL ? "nothing" : node->name), NULL);
  8. +                   (node == NULL ? BAD_CAST "nothing" : node->name), NULL);
  9.  
1674937 - libxml2 compile error: compile solaris sunstudio libxml2
  1. libtool: compile:  /opt/sunstudio12.1/bin/cc -DHAVE_CONFIG_H -I. -I.. -I./include -I../include -D_REENTRANT -I/opt/local/zlib//include -g -c ../relaxng.c  -KPIC -DPIC -o .libs/relaxng.o
  2. "../relaxng.c", line 5372: operands have incompatible types:
  3.          pointer to char ":" pointer to const unsigned char
  4. "../relaxng.c", line 5372: warning: argument #5 is incompatible with prototype:
  5.         prototype: pointer to const unsigned char : "../relaxng.c", line 510
  6.         argument : pointer to char
  7. "../relaxng.c", line 9462: warning: argument #3 is incompatible with prototype:
  8.         prototype: pointer to const unsigned char : "../relaxng.c", line 2347
  9.  
worth-right
worth-right
fantasy-obligation