From: Clemens H. <c.h...@gm...> - 2001-06-26 20:45:19
|
Clemens Wyss wrote: Hello Clemens, fine to meet you here ... :-) > When building brain under cygwin (latest greatest with the latest greatest > gcc) I get the follwoing errors: (...) > Any hints Indeed! I would guess you have no useable GMP library or at least the Brain configure thinks so. If so, the define BRN_WITH_GMP will not be set and some of the code in Number.cpp is not compiled properly. So the linker complains. I had not found this before, as I ever compile with GMP library/option installed. Until Manuel fixed that bug, you should try to build/install proper (means at least 3.1) version of GMP. That should help then! > Clemens Indeed, indeed ... Clemens (the other; \cle of Ruby ;-) |