Ok,
I was able to download and install devx.
The problem is when I try and configure for the rofi-1.7.5 I get the following errors:
( config.log is attached)
root# ../configure
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/root/Downloads/rofi-1.7.5/build':
configure: error: C compiler cannot create executables
See `config.log' for more details
FossaPup: DEVX C compiler can't create executables
Moderator: Forum moderators
-
- Posts: 29
- Joined: Wed Jan 18, 2023 3:52 am
FossaPup: DEVX C compiler can't create executables
- Attachments
-
- config.log
- (10.18 KiB) Downloaded 48 times
- OscarTalks
- Posts: 623
- Joined: Tue Jul 14, 2020 10:11 pm
- Location: London UK
- Has thanked: 2 times
- Been thanked: 247 times
Re: FossaPup: DEVX C compiler can't create executables
Sounds like the devx is not loaded properly. You need to place the downloaded devx.sfs in a suitable location and then load it with the SFS-Load program. You don't "install" it.
Try the command which gcc in terminal. Does it return /usr/bin/gcc ?
EDIT:- Did a test build, see here:-
https://forum.puppylinux.com/viewtopic.php?t=7894
-
- Posts: 29
- Joined: Wed Jan 18, 2023 3:52 am
Re: FossaPup: DEVX C compiler can't create executables
Yes, gcc is in /usr/bin/gcc
I downloaded to devx pet package from here.
http://distro.ibiblio.org/puppylinux/pe ... s-fossa64/
Clicked on the the package and "Yes" to install.
David
-
- Posts: 2
- Joined: Mon Jan 09, 2023 12:14 am
Re: FossaPup: DEVX C compiler can't create executables
When you look at any failed operation, the primary word you should look for is "error" (secondary would be "warning"), for instance:
> /usr/lib/gcc/x86_64-linux-gnu/5/cc1: error while loading shared libraries: libisl.so.15: cannot open shared object file: No such file or directory
Did you by chance get the wrong DEVX, one that doesn't match the puppy it was built for/with?
You can try to work around this one by making a symlink for libisl.so.15 to a different version, but it may be a game of whack-a-mole.
-
- Posts: 29
- Joined: Wed Jan 18, 2023 3:52 am
Re: FossaPup: DEVX C compiler can't create executables
Thanks for your comments.
What is the correct link to download devx from?
Thanks,
David