Glen Bowers
Registered
So, who's having luck installing GNU's Multiple Precision Arithmetic Library? I've attempted an install, but I get errors. ./configure seems to go fine, but make hoarfs with these errors:
<tt>
Making install in mpn
Making install in tests
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
m4 -DPIC -DOPERATION_add_n add_n.asm >tmp-add_n.s
/bin/sh ../libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_add_n -g tmp-add_n.s -o add_n.lo
cc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_add_n -g tmp-add_n.s -o add_n.o
tmp-add_n.s:38
arameter syntax error (parameter 2)
tmp-add_n.s:39
arameter syntax error (parameter 1)
tmp-add_n.s:40
arameter syntax error (parameter 1)
tmp-add_n.s:41
arameter syntax error (parameter 1)
tmp-add_n.s:42
arameter syntax error (parameter 1)
tmp-add_n.s:44
arameter syntax error (parameter 1)
tmp-add_n.s:45
arameter syntax error (parameter 1)
tmp-add_n.s:46
arameter syntax error (parameter 1)
tmp-add_n.s:47
arameter syntax error (parameter 1)
tmp-add_n.s:49
arameter syntax error (parameter 1)
tmp-add_n.s:50
arameter syntax error (parameter 1)
tmp-add_n.s:51
arameter syntax error (parameter 1)
tmp-add_n.s:52
arameter syntax error (parameter 1)
tmp-add_n.s:55
arameter syntax error (parameter 1)
tmp-add_n.s:56
arameter syntax error (parameter 1)
tmp-add_n.s:57
arameter syntax error (parameter 1)
tmp-add_n.s:58
arameter syntax error (parameter 1)
tmp-add_n.s:60
arameter syntax error (parameter 1)
tmp-add_n.s:61
arameter syntax error (parameter 1)
tmp-add_n.s:62
arameter syntax error (parameter 1)
tmp-add_n.s:63
arameter syntax error (parameter 1)
tmp-add_n.s:66:Junk character -1 (<caron>).
make[2]: *** [add_n.lo] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
</tt>
Suggestions anyone? I'm not sure which of the myriad of compilation options to play with. Any help would be cool.
<tt>
Making install in mpn
Making install in tests
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
m4 -DPIC -DOPERATION_add_n add_n.asm >tmp-add_n.s
/bin/sh ../libtool --mode=compile cc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_add_n -g tmp-add_n.s -o add_n.lo
cc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_add_n -g tmp-add_n.s -o add_n.o
tmp-add_n.s:38

tmp-add_n.s:39

tmp-add_n.s:40

tmp-add_n.s:41

tmp-add_n.s:42

tmp-add_n.s:44

tmp-add_n.s:45

tmp-add_n.s:46

tmp-add_n.s:47

tmp-add_n.s:49

tmp-add_n.s:50

tmp-add_n.s:51

tmp-add_n.s:52

tmp-add_n.s:55

tmp-add_n.s:56

tmp-add_n.s:57

tmp-add_n.s:58

tmp-add_n.s:60

tmp-add_n.s:61

tmp-add_n.s:62

tmp-add_n.s:63

tmp-add_n.s:66:Junk character -1 (<caron>).
make[2]: *** [add_n.lo] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
</tt>
Suggestions anyone? I'm not sure which of the myriad of compilation options to play with. Any help would be cool.