Forum: Mlucas
2017-06-12, 10:13
|
Replies: 12
Views: 8,479
__SIZEOF_LONG_LONG__ = 8
Got it compiled and...
__SIZEOF_LONG_LONG__ = 8
Got it compiled and linked using the patch, you were right.
But building with threads fails:
root@solt44:~/dev/mlucas-14.1/src/obj# gcc -c -O3 -DUSE_THREADS ../*.c
...
|
Forum: Mlucas
2017-06-11, 06:43
|
Replies: 12
Views: 8,479
It returned that __SIZEOF_POINTER__ = 4 and...
It returned that __SIZEOF_POINTER__ = 4 and caught the error you defined. Quite strange.
Therefore I just left #define OS_BITS 64 as I know it and compiled the code. But linking fails:...
|
Forum: Mlucas
2017-06-10, 22:50
|
Replies: 12
Views: 8,479
"../twopmodq80.c", line 2957: warning: shift...
"../twopmodq80.c", line 2957: warning: shift count negative or too big: >> -50
../twopmodq96.c:
../types.c:
../util.c:
"../util.c", line 1071: undefined symbol: OS_BITS
cc: acomp failed for...
|
Forum: Mlucas
2017-06-10, 16:35
|
Replies: 12
Views: 8,479
|
Forum: Mlucas
2017-06-10, 12:26
|
Replies: 12
Views: 8,479
Building 14.1/autoconf on Solaris 11/SPARC
Hi, guys.
I have an Oracle T4-4 system and I want to put it on a CPU/memory stress-test with a some more benefit than raising the environment temperature a few Celcius higher.
But I tried to...
|