Duft Markus wrote:
Are there any opinions on this. Should i simply say, that this libtool feature is not available with wgcc/windows? This would mean, that i would have to somehow disable *all* code generation in libtool... Are their an objections against this?
That's probably OK in the short term. In the longer term, I think you could supply a tool with wgcc that generates the preloaded symbol table. Generating a valid object file that simply contains external symbol references is not a big deal, you can code that up without using a full assembler.
P.S.: all this really only applies to C++,
C works allready in most cases ;o)
Such a truism... -- -- Howard Chu Chief Architect, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc OpenLDAP Core Team http://www.openldap.org/project/ _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool