Dear Haskell designers,
I am currently implemented Groebner basis package
in Haskell. (Groebner basis is a fundamental
algorithm for commutative algebra.)
But I am getting the following message from the
compiler and the linker, and I do not know what to do,
since the manual does not mention about this.
Could you give some guidance on this?
The machine I am using: DEC 5000
The operating system: Unix
Here is the message I get:
---------------------------------------------------
concfun: both a large and small symbol (possible gp relocation errors
may result)
/bin/ld:
/usr/local/lib/lmlc/hlib/lib.a(dialog_c.o): gp relocation out-of-range in
.text section for relocation entry 56 for symbol: concfun
/usr/local/lib/lmlc/hlib/lib.a(dialog_c.o): above gp relocation entry for
non .sdata or .sbss symbol
Best -G num value to compile all -count'ed objects creating gb with is 52
Best -G num value calculation reliable only if all
-count'ed objects were compiled with -G num greater or
equal to maximum size of a literal pool item (8).
--------------------------------------------------------------------
Best regards,
Hoon