Re: [Tinycc-devel] Building sudo?

2020-11-30 Thread Sudipto Mallick
Interesting project. Because you're building the smallest possible usable system, I'd suggest using a port of OpenBSD doas(1) e.g. https://github.com/slicer69/doas . doas is smaller, simpler alternative of sudo. I think it suits your project well. Also, a salute to you for building an OS using

Re: [Tinycc-devel] Building sudo?

2020-11-30 Thread James Mills
nge...@nongnu.org] *On Behalf Of *James Mills > *Sent:* Sunday, November 29, 2020 12:45 > *To:* jull...@eligis.com; tinycc-devel@nongnu.org > *Subject:* Re: [Tinycc-devel] Building sudo? > > > > But just to be sure, I did it again by hand just like what you described > >

Re: [Tinycc-devel] Building sudo?

2020-11-29 Thread Christian Jullien
020 12:45 To: jull...@eligis.com; tinycc-devel@nongnu.org Subject: Re: [Tinycc-devel] Building sudo? But just to be sure, I did it again by hand just like what you described => https://gist.github.com/prologic/8b3b6bff539a1f070e145200c33c971a Perhaps as you suggested we make tcc ignor

Re: [Tinycc-devel] Building sudo?

2020-11-29 Thread James Mills
igis= >> orange...@nongnu.org] *On Behalf Of *James Mills >> *Sent:* Saturday, November 28, 2020 12:44 >> *To:* jull...@eligis.com; tinycc-devel@nongnu.org >> *Subject:* Re: [Tinycc-devel] Building sudo? >> >> >> >> I did and it fails the same way. &

Re: [Tinycc-devel] Building sudo?

2020-11-29 Thread James Mills
eligis= > orange...@nongnu.org] *On Behalf Of *James Mills > *Sent:* Saturday, November 28, 2020 12:44 > *To:* jull...@eligis.com; tinycc-devel@nongnu.org > *Subject:* Re: [Tinycc-devel] Building sudo? > > > > I did and it fails the same way. > > > > cheers > &

Re: [Tinycc-devel] Building sudo?

2020-11-28 Thread Christian Jullien
On Behalf Of Michael Matz Sent: Friday, November 20, 2020 20:37 To: tinycc-devel@nongnu.org Subject: Re: [Tinycc-devel] Building sudo? Hello, On Fri, 20 Nov 2020, James Mills wrote: > Are you saying if I don't alias ar to tcc -ar it will build? If you have another POSIX compatible ar, I su

Re: [Tinycc-devel] Building sudo?

2020-11-28 Thread James Mills
sion-script, maybe tcc should simply ignore this option. > > -Original Message- > From: Tinycc-devel [mailto:tinycc-devel-bounces+eligis= > orange...@nongnu.org] On Behalf Of Michael Matz > Sent: Friday, November 20, 2020 20:37 > To: tinycc-devel@nongnu.org > Subject: Re: [Tinycc

Re: [Tinycc-devel] Building sudo?

2020-11-21 Thread Christian Jullien
--Original Message- From: Tinycc-devel [mailto:tinycc-devel-bounces+eligis=orange...@nongnu.org] On Behalf Of Michael Matz Sent: Friday, November 20, 2020 20:37 To: tinycc-devel@nongnu.org Subject: Re: [Tinycc-devel] Building sudo? Hello, On Fri, 20 Nov 2020, James Mills wrote: > Are yo

Re: [Tinycc-devel] Building sudo?

2020-11-20 Thread Michael Matz
Hello, On Fri, 20 Nov 2020, James Mills wrote: Are you saying if I don't alias ar to tcc -ar it will build? If you have another POSIX compatible ar, I suspect so, yes. What am I missing? I need to alias ar to tcc -ar for other builds to work :) Well, it seems that sudo, as part of its

Re: [Tinycc-devel] Building sudo?

2020-11-19 Thread James Mills
Michael, Are you saying if I don't alias ar to tcc -ar it will build? What am I missing? I need to alias ar to tcc -ar for other builds to work :) cheers James James Mills / prologic E: prolo...@shortcircuit.net.au W: prologic.shortcircuit.net.au Blog: Read my Blog

Re: [Tinycc-devel] Building sudo?

2020-11-18 Thread Michael Matz
Hello, On Tue, 17 Nov 2020, James Mills wrote: 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/libparsesud oers.a") usage: tcc -ar [rcsv] lib file... create

Re: [Tinycc-devel] Building sudo?

2020-11-17 Thread Christian Jullien
sudo is because I don’t want to install fresh version sudo ./src/sudo ls From: Tinycc-devel [mailto:tinycc-devel-bounces+eligis=orange...@nongnu.org] On Behalf Of James Mills Sent: Tuesday, November 17, 2020 14:40 To: tinycc-devel@nongnu.org Subject: [Tinycc-devel] Building sudo? Hi guys

[Tinycc-devel] Building sudo?

2020-11-17 Thread 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") usage: tcc -ar [rcsv] lib file... create library ([abdioptxN] not supported). make[1]: ***