On Fri, 2006-10-27 at 02:06 +0200, Neil Jerram wrote: > > the LIBS. Without -luca, Guile using __uc_get_ar_bsp would not link > on > > HPUX. There are other checks that use the same logic, such as check > for > > connect in -lsocket and for gethostbyname in -lnsl. > > Thanks for explaining that. I misunderstood something you said in > your previous email about libuca being a system library; I thought > you > meant by that that the compiler linked it automatically on HP-UX, > without needing "-luca" in the invocation.
Just to clarify, I meant that it doesn't require a separate download or installation, nor using specific library search paths; it comes with the system (much like libnsl and such) and just works. > (I actually included this change in what I committed yesterday, so no > further change is needed now.) Thanks. _______________________________________________ Guile-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-devel
