Good Morning While i'm installing RabbitMQ libraries, I found a problem:
autoreconf -i && ./configure && make && sudo make install
But ./configure stop at this position:
checking for gcc option to accept ISO C99... -std=gnu99
./configure: line 11104: syntax error near unexpected token `0.17'
./configure: line 11104: `PKG_PROG_PKG_CONFIG(0.17)'
to arrange something or put its parts together in a particular form or arrangement: Online buyers can build their own version of the car: many of the company's customers configure their own vehicles. The marines used specially configured submarines. computing specialized.
In this page you can discover 23 synonyms, antonyms, idiomatic expressions, and related words for configure, like: setup, build, customize, structure, form, compose, pattern, make, router, shape and install.
1) In computers and computer networks, a configuration often refers to the specific hardware and software details in terms of devices attached, capacity or capability, and exactly what the system is made up of. 2) In networks, a configuration often means the network topology.
When artwork is laid out in order to maximize the connections between the pieces, this is an example of configuration. When you try to set up your computer hardware and software to work the way you want such as adding a wireless mouse and keyboard, this is an example of configuration.
your autotools project uses pkg-config
, but it seems that you either don't have that installed at all or you are lacking the "pkg-config <-> autotools" glue (pkg.m4
), which provides the PKG_PROG_PKG_CONFIG
macro.
if this is true, then the autoreconf -i
should have complained when recreating configure
(though probably only as a non-fatal warning) -> check your build-logs.
you should be able to fix this by installing pkg-config
NOTE: generally, if you get an error it's good to break down the problem into sub-problems. since you are really calling four different tasks (autoreconf
, ./configure
and make
and sudo make install
), you might want to execute them one by one and see where it actually fails (in your case: the 2nd tasks), and what the prior steps indicated (the autoreconf-call).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With