Displaying 6 results from an estimated 6 matches for "confopts".
2006 Apr 23
3
[LLVMdev] Re: Building CFE on MinGW
...t;$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_DIR
echo $__me: PREFIX == $PREFIX
confopts="--prefix=$PREFIX"
confopts="$confopts --disable-threads"
confopts="$confopts --disable-nls"
confopts="$confopts --disable-shared"
confopts="$confopts --enable-languages=c,c++"
confopts="$confopts --disable-c-mbchar"
confopts=&...
2006 Apr 23
0
[LLVMdev] Re: Building CFE on MinGW
Greg Pettyjohn <gregp at ccs.neu.edu> writes:
> I'm using a little shell script:
[snip]
> confopts="--prefix=$PREFIX"
> confopts="$confopts --disable-threads"
> confopts="$confopts --disable-nls"
> confopts="$confopts --disable-shared"
> confopts="$confopts --enable-languages=c,c++"
> confopts="$confopts --disable-c-...
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
1
[LLVMdev] Re: Building CFE on MinGW
Thanks. I'll try some of this. Further comments in-line:
On Sun, 23 Apr 2006, Oscar Fuentes wrote:
> Greg Pettyjohn <gregp at ccs.neu.edu> writes:
>
> > I'm using a little shell script:
> [snip]
> > confopts="--prefix=$PREFIX"
> > confopts="$confopts --disable-threads"
> > confopts="$confopts --disable-nls"
> > confopts="$confopts --disable-shared"
> > confopts="$confopts --enable-languages=c,c++"
> > confopts=&qu...
2013 May 24
1
how to build vTPM with xen 4.3?
hi,
I am an engineer of Intel , on cloud and virtalization. thanks for you great updates of vTPM.Could you share your experience on how to build vTPM
with xen 4.3? I failed to boot up 2.6.18.8 kernel which is from
# make linux-2.6-xen-build
# make linux-2.6-xen-install
I want to integerate vTPM to OpenAttestation.OpenAttestation project is