On 10/26/17, David Henderson wrote:
> So I am using the compile flags as suggested, however, I have noticed
> two errors. I tried passing '--enable-static' to 'configure' and end
> up with:
>
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... ye
So I am using the compile flags as suggested, however, I have noticed
two errors. I tried passing '--enable-static' to 'configure' and end
up with:
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries...
On 10/26/17, Mantas Mikulėnas wrote:
> On Thu, Oct 26, 2017, 18:26 David Henderson
> wrote:
>
>> Good afternoon all! I have been looking for the udev source code to
>> compile the library and utilities and it appears it is bundled in the
>> systemd software. I have run autoreconf to generate a
lol thanks for the links Mike! Using the build system I developed, I
more or less have hooks to external scripts that can be called to
perform various tasks during the build process. Once I get the
profile built, I can give it to you if you are interested to see how
it works. Compiling is as sim
On Thu, Oct 26, 2017 at 11:45 AM, Mantas Mikulėnas wrote:
> On Thu, Oct 26, 2017, 18:26 David Henderson
> wrote:
>>
>> Good afternoon all! I have been looking for the udev source code to
>> compile the library and utilities and it appears it is bundled in the
>> systemd software. I have run aut
On Thu, Oct 26, 2017, 18:26 David Henderson
wrote:
> Good afternoon all! I have been looking for the udev source code to
> compile the library and utilities and it appears it is bundled in the
> systemd software. I have run autoreconf to generate a configure
> script (using version 233 since I
Good afternoon all! I have been looking for the udev source code to
compile the library and utilities and it appears it is bundled in the
systemd software. I have run autoreconf to generate a configure
script (using version 233 since I don't have meson), but could not see
a way to just compile th
On Do, 26.10.17 15:31, Mantas Mikulėnas ([email protected]) wrote:
> On Tue, Oct 24, 2017 at 11:33 AM, Lennart Poettering > wrote:
>
> > On Fr, 13.10.17 08:06, Mantas Mikulėnas ([email protected]) wrote:
> >
> > > gparted seems to achieve this by masking all .rules files it can find (by
> > > cr
On Tue, Oct 24, 2017 at 11:33 AM, Lennart Poettering wrote:
> On Fr, 13.10.17 08:06, Mantas Mikulėnas ([email protected]) wrote:
>
> > gparted seems to achieve this by masking all .rules files it can find (by
> > creating 0-byte versions under /run/udev/rules.d).
>
> Urks.
>
> Somebody should tel