IN THE NAME OF GOD
Hello.
I have written a C program that implements a neural net. The program has
used a
nn-utility ,and I have to compile it with g++ command( and not xgcc).
I make its object file as following:
g++ -o neural-net.so -shared neural-net.cpp -lnn-utility
But poplog at run time,gives a "MISHAP interrupted" on
"external load mytag
neural-net
endexternal"
Apparently, poplog doesn't accept neural-net.so by g++.
(There is not such problem with xgcc command for usual C programs).
Is there any way?
Please guide me ,if anyone knows this problem.
Sincerely,
Jenab.
|