![]() |
![]() |
#1 |
May 2023
22 Posts |
![]()
I am trying to compile one of a project with pari library dependency but i am facing below error while running the configuration file. Its installing just fine in ubuntu and windows but not here. I check gzip, perl, gcc, everything is already installed in rpi. Not sure whats the issue. Can someone please help me with this?
pi@raspberrypi:~/mystuff/pari-2.15.3 $ ./Configure Configuring pari-2.15.3 (STABLE) Checking echo to see how to suppress newlines... ...using \c Looking for some tools first ... ./Configure: 1: ./locate: Permission denied ...I could not find gzip. ./Configure: 1: ./locate: Permission denied ...I could not find cc. ./Configure: 1: ./locate: Permission denied ...I could not find gcc. ./Configure: 1: ./locate: Permission denied ...I could not find ld. ./Configure: 1: ./locate: Permission denied ...I could not find perl. ./Configure: 1: ./locate: Permission denied ...I could not find zcat. ./Configure: 1: ./get_archos: ./arch-osname: Permission denied Choosing C compiler ... ### ### Could not find a C compiler. Please install cc/gcc or set $CC ### I am using Raspberry 4, Model B , 2GB RAM |
![]() |
![]() |
![]() |
#2 |
Sep 2002
Database er0rr
3·7·229 Posts |
![]()
What does echo $PATH tell?
|
![]() |
![]() |
![]() |
#3 |
May 2023
22 Posts |
![]() |
![]() |
![]() |
![]() |
#4 |
Sep 2002
Database er0rr
3×7×229 Posts |
![]()
Can you run:
Code:
touch test gzip test.gz test ls test* rm test rm test.gz ![]() Last fiddled with by paulunderwood on 2023-05-23 at 11:25 |
![]() |
![]() |
![]() |
#5 |
"Ed Hall"
Dec 2009
Adirondack Mtns
22×11×131 Posts |
![]()
Coming into his late, but can you use the repository version or do you need to compile from scratch?
The repository version for libpari-dev should be able to be installed with: Code:
sudo apt install libpari-dev |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Need help pari gp | User133 | PARI/GP | 46 | 2020-06-15 11:29 |
LLL in GP/Pari | paul0 | Programming | 2 | 2015-11-17 13:04 |
PARI vs GAP | skan | Miscellaneous Math | 0 | 2012-12-16 00:13 |
pari | devarajkandadai | Programming | 21 | 2012-08-31 18:08 |
64-bit Pari? | CRGreathouse | Software | 2 | 2009-03-13 04:22 |