> They give the platform specific options per platform, not > somhow generated > by autoconf. > > This works quite good, your compiler/platform specific > porting is reduced to > the differences between the "standard" and your new platform > in configure.in > settings (mostly).
I'll try to reorganize toolvars-tml.pl.tt such that the variation points are easier to spot. > Undefined first referenced > symbol in file > cgg251DCList<IspcCTypedef*,IspcCGenInspecCode>::~cgg251DCList( > ) ../obj/\ This looks like some kind of problem with template instatiation and/or the template cache. class cgg251DCList is defined in sys/src/idl/xml2ipsc/lspc_ggg251.h, the missing destructor as well. Perhaps you could try to set these methods to inline, that way, the compiler might decide not to use the template cache at all. Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
