Problems with dynamic linking in tela

2001-08-02 Thread Mikael Hedin
Hi, I have tried to compile and link the following file into tela. The --shared version works if I remove the line with "cout <<". Do you have any advise on what can be the problem? Tela uses dlopen() to load the file. TIA, Micce ~/tmp$cat myfn.ct // Our first C-tela example [] = myfn(x) /

Problems with dynamic linking in tela

2001-08-02 Thread Mikael Hedin
Hi, I have tried to compile and link the following file into tela. The --shared version works if I remove the line with "cout <<". Do you have any advise on what can be the problem? Tela uses dlopen() to load the file. TIA, Micce ~/tmp$cat myfn.ct // Our first C-tela example [] = myfn(x)