Hi,

I'm running PolyML 4.2.0 on some recommissioned Sun SPARCstation 5 and 20 under
Solaris 2.6. I've got code - onced written on a Linux system - which depends on the
CInterface.
C-compiler is gcc 3.4.6, using the Sun 'as' and 'ld'. Creating a shared object
file normally looks something like:

gcc -fPIC -c file.c -o file.o
ld -G -z text -o file.so file.o

Calling a function of this shared object file according to the CInterface manual simply
takes the cpu to the max.
.
I greatly appreciate your help.

Regards,
Michael

_______________________________________________
polyml mailing list
[email protected]
http://lists.inf.ed.ac.uk/mailman/listinfo/polyml

Reply via email to