16 Oct
2020
16 Oct
'20
8:15 a.m.
On Oct 16, 2020, at 4:56 AM, Erich Titl <erich.titl@think.ch> wrote:
I just started over again but instead of running autogen.sh I just ran autoconf. I found that it was our makefile which ran the incriminating sed on libtool, so now configure is built with the intended exceptions.
That's better.
So far so good, the first few modules are built but later on the make process tries to run jlibtool: ..
Do I need to find a way to build jlibtool for the host before trying to compile freeradius and if so where to begin.
Yes. mkdir build/make gcc scripts/jlibtool.c -o build/make/jlibtool That's it. Alan DeKok.