Displaying 6 results from an estimated 6 matches for "kyra".
Did you mean:
kara
2016 Apr 08
1
Rcmdr will not load
...equired package: car
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck
= vI[[j]]) :
there is no package called ?pbkrtest?
Error: package ?car? could not be loaded
When I use the package manager/installer in the R console and try to load
car it won't load either.
-Kyra
[[alternative HTML version deleted]]
2017 Oct 09
2
Make LLD output COFF relocatable object file (like ELF's -r does). How much work is required to implement this?
Hi,
How far are we from having '-r' in the LLD COFF linker?
I'd try to implement this if not too much effort is required.
Any suggestions and/or pointers?
Cheers,
Kyra
2017 Oct 10
2
Make LLD output COFF relocatable object file (like ELF's -r does). How much work is required to implement this?
...er supports it.
>
> (For those who are not familiar with -r, the option is to make the
> linker emit a .o file instead of an executable or a shared library.
> With the option, you can combine multiple object files into one object
> file.)
>
> On Mon, Oct 9, 2017 at 8:02 AM, kyra via llvm-dev
> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>
> Hi,
>
> How far are we from having '-r' in the LLD COFF linker?
> I'd try to implement this if not too much effort is required.
> Any suggestions...
2017 Oct 10
3
Make LLD output COFF relocatable object file (like ELF's -r does). How much work is required to implement this?
...untime* linker
is. GHC runtime linker goes out into the scene when either GHC is used
interactively, or GHC encounters the code which it has to execute at
compile time (Template Haskell/quasiquotations). Thus GHC compiler must
link some external code during it's own run time.
HTH.
Cheers,
Kyra
2001 Dec 18
4
What systems are you using to listen to Oggs?
What rigs do you folks use to listen to your music? I have a P-III 500
with Altec Lansing speakers in the dining room and a P-II 350 with Labtec
speakers in the Guestroom/office. Sorry, I can't remember what model the
Lansings are off the top of my head. The Labtec speakers are fairly
cheap. I have a PCI ensonique sound card in the P-III system. I not sure
what kind of sound card is in the
2017 Mar 31
2
Invoking lld for PE/COFF (Windows) linking
On 3/30/2017 9:03 PM, Reid Kleckner via llvm-dev wrote:
> On Thu, Mar 30, 2017 at 5:57 PM, Edward Diener via llvm-dev
> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>
> Actually just doing:
>
> clang++ -c t.cpp -o t.o --target=x86_64-windows-msvc -fmsc-version=1900
> clang++ t.o -o t.exe --target=x86_64-windows-msvc