![]() |
|
|
#56 |
|
"Jason Goatcher"
Mar 2005
350710 Posts |
Could someone please give instructions on installing the source code with cygwiin.
Other than downloading cygwin, I'm starting from scratch. I'm at the window in cygwin that asks what packages to install. At the moment I have no packages installed whatsoever. Thanks for any help. |
|
|
|
|
|
#57 | |
|
Jun 2003
31·163 Posts |
Quote:
|
|
|
|
|
|
|
#58 | |
|
"Jason Goatcher"
Mar 2005
1101101100112 Posts |
Quote:
|
|
|
|
|
|
|
#59 | |
|
Jun 2003
31×163 Posts |
Quote:
|
|
|
|
|
|
|
#60 |
|
"Jason Goatcher"
Mar 2005
1101101100112 Posts |
Could someonne please join me on irc? I'm on freenode and my nick is "jasong"
|
|
|
|
|
|
#61 |
|
"Jason Goatcher"
Mar 2005
3×7×167 Posts |
I reread the posts and figured out what the problem is, but not how to solve it. Apparently it's the leading underscores in a couple of files, specifically, the following:
arithmetic64.o bsgs.o factors.o primes.o (I'm going to try to edit it in a text editor. Wish me luck. :) Edt: No good luck on my end, just a bunch of ASCII gibberish. Maybe someone else would like to try? Last fiddled with by jasong on 2006-05-12 at 00:22 |
|
|
|
|
|
#62 |
|
"Jason Goatcher"
Mar 2005
DB316 Posts |
Okay, I deleted the underscores and I'm still have problems. Here's the output:
Code:
gcc -s srsieve.o global.o bitmap.o util.o sequences.o arithmetic32.o arithmetic 64.o bsgs.o factors.o hashtable.o primes.o events.o mulmod62.o -lm -o srsieve arithmetic64.o:arithmetic64.c:(.text+0x1fc): undefined reference to `_mulmod62' arithmetic64.o:arithmetic64.c:(.text+0x2cd): undefined reference to `_mulmod62' arithmetic64.o:arithmetic64.c:(.text+0x328): undefined reference to `_mulmod62' bsgs.o:bsgs.c:(.text+0x2bf): undefined reference to `__one_over_p' bsgs.o:bsgs.c:(.text+0xa3a): undefined reference to `_mulmod62' bsgs.o:bsgs.c:(.text+0xbad): undefined reference to `_mulmod62' factors.o:factors.c:(.text+0x127): undefined reference to `_mulmod62' primes.o:primes.c:(.text+0x130): undefined reference to `_mod62_init' primes.o:primes.c:(.text+0x178): undefined reference to `_mod62_fini' primes.o:primes.c:(.text+0x187): undefined reference to `_mod62_fini' collect2: ld returned 1 exit status |
|
|
|
|
|
#63 | |
|
Aug 2002
10000011012 Posts |
Quote:
|
|
|
|
|
|
|
#64 |
|
Jul 2005
1100000102 Posts |
There are a few #defines in arithmetic.h that also need the underscores removing. Maybe a couple of other .h files.
Or you could just use the source that I 'fixed' that was posted not 10 posts ago. http://www.mersenneforum.org/showpos...4&postcount=53 |
|
|
|
|
|
#65 | |
|
"Mark"
Apr 2003
Between here and the
634710 Posts |
Quote:
|
|
|
|
|
|
|
#66 | |
|
Jul 2005
2×193 Posts |
Quote:
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Very Prime Riesel and Sierpinski k | robert44444uk | Open Projects | 587 | 2016-11-13 15:26 |
| Sierpinski/ Riesel bases 6 to 18 | robert44444uk | Conjectures 'R Us | 139 | 2007-12-17 05:17 |
| Sierpinski/Riesel Base 10 | rogue | Conjectures 'R Us | 11 | 2007-12-17 05:08 |
| Sierpinski / Riesel - Base 23 | michaf | Conjectures 'R Us | 2 | 2007-12-17 05:04 |
| Sierpinski / Riesel - Base 22 | michaf | Conjectures 'R Us | 49 | 2007-12-17 05:03 |