search for: tmplib

Displaying 5 results from an estimated 5 matches for "tmplib".

Did you mean: implib
2006 Aug 24
2
Problem in library.dynam problems on Linux
...ers had success before then. It could be that something on our system changed, but I am not an admin so I wouldn't know where to look. Can anyone help with this problem? ## A LOCAL INSTALLATION OF HAPLO.STATS APPEARS SUCCESSFUL [sinnwell at dnode0 rpack]$ R CMD INSTALL -l /home/sinnwell/rdir/tmplib haplo.stats * Installing *source* package 'haplo.stats' ... ** libs make: `haplo.stats.so' is up to date. ** R ** data ** demo ** inst ** preparing package for lazy loading ** help >>> Building/Updating help pages for package 'haplo.stats' Formats: text html lat...
2013 Jul 30
1
Error from R CMD check
...f installed package can be loaded Warning in Sys.junction(from, to) : cannot set reparse point 'C:\DOCUME~1\THIERR~2\LOCALS~1\Temp\RtmpMZUCyo\RLIBS_15585fa46d84/watervogels', reason 'De in de reparsepuntbuffer aanwezige gegevens zijn ongeldig' Error in flink(normalizePath(pkgdir), tmplib) : cannot link from U:\svn2\watervogels\watervogels.Rcheck\00_pkg_src\watervogels * removing 'U:/svn2/watervogels/watervogels.Rcheck/watervogels' A translation of the error message: The data in the reparse point buffer are invalid. ir. Thierry Onkelinx Instituut voor natuur- en bosonder...
2001 Oct 07
3
socks and misc patch to 2.9.9p2
...fi + fi + LIBS="$withval $LIBS" + # If Socks was compiled with Kerberos support, we will need + # to link against kerberos libraries. Temporarily append + # to LIBS. This is harmless if there is no kerberos support. + TMPLIBS="$LIBS" + LIBS="$LIBS $KERBEROS_LIBS" + AC_TRY_LINK([], + [ SOCKSconnect(); ], + [], + [ AC_MSG_ERROR(Could not find the $withval library. You must first install socks5.) ]) +...
2002 May 11
4
socks5 support
...fi + fi + LIBS="$withval $LIBS" + # If Socks was compiled with Kerberos support, we will need + # to link against kerberos libraries. Temporarily append + # to LIBS. This is harmless if there is no kerberos support. + TMPLIBS="$LIBS" + LIBS="$LIBS $KERBEROS_LIBS" + AC_TRY_LINK([], + [ SOCKSconnect(); ], + [], + [ AC_MSG_ERROR(Could not find the $withval library. You must first install socks5.) ]) +...
2000 Jan 19
3
AIX openssh patches
...$withval -lsocks5" + fi + fi + fi + LIBS="$withval $LIBS" + # If Socks was compiled with Kerberos support, we will need + # to link against kerberos libraries. Temporarily append + # to LIBS. This is harmless if there is no kerberos support. + TMPLIBS="$LIBS" + LIBS="$LIBS $KERBEROS_LIBS" + cat > conftest.$ac_ext <<EOF + #line 6972 "configure" + #include "confdefs.h" + + int main() { + SOCKSconnect(); + ; return 0; } + EOF + if { (eval echo configure:6979: \"$ac_link\") 1&g...