You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@localhost trickle]# ./configure CFLAGS=-I/usr/include/tirpc LDFLAGS=-ltirpc
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/root/trickle':
configure: error: C compiler cannot create executables
See `config.log' for more details
glibc has changed the location of rpc.h. It's now split into tirpc. As such the project won't compile without some tweaking.
https://stackoverflow.com/questions/50590546/unable-to-build-rpc-project-with-libtirpc has hints on how to fix it.
The text was updated successfully, but these errors were encountered: