Displaying 1 result from an estimated 1 matches for "__f95__happiness".
2006 Apr 27
1
Symbol __f95_sign not found.
...==+===+===+===+===+===+===+===+===+===+===+===
so something is going wrong with the install.
I did nm on spatstat.so, and sure enough got
===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===
$ nm spatstat.so | grep f95
[189] | 185004| 4|OBJT |LOCL |0 |20 |__f95__happiness
.
.
.
[195] | 185008| 4|OBJT |LOCL |0 |20 |__f95__happiness
[512] | 0| 0|FUNC |GLOB |0 |UNDEF |__f95_sign
===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===
so, yep, it's undefined. But what do I do about i...