anyway, the correct library setup would be:
#include <flext.h>
static void tblib_setup() { FLEXT_SETUP(tbroute); FLEXT_SETUP(tbstrg); } FLEXT_LIB_SETUP(tbext,tblib_setup)
this was my first try ... i am getting the same error message. i tried to build the library with gcc and icc.
i had a look at the object files: the main.o calls _Z13tbroute_setupv, but the tbroute.o contains only a tbroute_setup ... well, i haven't learned assembler, yet...
anyway ... maybe i'll have a new try tomorrow....
thanx ... tim