Jens,<br><br>you'r rightht, the PKG_CONFIG_PATH setting was wrong. If I set it to correct path (/usr/local/lib/pkgconfig in my case), the build process runs smoothly.<br><br>Thank you!<br><br>Tamas<br> <br><div class="gmail_quote">
2011/8/26 Jens Vollinga <span dir="ltr"><<a href="mailto:jens.vollinga@googlemail.com">jens.vollinga@googlemail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<div class="im"><br>
<br>
On <a href="tel:26.08.2011%2014" value="+12608201114" target="_blank">26.08.2011 14</a>:02, Tamas Istvan wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Attached the config.log file.<br>
</blockquote>
<br></div>
-lcln is missing from your link command because your pkg-config doesn't work.<br>
In your config.log the command for pkg-config is set to /bin/true ! Not good.<br>
<br>
To find the reason you can try the following things:<br>
<br>
Issue the command<br>
<br>
pkg-config cln --libs<br>
<br>
and see what happens. It should give -lcln as an answer.<br>
<br>
If the command is not found -> repair your pkg-config installation.<br>
If the command says it doesn't know about cln -> check your PKG_CONFIG_PATH variable and where cln.m4 is installed. BTW, did you compile cln yourself or is it a binary package from your distribution?<br>
<br>
In any case, after a new configuration of GiNaC look in config.log for the line PKG_CONFIG='... and if you find a path to pkg-config there, then everything should be fine. Otherwise, please complain again!<br>
<br>
Regards,<br>
Jens<br>
______________________________<u></u>_________________<br>
GiNaC-list mailing list<br>
<a href="mailto:GiNaC-list@ginac.de" target="_blank">GiNaC-list@ginac.de</a><br>
<a href="https://www.cebix.net/mailman/listinfo/ginac-list" target="_blank">https://www.cebix.net/mailman/<u></u>listinfo/ginac-list</a><br>
</blockquote></div><br>