<div dir="ltr">On Wed, Mar 13, 2013 at 4:47 AM, Mathieu Malaterre <span dir="ltr"><<a href="mailto:malat@debian.org" target="_blank">malat@debian.org</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">As explained before, the problem is here:<br>
<br>
...<br>
checking for f77_alloc_ in -lf2c... no<br>
checking for f77_alloc in -lf2c... no<br>
checking for F77_ALLOC_ in -lf2c... no<br>
checking for F77_ALLOC in -lf2c... no<br>
not found<br>
...<br>
<br>
however libf2c is clearly installed on that system.<br></blockquote><div><br></div><div style>This does not really matter, because even if these are not found, igraph still uses -lf2c, here is part of <a href="http://configure.ac">configure.ac</a>:</div>
<div style><br></div><div style><div>if test "$internal_f2c" = "no"; then</div><div>  AC_CHECK_LIB([f2c], [f77_alloc_], [],</div><div>     AC_CHECK_LIB([f2c], [f77_alloc], [],</div><div>        AC_CHECK_LIB([f2c], [F77_ALLOC_], [],</div>
<div>           AC_CHECK_LIB([f2c], [F77_ALLOC], [],</div><div>              [AC_MSG_RESULT(not found, trying to use -lf2c anyway.)]))))</div><div>  LDFLAGS="${LDFLAGS}"</div><div>else  AC_DEFINE([INTERNAL_F2C], [1], [Define to 1 if you use the internal F2C library])</div>
<div>fi</div><div> </div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
>From your comment, I guess the behavior in debian is unexpected and<br>
should have worked.<br></blockquote><div><br></div><div style>It does work, at least the library and both packages are built, according to the log file you have sent me. Whether it is functional I don't know.</div><div style>
<br></div><div style>Gabor</div><div><br></div><div>[...]</div></div></div></div>