-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2005-03-21 08:57:44 +0000 JongAm Park <[EMAIL PROTECTED]> wrote:
Hello.
I am trying to build the gnustep-base 1.8.0 version on cygwin. I installed xml2. It fails in linking with these messages.
info : resolving _htmlDefaultSAXHandler by linking to __imp_htmlDefaultSAXHandler ( auto-import )
info: resolving _xmlFree by linking to __imp__xmlFree (auto-import)
info: resolving _xmlDefaultSAXHandler by linking to __imp__xmlDefaultSAXHandler (auto-import)
info: resolving _xmlGetWarningsDefaultValue by linking to __imp__xmlGetWarningsDefaultValue (auto-import)
and so on.
Could someone help me to solve these problems?
I have no idea what is wrong with this. Probably due to the changes of the functions, it may not find the proper functions in link time.
There are problems with linking libraries on windows, depending on how the libraries were built. I am not aware of any pre-built version of libxml2 available for windows which works with other code built by the gcc compiler the way gnustep is.
You can configure the base librarry with the --disable-xml option to work around the problem (though of course that means no xml support). Your other option may be to build libxml2 yourself, from source and using the same compiler that you use to build gnustep-base. I haven't tried that myself, but I've heard reports that it works. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using the GPG bundle for GNUMail
iD8DBQFCPxRCE6AJp3nmKIkRAs7bAKDLziX6DKXen0s3wSvsFicQJ0MkUwCg3oWP iojiQNUnOBmoew8w2YlsQWQ= =+xBC -----END PGP SIGNATURE-----
_______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
