On Sun, Feb 08, 2015 at 04:05:51PM +0000, lux-integ wrote: > Greetings, > > I am having a go at compiling systemd on clfs-multilib described here:- > ( http://clfs.org/view/git/x86_64/final-system/systemd.html ) > Systemd-213 as in the book compiles for 32-bit. > > Paradoxically systemd-218 compiles for 64-bit as described ( on the next page > ) here > (http://clfs.org/view/git/x86_64/final-system/systemd-64bit.html ) > > For the 32-bit ( library-only build ) I tried substituting systemd-218 ( > for systemd-213 ) . where the make ( after configure ) is like so:- > > --# make src/shared/{af,errno}-{from,to}-name.h src/libsystemd/libsystemd.sym > --# make libsystemd.la libudev.la libnss_myhostname.la Seriously, what's the point? All this complications to save a minute or two of compile time?
> src/shared/arphrd-list.c:31:28: fatal error: arphrd-to-name.h: No such file > or > directory > #include "arphrd-to-name.h" > ^ Obviously you need to generate arphrd-to-name.h too. Zbyszek _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
