Re: Forcing static link of libstdc++

2006-09-22 Thread Mike Melanson
Bob Proulx wrote: What I suggest is to bundle up all of the shared libraries called by the application and then including them in your installation bundle. If your only issue is ancillary shared libraries then simply reference them through LD_LIBRARY_PATH set in a invoking wrapper script. Sound

Re: Cross-compiling support (was: Multilib support)

2006-09-22 Thread Tzu-Chien Chiu
2006/9/22, Stepan Kasal <[EMAIL PROTECTED]>: But this does not mean tha BUILD_CC has to be set! If BUILD_CC is empty, this just makes CC empty. AC_PROG_CC then does its work. (The variable CC overrides the test only if it is nonempty.) 1. I understand, but under which circumstances native

Cross-compiling support (was: Multilib support)

2006-09-22 Thread Stepan Kasal
Hello, On Thu, Sep 21, 2006 at 04:34:35PM +0200, Ralf Corsepius wrote: > On Thu, 2006-09-21 at 21:36 +0800, Tzu-Chien Chiu wrote: > > I've read configure.ac and Makefile.am of texinfo. Here is how it works. [...] I'm afraid you have not understood the trick. Perhaps you could try to cross-compile