![]() |
|
|
#12 | |
|
Jun 2003
505210 Posts |
Quote:
2) Application > Accessories > Terminal 3) It is probably already installed. But, fireup Synaptics Package Manager (system > administration). Search for: GMP. If it shows up with solid check box, it is installed. Otherwise, check the checkbox, and click Apply. Whenever prompted for password, enter your password. PS:- Not sitting in front of the linux box, so things could be not exactly where I said it would be -- but should be close enough
|
|
|
|
|
|
|
#13 | |
|
Oct 2004
Austria
2·17·73 Posts |
Quote:
(I will try tonight, as I am currently not sitting in front of my linux box, too.) |
|
|
|
|
|
|
#14 |
|
Jun 2003
116748 Posts |
|
|
|
|
|
|
#15 | |
|
Oct 2004
Austria
9B216 Posts |
Quote:
GMP: libgmp3c2 is installed (as far as I understand; if I click onto the box next to the entry, it asks if I want to uninstall it; of course; I answered "no"), I guess, this will do? Code:
The selected CPU does not support the X64 command set [note: german: Befehlssatz] it's ubuntu (64 bit version) running on a core 2 duo laptop! ![]() Should I try to type just "make"? Last fiddled with by Andi47 on 2009-09-17 at 18:59 Reason: Typo |
|
|
|
|
|
|
#16 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
23·3·5·72 Posts |
you have to edit the makefile for 64-bit(wish this would be fixed(i havent checked svn recently))
comment out with a # OPT_FLAGS = -O3 -fomit-frame-pointer -march=athlon-xp -DNDEBUG and uncomment OPT_FLAGS = -O3 -fomit-frame-pointer -march=k8 -DNDEBUG |
|
|
|
|
|
#17 | |
|
May 2008
109510 Posts |
Quote:
Code:
OPT_FLAGS = -O3 -fomit-frame-pointer -march=core2 -DNDEBUG |
|
|
|
|
|
|
#18 |
|
"Ben"
Feb 2007
3·1,171 Posts |
I think it should be -march=nocona for core2. I've vague recollections of this (k8 vs. nocona) not mattering too much... but it makes sense to use the architecture flag you'll be using it on.
Last fiddled with by bsquared on 2009-09-17 at 20:05 Reason: clarify "this" |
|
|
|
|
|
#19 | |
|
Oct 2004
Austria
9B216 Posts |
Quote:
Code:
Warning: conversion into "unit32" from "long int" could change the value. Edit: -march=nocona gives the same bunch of warnings. After compilation, I copied msieve.exe into my 2,1766M-directory and tried to start msieve -v -p -nc2 -t 2 and got: Code:
bash: msieve: command not found
Last fiddled with by Andi47 on 2009-09-17 at 20:14 |
|
|
|
|
|
|
#20 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
72·131 Posts |
That's fine, it's just that the newest gcc is a little more paranoid about type conversion than previous ones were. Try 'msieve -v 11111111111111111111111111111111111111111111111111111111111111111111111' and check that you get factors ...
|
|
|
|
|
|
#21 | |
|
Oct 2004
Austria
2·17·73 Posts |
Quote:
Code:
bash: msieve: command not found
|
|
|
|
|
|
|
#22 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17×251 Posts |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Howto start mprime automically for (Debian) Linux | joblack | Software | 26 | 2018-11-05 11:18 |
| Clicks of death, good opportunity to switch to Linux | jasong | jasong | 4 | 2013-12-28 02:47 |
| Switch from Windows to Linux | Svenie25 | Software | 2 | 2013-12-18 11:23 |
| Okay to switch between windows and linux? | Unregistered | Information & Answers | 1 | 2011-06-09 02:28 |
| LINUX mprime does not switch speedstep off | graysky | PrimeNet | 6 | 2008-11-15 18:08 |