[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:Mon, 23 Feb 2004 11:23:52 +0000 (UTC) 
Subject:please guide me. 
From:f_j_54 
Volume-ID: 

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.