search for: _install

Displaying 10 results from an estimated 10 matches for "_install".

Did you mean: install
2020 Nov 05
1
How to use mainline clang/llvm with CMake
...o ask basic questions about usage of CLang/LLVM, but also not sure if there is any other mailing list for such. Kindly point me to such a list in such case. I had built mainline CLang/LLVM on OSX and tried to use it with CMake. I had override following variables in CMake: CMAKE_CXX_COMPILER=${LLVM_INSTALL_PATH}/_install/Toolchains/LLVM12.0.0git.xctoolchain/usr/bin/clang++ CMAKE_CXX_STANDARD_LIBRARIES=${LLVM_INSTALL_PATH}/_install/Toolchains/LLVM12.0.0git.xctoolchain/usr/lib CMAKE_CXX_STANDARD_INCLUDE_DIRECTORIES=${LLVM_INSTALL_PATH}/_install/Toolchains/LLVM12.0.0git.xctoolchain/usr/include/c++/v1 T...
2013 Jul 17
13
[PATCH 0/3] xen: various changes to what we install in /boot
Jan suggested a couple of cleanups based upon my "xen: allow architecture to choose whether to compress installed xen binary" patch. So this series now consists of: xen: allow architecture to choose how/whether to compress installed xen binary xen: x86: drop the ".gz" suffix when installing xen: Use $(T) and $(D) aliases in install target This is based
2013 Jul 12
14
[PATCH] xen: arm: make zImage the default target which we install
From: Ian Campbell <ian.campbell@citrix.com> The zImage compatible binary is the useful one on real hardware. The relocated ELF thing is only really useful when booting directly on Fast Models. The customary suffix for that case is .axf so provide that as a target. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Cc: Wookey <wookey@linaro.org> --- xen/arch/arm/Makefile |
2008 Nov 17
0
Xen 3.3 compile error
Hello, I''m running Ubuntu 8.10 / 32 bit and after installing Xen 3.3 from repos xen-kernel is missing. While compiling in order to get missing xen kernel following error appears: make -C xen install make[1]: Entering directory `/root/xen-3.3.0/xen'' make -f Rules.mk _install make[2]: Entering directory `/root/xen-3.3.0/xen'' make -C tools make[3]: Entering directory `/root/xen-3.3.0/xen/tools'' [ -d figlet ] && make -C figlet make[4]: Entering directory `/root/xen-3.3.0/xen/tools/figlet'' make[4]: `figlet'' is up to date. make[4]...
2011 Jun 30
0
[PATCH] x86/EFI: adjust installation logic
We should always install xen.efi into /usr/lib64/efi/; installation into /boot/efi/efi/$(EFI_VENDOR) remains dependent upon specifying EFI_VENDOR. Signed-off-by: Jan Beulich <jbeulich@novell.com> --- a/xen/Makefile +++ b/xen/Makefile @@ -35,11 +35,16 @@ _install: $(TARGET).gz ln -f -s $(notdir $(TARGET))-$(XEN_FULLVERSION).gz $(DESTDIR)/boot/$(notdir $(TARGET))-$(XEN_VERSION).gz ln -f -s $(notdir $(TARGET))-$(XEN_FULLVERSION).gz $(DESTDIR)/boot/$(notdir $(TARGET)).gz $(INSTALL_DATA) $(TARGET)-syms $(DESTDIR)/boot/$(notdir $(TARGET))-syms-$(XEN_FULLVE...
2011 Nov 10
1
Running Matlab-compiled binaries with Wine?
Hi, yesterday, I tried to install a program that was compiled with Matlab under Wine. Unfortunately, when the installer tried to install the Matlab libraries, I got an error indicating that something had gone wrong with a file named _install.bat. We don't have Matlab for Linux here, so Wine seems to be our only option for this program. Has anyone else perhaps succeeded in installing programs that were compiled with Matlab? Kind regards, Alex
2008 Mar 01
2
How to set up multiple spawns of R?
Sorry: resending this; didn't have a title on it. Trying to set up multiple spawns of R ------------------------------------------- Hi. I'm new to the list but I have a small problem with R. I'm trying to set up multiple spawns of R active at the same time on an AMD with a dual core in Vista so that I can cut down my permutation processing time. I've installed R in multiple
2008 Feb 21
2
problem installing xen kernel on Debian etch
I am currently running kernel 2.6.18-6-686 on Debian Etch 40r3. I am trying to install xen on it. I tried installing linux-image-2.6.18-6- xen-686, but when I restarted, it doesn''t boot instead shows a kernel panic. I ran #apt-get install linux-image-2.6.18-6-xen-686 and changed /boot/grub/menu.lst file to point to current xen kernel. While rebooting it showed kernel panic and
2012 Aug 22
9
make uninstall can delete xen-kernels
Nice time. # make uninstall ... rm -rf //boot/*xen* ... if somebody use "xen" in kernel name (maybe as suffix), so it will be deleted from /boot/ too. Thanks. Denis.
2010 Aug 31
23
Puppet + APT, I am lost...
Hi, For the past week, I have been trying to figure out the best way to do package management with Puppet on an Ubuntu system. I have studied many solutons I found on the web, but none of them seem to do exactly what I want. Among other things, I have tried everything that is discussed here: http://groups.google.com/group/puppet-users/browse_thread/thread/af7349171a5821a4/db96b809c97f6006 but