[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Making GNUstep base (gsdoc) on Solaris fails
From: |
Naomaru Itoi |
Subject: |
RE: Making GNUstep base (gsdoc) on Solaris fails |
Date: |
Mon, 9 Dec 2002 17:22:11 -0800 |
Hi,
I have had a problem building gsdoc on Solaris, too. However, I was able to build and run what I needed by removing gsdoc from Tools/GNUmakefile. So if you don't need gsdoc, you can try that route ... Just FYI.
> -----Original Message-----
> From: Andreas Hoeschler [mailto:ahoesch@smartsoft.de]
> Sent: Monday, December 09, 2002 4:23 PM
> To: discuss-gnustep@gnu.org
> Subject: Making GNUstep base (gsdoc) on Solaris fails
>
>
> Hi al,,
>
> I just downloaded the newest stuff from cvs and am trying to
> build base
> on Solaris 8. I get
>
> ...
> Making all for tool gdnc...
> Compiling file gdnc.m ...
> Linking tool gdnc ...
> Making all for tool gsdoc...
> Compiling file gsdoc.m ...
> gsdoc.m: In function `loader':
> gsdoc.m:175: warning: subscript has type `char'
> gsdoc.m: In function `-[GSDocHtml parseEOJoin:]':
> gsdoc.m:3677: warning: unused variable `ref'
> gsdoc.m:3679: warning: unused variable `relationshipName'
> Linking tool gsdoc ...
> Undefined first referenced
> symbol in file
> xmlKeepBlanksDefault
> shared_obj/sparc/solaris2.8/gnu-gnu-gnu/gsdoc.o (symbol belongs to
> implicit dependency /usr/local/lib/gcc-lib/sparc-sun-
> solaris2.8/3.1/../../../libxml2.so.2)
> xmlParseFile
> shared_obj/sparc/solaris2.8/gnu-gnu-gnu/gsdoc.o (symbol belongs to
> implicit dependency /usr/local/lib/gcc-lib/sparc-sun-
> solaris2.8/3.1/../../../libxml2.so.2)
> xmlSetExternalEntityLoader
> shared_obj/sparc/solaris2.8/gnu-gnu-gnu/gsdoc.o (symbol belongs to
> implicit dependency /usr/local/lib/gcc-lib/sparc-sun-
> solaris2.8/3.1/../../../libxml2.so.2)
> xmlDoValidityCheckingDefaultValue
> shared_obj/sparc/solaris2.8/gnu-gnu-gnu/gsdoc.o (symbol belongs to
> implicit dependency /usr/local/lib/gcc-lib/sparc-sun-
> solaris2.8/3.1/../../../libxml2.so.2)
> xmlNewInputFromFile
> shared_obj/sparc/solaris2.8/gnu-gnu-gnu/gsdoc.o (symbol belongs to
> implicit dependency /usr/local/lib/gcc-lib/sparc-sun-
> solaris2.8/3.1/../../../libxml2.so.2)
> xmlFreeDoc
> shared_obj/sparc/solaris2.8/gnu-gnu-gnu/gsdoc.o (symbol belongs to
> implicit dependency /usr/local/lib/gcc-lib/sparc-sun-
> solaris2.8/3.1/../../../libxml2.so.2)
> xmlGetExternalEntityLoader
> shared_obj/sparc/solaris2.8/gnu-gnu-gnu/gsdoc.o (symbol belongs to
> implicit dependency /usr/local/lib/gcc-lib/sparc-sun-
> solaris2.8/3.1/../../../libxml2.so.2)
> ld: fatal: Symbol referencing errors. No output written to
> shared_obj/sparc/solaris2.8/gnu-gnu-gnu/gsdoc
> collect2: ld returned 1 exit status
> make[2]: *** [shared_obj/sparc/solaris2.8/gnu-gnu-gnu/gsdoc] Error 1
> make[1]: *** [gsdoc.all.tool.variables] Error 2
> make[1]: Leaving directory `/usr/share/src/core/base/Tools'
> make: *** [internal-all] Error 2
>
> Any ideas? Here is some more info.
>
> bash-2.03# xml2-config --version
> 2.4.15
> bash-2.03# find /usr/local/lib -name "*libxml2.so*"
> /usr/local/lib/libxml2.so.2
> /usr/local/lib/libxml2.so.2.4.15
> /usr/local/lib/libxml2.so
> bash-2.03# crle
>
> Configuration file [2]: /var/ld/ld.config
> Default Library Path (ELF):
> /usr/lib:/local/lib:/usr/local/lib:/usr/local/lib/gcc-
> lib/sparc-sun-solaris2.8/3.0.4:/opt/FrontBase/lib:/usr/local/ssl/lib
> Trusted Directories (ELF): /usr/lib/secure (system default)
>
> Command line:
> crle -c /var/ld/ld.config -l
> /usr/lib:/local/lib:/usr/local/lib:/usr/local/lib/gcc-
> lib/sparc-sun-solaris2.8/3.0.4:/opt/FrontBase/lib:/usr/local/ssl/lib
>
> Thanks a lot,
>
> Andreas
>
>
>
>
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> http://mail.gnu.org/mailman/listinfo/discuss-gnustep
>