|
From: | Christian Jullien |
Subject: | Re: [Tinycc-devel] Building sudo? |
Date: | Tue, 17 Nov 2020 14:54:01 +0100 |
Tcc does not support all the ld options used by gcc, especially when building .so. .a are much better supported. Even on RPi, I can compile the latest sudo version using only static libs: tar xvzf sudo-1.9.3p1.tar.gz cd sudo-1.9.3p1/ CC=tcc ./configure --enable-shared=no make # First sudo is because I don’t want to install fresh version sudo ./src/sudo ls From: Tinycc-devel [mailto:tinycc-devel-bounces+eligis=orange.fr@nongnu.org] On Behalf Of James Mills Hi guys, Tried to build sudo with tcc and it fails with: libtool: link: (cd .libs/sudoers.lax/libparsesudoers.a && ar x "/usr/ports/sudo/build/src/sudo-1.9.3p1/plugins/sudoers/./.libs/libparsesudoers.a") Is tcc missing a feature needed here? Is there a work-around? The damn thing _almost_ built :D cheers Jmaes
|
[Prev in Thread] | Current Thread | [Next in Thread] |