[ expat-Bugs-942460 ] how to configure the expat library for cross compilation.
"SourceForge.net" <[email protected]> Fri, 28 Jan 2005 18:39:12 -0800
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #942460, was opened at 2004-04-26 12:34 Message generated for change (Comment added) made by fdrake You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=942460&group_id=10127 >Category: Documentation Group: Platform Specific >Status: Closed >Resolution: Wont Fix Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: how to configure the expat library for cross compilation. Initial Comment: Hi, Iam using i686 architecure.I want to build my application using ppc_405 architecture.I have the gcc,lib,etc..for my ppc_405 architecture. In my application am using the expat library calls.So i have to reconfigure my expat library for PPC architecture.hope am right ? In that regard i want to know how to configure it for PPC architecture. i gave the following option. #./configure --host=ppc --prefix=. CC=ppc_405gcc is thiz fine ?? or else shud i give some more like --build ?? can you mail me direclty to [email protected] thanks in advance, ~Babu.S ---------------------------------------------------------------------- >Comment By: Fred L. Drake, Jr. (fdrake) Date: 2005-01-28 21:39 Message: Logged In: YES user_id=3066 Cross-compilation is a tools issue; this needs to be dealt with using the tools you have available. We use libtool and autoconf on Unix, so that should give you everything you need with a GCC-based toolchain. You should be able to use the standard documentation for your tools to deal with this. If it takes anything more than that, please let us know specifically what you had to do, and we'll add that to the documentation. Specific suggested text would be very helpful; I certainly don't have any cross-compilation experience myself. ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2004-04-30 00:18 Message: Logged In: YES user_id=290026 I don't think our team has anyone with PPC expertise. It would be nice if you could find a solution and submit it back to this project as a patch. Thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=942460&group_id=10127