Re: Dependence on object files listed in link script

2006-10-05 Thread Tzu-Chien Chiu
2006/10/4, Stepan Kasal <[EMAIL PROTECTED]>: On Wed, Oct 04, 2006 at 11:59:40AM +0800, Tzu-Chien Chiu wrote: > bar_LDADD = @top_builddir@/xyz.la > bar_DEPENDENCIES = $(bar_LDADD) @many_objs@ a few nits first: all AC_SUBSTed variables are available as make variables, so

Dependence on object files listed in link script

2006-10-03 Thread Tzu-Chien Chiu
maintain these files. Better approach anyone, please? -- Tzu-Chien Chiu - SMedia Technology Corp. URL: http://www.csie.nctu.edu.tw/~jwchiu/

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

2006-09-22 Thread Tzu-Chien Chiu
native configure/build will go wrong if BUILD_CC is not empty? 2. Texinfo's way works for me, but just for curious if there are other (tricky) approaches for mulit-host builds? For example projects, please? -- Tzu-Chien Chiu - SMedia Technology Corp. URL: http://www.csie.nctu.edu.tw/~jwchiu/

Re: Multilib support

2006-09-21 Thread Tzu-Chien Chiu
ed for the main cross-platform build. Texinfo is a smaller package, and thus should serve as a more comprehensive example. Feel free to ask me about the details of it. HTH, Stepan Kasal -- Tzu-Chien Chiu - SMedia Technology Corp. URL: http://www.csie.nctu.edu.tw/~jwchiu/

Re: Multilib support

2006-08-08 Thread Tzu-Chien Chiu
2006/8/8, Ralf Wildenhues <[EMAIL PROTECTED]>: Hello Tzu-Chien, * Tzu-Chien Chiu wrote on Tue, Aug 08, 2006 at 11:37:41AM CEST: > > I need to build a native library and a cross-compiled libarary from > the same set of source files, but I don't find any method to specify > per-

Multilib support

2006-08-08 Thread Tzu-Chien Chiu
B might be what I'm looking for. But there isn't much information in the manual on how the corresponding Makefile should be. Neither on Internet nor the mailing list archive, surprisingly. -- Tzu-Chien Chiu - SMedia Technology Corp. URL: http://www.csie.nctu.edu.tw/~jwchiu/

Dependency of Makefile.in on Makefile.am is not aware

2006-07-29 Thread Tzu-Chien Chiu
1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile The versions of the programs I use: * autoconf 2.59 * automake 1.9.6 -- Tzu-Chien Chiu - SMedia Technology Corp. URL: http://www.csie.nctu.edu.tw/~jwchiu/