Thanks, that did the trick.
I find it very surprising that this problem is present under Solaris, but not under OS X or Windows. On the other hand, this is not the first time for me. I had a problem compiling native modules on Solaris before I found out that -mimpure-text option is needed in many cases(another thing that should be added to documentation)

Regarding where this should be mentioned in the documentation, the best solution IMO is to add a Solaris-specific page to http://www.mozart-oz.org/documentation/foreign/index.html just like the windows-specific page already there. I know that when I discovered the problem I started googling for Solaris-specific stuff instead of reading the documentation one more time. If that's not an option for whatever reason, putting that somewhere under 4.3 would be good.

/pavel

On Fri, 20 Jul 2007 14:08:16 +0200, Kevin Glynn <[EMAIL PROTECTED]> wrote:


Hi Pavel,

I suspect that your problem is the same as this one:

  http://www.mozart-oz.org/cgi-bin/oz-bugs/TRASHCAN?id=1415;page=79;user=guest

You must make your oz_interface declarations static so that they don't
stomp on each other.  Someone should fix the documentation, maybe you
can point out where this should be done?

thanks
k
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to