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
[gensoft@e211aa82115c libcircle-0.3.0]$ ./configure
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 whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for pkg-config... yes
configure: error: *** Libcircle requires the pkg-config macros to be available!
problem does not arise whith version 0.2.1-rc.1
if I grab configure.ac from 0.2.1-rc1, edit Makefile.am to remove "unit tests if we found libcheck"
run ./autogen.sh
configure runs fine
regards
Eric
The text was updated successfully, but these errors were encountered:
Hello,
working from https://github.com/hpc/libcircle/releases/download/v0.3/libcircle-0.3.0.tar.gz
after running autogen.sh
I tried to run ./configure and got
problem does not arise whith version 0.2.1-rc.1
if I grab configure.ac from 0.2.1-rc1, edit Makefile.am to remove "unit tests if we found libcheck"
run ./autogen.sh
configure runs fine
regards
Eric
The text was updated successfully, but these errors were encountered: