Displaying 5 results from an estimated 5 matches for "libraryies".
Did you mean:
libraries
2004 Mar 11
1
Re: make.search.html() without write permission in R.home() (PR#6663)
...ed to overwrite the search
> file
> W:\unsup\R\i386_win2k/doc/html/search/index.txt
> which was generated from
> file.path(R.home(), "doc/html/search/index.txt")
>
> My library loaded fine, and the flat file help works fine, but there are
> no HTML info on my local libraryies in the R_LIBS area. I have no idea how
> hardwired .../search/index.txt is into various R routines.
>
> Thanks,
> Brian
--
Douglas Bates bates@stat.wisc.edu
Statistics Department 608/262-2598
University of Wisconsin - Madison http:...
2004 Mar 11
0
make.search.html() without write permission in R.home() (PR#6662)
...in make.search.html(), where it tried to overwrite the search
file
W:\unsup\R\i386_win2k/doc/html/search/index.txt
which was generated from
file.path(R.home(), "doc/html/search/index.txt")
My library loaded fine, and the flat file help works fine, but there are
no HTML info on my local libraryies in the R_LIBS area. I have no idea how
hardwired .../search/index.txt is into various R routines.
Thanks,
Brian
2004 Mar 11
0
Re: make.search.html() without write permission in R.home() (PR#6664)
...t; file
> > W:\unsup\R\i386_win2k/doc/html/search/index.txt
> > which was generated from
> > file.path(R.home(), "doc/html/search/index.txt")
> >
> > My library loaded fine, and the flat file help works fine, but there are
> > no HTML info on my local libraryies in the R_LIBS area. I have no idea how
> > hardwired .../search/index.txt is into various R routines.
> >
> > Thanks,
> > Brian
>
> --
> Douglas Bates bates@stat.wisc.edu
> Statistics Department 608/262-2598
> Univ...
2004 Mar 11
0
Re: make.search.html() without write permission in R.hom e( ) (PR#6664)
...386_win2k/doc/html/search/index.txt
> > > which was generated from
> > > file.path(R.home(), "doc/html/search/index.txt")
> > >
> > > My library loaded fine, and the flat file help works
> fine, but there are
> > > no HTML info on my local libraryies in the R_LIBS area. I
> have no idea how
> > > hardwired .../search/index.txt is into various R routines.
> > >
> > > Thanks,
> > > Brian
> >
> > --
> > Douglas Bates bates@stat.wisc.edu
> > Statistics Depart...
2004 Oct 10
2
[LLVMdev] building LLVM (question about ELF class)
...and built LLVM.
I have tested that I have got __sparcv9 #defined, by "gcc -mcpu=v9 -m64
-dM -E hello.cpp | grep __sparcv9".
I have also added "/usr/cs/lib/sparcv9" to the beginning of
$LD_LIBRARY_PATH to force dynamic linking with 64-bit libraries at
run-time; otherwise 32-bit libraryies will be used, which will cause an
error that I met before:
---------------------
/uf24/zhou/research/llvm/src/lib/Target/SparcV9/SparcV9.td -gen-emitter -o
SparcV9CodeEmitter.inc
ld.so.1: /a/athena/uf24/zhou/research/llvm/src/tools/Debug/tblgen: fatal:
/usr/cs/lib/libstdc++.so.5: wrong ELF class:...