Displaying 20 results from an estimated 1300 matches similar to: "[LLVMdev] Successfulyl bootsrapped llvm-gcc4 on mingw32"
2006 May 10
0
[LLVMdev] Successfulyl bootsrapped llvm-gcc4 on mingw32
Hello, Everyone.
Today I've finished digging into llvm-gcc4 in order to build in under
mingw32. The most trickiest was to make libstdc++ build, since its
configure & makefiles are not so perfect as main gcc ones.
There are several problems with inline assemler (in two places at
least), but both of them are easily seen. Also, there are some
compiler crashes while compiling libiberty (with
2006 Aug 02
0
[LLVMdev] llvm-gcc4 1.8 mingw32 prerelease
Hello Everyone.
The tarball with llvm-gcc4 built under mingw32 has just been uploaded
to http://llvm.org/prereleases/1.8/llvm-gcc4-1.8-x86-mingw32.tar.bz2
Please consider it highly "experimental".
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2006 May 11
0
[LLVMdev] llvm-gcc4 & mingw32
Hello, Henrik.
You wrote Thursday, May 11, 2006, 5:13:06 AM:
HB> Thanks Anton. Nice Job.
There was at least one thing I miss in the description:
In the step 3 you should unpack runtime libraries from mingw32
distribution into "prefix" (say, w32api and mingw-runtime) before
starting configure for GCC.
BTW, maybe it will be better just use patched bash (with "pwd" builtin
2006 May 13
1
[LLVMdev] llvm-gcc4 & mingw32 & bash
Hello, Everyone.
All blackmagic (playing with pwd, etc) in my build description has
gone with patched bash (pwd builtin was just hardly disabled). It's
not good, I myself prefer modifying libstdc++ configure script to use
PWD_CMD environmental variable as main gcc ones. I'm working on this
feature.
--
With best regards,
Anton mailto:asl at math.spbu.ru
2006 May 14
0
[LLVMdev] llvm-gcc4 & mingw32 & bash
Hello, Greg.
You wrote Sunday, May 14, 2006, 5:21:49 PM:
GP> Do I still need to do the "black magic"?
In fact, yes.
GP> What is this patched version of bash (do you have a patch, where do I get
GP> it?) What does "pwd builtin was just hardly disabled" mean?
There are some set of built-in commands in bash (they are called
"builtins"). For example
2006 May 10
2
[LLVMdev] llvm-gcc4 & mingw32
Hello, Everyone.
This is just brief description on building llvm-gcc4 with mingw32.
It's definitely non error-free and contains many "hacks", which should
be eliminated in the future.
1. Prerequisites
We're building in the folowing configuration:
1.1 GCC 3.4.5:
gcc -v
Reading specs from f:/research/mingw/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with:
2001 Jun 04
0
question on bootstrapping mean and sd
Not so much an R question, as a methodology one...
Dealing with some reviewers comments, one of the reviewers suggests
bootstrapping my group means and standard deviations since 2 of my 3 groups
have a small sample size. My data is geochemical data, and a variety of
clustering methods finds 3 groups in the data. One group has 50 members,
another group has 10 members and another group 12
2007 Jun 23
1
[LLVMdev] on-the-fly recompilation/relinking
Hi
Assuming I had an application stub based on (say) lli, and I'd like to allow
a hypothetical IDE to recompile and relink a function:
Is that supported in any way currently? Assuming actually patching all call
sites to point to the newly generated function is possible, I guess what I
need is to be able to either track or find all of the call sites. The
trickiest bit seems to be if the
2006 Feb 01
1
Asterisk SIP phones to Cisco Unity via CCM4.0SIPTrunk
> thanks, using your example, and this url:
>
http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_tech_note0
9186a00800dea82.shtml
<http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_tech_note
09186a00800dea82.shtml>
> I got it to work... then I realized that there's no way the SIP
phone > on asterisk is going to get the MWI ( message waiting
2003 Aug 10
9
DID IT! - Samba 2.2.8a+LDAP+PDC
I am so stoked I just had to share this with y'all.
I just "SEAMLESSLY" migrated all of my machines and users over to my new
Gentoo Linux Server.
I even kept the same: domain name and old PDC NetBios name.
The trickiest part was getting all of the users to keep their same
profile, but I managed that by cloning the RID and Lanman/NT hashes for
the user accounts.
Free at last!
#
2005 Aug 19
2
The scariest set up of all: Printer Support
My experience with printers is that of all the peripherals, regardless
of OS, they are the trickiest to install, configure, and use. So I'm
expecting a battle here.
What I have is a Canon Pixus iP3100. It's a Japanese model, but it's the
same model as the US Canon Pixma iP3000, just a different name.
First, I plugged in the USB cable. CentOS seemed to detect it, and gave
me a
2005 Jul 28
1
[patch] libvorbis + gcc4
http://trac.xiph.org/cgi-bin/trac.cgi/ticket/583
looking at why gcc4 could increase vorbis so much, i first had a look at
the compiler options, and i saw -O20, as far as i know there is
-O0, .. -O3 and -Os but no -O20. changing that to -O2 (patch attached)
one gets close to the result of gcc-3.4.
gcc3.4-O20.ogg 20423
gcc4-O20.ogg 54623
gcc4-O3.ogg 54623
gcc4-O2.ogg 20423
looking
2007 Apr 02
0
[LLVMdev] trouble compiling llvm-gcc4 1.9
On Mar 31, 2007, at 11:35 PM, Erick Tryzelaar wrote:
> I'm having some trouble getting llvm-gcc4 to compile. It's unable to
> compile darwin-crt3.c. It's mentioning "Complex expression. Absolute
> segment assumed." but I'm not sure if that's a real error message. Has
> anyone run into this before? I'm running on a G4 apple 10.4.8, kernel
> version
2006 Aug 25
2
[LLVMdev] updating the "Getting Started" page with more info about the gcc4 frontend
Devang Patel wrote:
>
> On Aug 23, 2006, at 7:00 PM, Emil Mikulic wrote:
>
>> Where -is- that documented?
>>
>> The only reason I know about it is because of how many times it's come
>> up on the list. =)
>
> http://llvm.org/docs/GettingStarted.html ?
>
> ...
> Example with llvm-gcc4
> First, create a simple C file, name it
2006 Aug 24
0
[LLVMdev] updating the "Getting Started" page with more info about the gcc4 frontend
There should also be a large notice in 40 point font and bold that says,
"gcc4 does not produce byte code by default: you must use the -emit-llvm
flag to get LLVM byte code."
Erick Tryzelaar wrote:
> Hello,
>
> It looks like the "Getting Started" is missing some info about the gcc
> 4.0 frontend. Since it doesn't follow the setup of the cfrontend/gcc3.4
>
2001 Aug 17
0
making a neat timetable
On Fri, 17 Aug 2001, Patrick Connolly wrote:
> |> The data are stored in a MySQL table, and I can read them
> |> into R with RMySQL obtaining a MySQLResultSet object (which I
> |> suppose is a data frame ?) which looks like this:
>
> No, it doesn't have any column names. It would be a good idea to get
> it into one since dataframes are very good ways of
2004 Sep 03
0
Re: Re:New to *
----- Original Message -----
> From: Greg Hill <gregh-asterisk@hillnet.us>
> Subject: Re: [Asterisk-Users] New to *
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> <asterisk-users@lists.digium.com>
> Message-ID: <Pine.LNX.4.44.0409031231070.1975-100000@hillnet.us>
> Content-Type: TEXT/PLAIN; charset=US-ASCII
>
> On Fri, 3 Sep 2004, Bill
2020 Jun 22
0
[PATCH RFC v8 02/11] vhost: use batched get_vq_desc version
On Fri, Jun 19, 2020 at 08:07:57PM +0200, Eugenio Perez Martin wrote:
> On Mon, Jun 15, 2020 at 2:28 PM Eugenio Perez Martin
> <eperezma at redhat.com> wrote:
> >
> > On Thu, Jun 11, 2020 at 5:22 PM Konrad Rzeszutek Wilk
> > <konrad.wilk at oracle.com> wrote:
> > >
> > > On Thu, Jun 11, 2020 at 07:34:19AM -0400, Michael S. Tsirkin wrote:
>
2013 Sep 24
1
rsync & gnulib/automake
Hi everyone
We are using rsync on Windows and despite the efforts by the cygwin and
mingw people it would be nice to see win32 support upstream.
When trying to port the latest version of rsync to Windows (not finished
yet) I started using parts of gnulib [1] for missing headers,
definitions and functions. While gnulib can be used without automake by
generating the headers, copying and manually
2006 Aug 15
2
[LLVMdev] llvm-gcc4 on Debian
Ryan Brown wrote:
> I don't think llvm-gcc4 uses gccas or gccld, but it can emit bytecode
> if you give it the --emit-llvm option:
> llvm-gcc --emit-llvm -c -o foo.bc foo.c
That's a bit asymmetric with the previous gcc3 version, isn't it? That
would mean that the "An Example Using the LLVM Tool Chain" section needs
to be updated for the gcc4 frontend.
OTOH, I could