search for: build_root

Displaying 7 results from an estimated 7 matches for "build_root".

Did you mean: _buildroot
2006 Apr 22
0
[LLVMdev] Re: Building CFE on MinGW
Greg Pettyjohn <gregp at ccs.neu.edu> writes: > Is the MinGW user's list on the web? Look on www.mingw.org -> mailing list > Can you give me a link to the thread? Sorry, no time for that. Once on the mailing list archives, do a search for 'configure'. > (What's IIRC?) If I Remember Correctly. By the way, what's your configure command? -- Oscar
2006 Apr 22
2
[LLVMdev] Re: Building CFE on MinGW
Is the MinGW user's list on the web? Can you give me a link to the thread? (What's IIRC?) Thanks. On Sat, 22 Apr 2006, Oscar Fuentes wrote: > Greg Pettyjohn <gregp at ccs.neu.edu> writes: > > > I've blown a couple of weekends trying to build under MinGW. > > > > I can build the llvm tools with only a couple of minor hassles, but can't > > seem
2006 Apr 23
3
[LLVMdev] Re: Building CFE on MinGW
I'm using a little shell script: BUILD_ROOT=/home/llvm-1.7/cfrontend PREFIX="$BUILD_ROOT/install" LOCAL_BUILD_DIR="$BUILD_ROOT/build" SOURCE_DIR="$BUILD_ROOT/src" echo $__me: Building $TARGET echo $__me: BUILD_ROOT == $BUILD_ROOT echo $__me: SOURCE_DIR == $SOURCE_DIR echo $__me: LOCAL_BUILD_DIR == $LOCAL_BUILD_...
2002 Sep 21
0
[LLVMdev] Burg changes
Burg now uses the same build system as the rest of the llvm system. It sends it's files into the correct BUILD_ROOT, and can build seperate debug, release, and profile versions as well. The only user of burg (lib/Target/Sparc) will automatically use the correct binary from your BUILD_ROOT. This is implemented with the following change sets: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20020916/000...
2009 Dec 28
10
samba 3.3 for opensuse 10.2
Hallo and Merry Christmas to all! I need the rpm-files of samba 3.3 or later for opensuse 10.2. The repo isn?t available any more, so can anybody help me here? Thanks in advance! Peter
2016 Jul 21
5
[RFC] One or many git repositories?
On Wed, Jul 20, 2016 at 6:18 PM, Renato Golin via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Why every one take my comments as my own personal motives? > > I'm just the "consensus seeker". None of these ideas are mine, I'm > just echoing what was said in 320 emails, plus what was said in the > past few years when people discussed about using pure Git.
2005 Dec 07
3
Am not able to create a XenU Domain forFedoraCore 4
...and creating proper config file for it....not in that order of course! Please note that the procedure will have to vary slightly since the name of the kernel is ...domU kernel I think this can be taken care of with EXTRAVERSION=3.1.1-domU but not sure havent tried it yet also make DESTDIR=$BUILD_ROOT install may have to be setup so it installs it into /boot where it will then have to be copied into the domU image by mount -o loop /path/to/image/file/image.file /mnt/fedora cd /mnt/fedora rpm -Uvh -root /path/to/image/file/mnt/fedora/ NewDomUKernel-3.1.1-domU Its complicated and would be...