search for: cyrille

Displaying 20 results from an estimated 58 matches for "cyrille".

2005 Jun 13
3
[LLVMdev] problem compiling the cfrontend on Linux/PPC
Hi, When compiling the cfrontend for Linux/PPC architecture on a powermac G5, i got the following error : -------------------------------Compilation error listing if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi make GCC_FOR_TARGET="/usr/local/home/cyrille/project/llvm/cfrontend/build/gcc/xgcc -B/usr/local/home/cyrille/project/llvm/cfrontend/build/gcc/ -B/usr/local/home/cyrille/project/llvm/cfrontend/install/powerpc-unknown-linux-gnu/bin/ -B/usr/local/home/cyrille/project/llvm/cfrontend/install/powerpc-unknown-linux-gnu/lib/ -isystem /usr/local/home/...
2005 Jun 13
0
[LLVMdev] problem compiling the cfrontend on Linux/PPC
Cyrille Mescam wrote: > Hi, > > > When compiling the cfrontend for Linux/PPC architecture on a powermac > G5, i got > the following error : I hate to ask a silly question, but are you using "make bootstrap" to build the cfrontend? Your output looks like gccas is being give...
2011 Feb 07
7
feature request
...>| out5 exec 5<> out5 echo 1 | ssh -d 3:rd -d 4:wr -d 5:rw ' read <&3; echo $REPLY >&4 read; echo $REPLY read <&5; echo $REPLY >&5 ' > out1 the expected result is 1 in out1, 3 in out3 and 5\n5 in out5. PS : hope the sample is right :-) Regards, Cyrille Lefevre -- mailto:Cyrille.Lefevre-lists at laposte.net
2005 Jun 13
2
[LLVMdev] problem compiling the cfrontend on Linux/PPC
...-------------------------------------------------- EXTRA_MULTILIB_PARTS = crtbegin$(objext) crtend$(objext) \ crtbeginS$(objext) crtendS$(objext) crtbeginT$(objext) ------------------------------------------------------------- Now, it stoppes there: gmake[1]: Entering directory `/usr/local/home/cyrille/project/llvm/cfrontend/build/powerpc-unknown-linux-gnu/libiberty' if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir CONFIG_FILES= CONFIG_HEADERS=config.h:config.in /bin/sh ./config.status config.status: creating config.h config...
2005 Jun 13
2
[LLVMdev] problem compiling the cfrontend on Linux/PPC
On Mon, Jun 13, 2005 at 11:02:10AM -0500, John Criswell wrote: > Cyrille Mescam wrote: > >Hi, > > > > > >When compiling the cfrontend for Linux/PPC architecture on a powermac > >G5, i got > >the following error : > > I hate to ask a silly question, but are you using "make bootstrap" to > build the cfrontend? You...
2005 Jun 13
0
[LLVMdev] problem compiling the cfrontend on Linux/PPC
Cyrille Mescam wrote: > On Mon, Jun 13, 2005 at 11:02:10AM -0500, John Criswell wrote: > >>Cyrille Mescam wrote: >> [snip] > > In fact, i am using the CFE build procedures. I am on instructions 5. > > cyrille > Okay, I took a closer look at your output. I was correc...
2004 Nov 15
1
help for nls
...is : y=b * x exp(n)/(a exp(n) + x exp (n)) Where a = a0 + a1z b= b0 + b1z x and z are variables y the variable that I am trying to modelise a0, a1, b0 and b1 are parameters to determine. I am wondering if I can use nls and if so how do I have to write my command ? Thanks in advance for your help. Cyrille Barn??rias Adjoint au chef d'??chelon interr??gional de Caen Inventaire forestier national 73 rue Marie Curie 14 200 H??rouville Saint-Clair France Tel : 02.31.47.71.53
2004 Nov 26
1
Monitor performance
Hi, I need to record (monitor) a full loaded E1 (30 channels). Do you know if monitor requires a lot of resource? Will it run on a p4 2.4Ghz for example? Thank you for your advice, Sincerely, Cyrille Demaret -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041126/546a3db0/attachment.htm
2005 Dec 07
1
Printer Issue with Access XP
...printer on the workstation to a locally stored printer definition and then start the Access Report Designer, and print to the Samba printer by changing the printer at the time of print, but this is a rather long way around. Does anybody went further in the resolution of this problem? Greets, Cyrille
2009 Nov 06
6
Bug#554805: xen-utils-3.2-1: ioemu routed networking on HVM guests fails
...ians" by the host and rejected. The reason why this happened is that the scripts/qemu-dm script *assumes* only bridging is ever used, and the scripts/vif-routing *assumes* only netfront is ever used. Here we have routing and ioemu, which causes the failure described above. -- Cyrille -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (800, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-xen-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/s...
2011 May 11
1
ssh command line option processing behaviour
...nes, unfortunately, ssh only keep the first option processed. ex. : ssh -o BatchMode=no -o BatchMode=yes host cmd arg... the unix common expected behaviour is to have BatchMode = true, while ssh says BatchMode = false. how about to change the ssh command line processing bahaviour ? Regards, Cyrille Lefevre -- mailto:Cyrille.Lefevre-lists at laposte.net
2005 Jun 29
0
[LLVMdev] Re: llvm linux/PPC cfrontend
Cyrille Mescam wrote: Dear Cyrille, I believe we've fixed the -simplify-libcalls pass. To get the change and verify that it works, please do the following: 1. Undo the change I gave yesterday (i.e. turn the simplify-libcalls pass back on in gccas). 2. Update your llvm source code from our CVS re...
2008 Jun 11
0
[LLVMdev] Shared libs?
...about it, unfortunately it doesn't apply on 2.3. Once I have the time (and a 64bits linux under the hand), I will make a patch for 2.3 and submit it to llvm's bug system (unless someone else want to do it before that ;) ) [1] http://www.opengtl.org/download/X86JITInfo.cpp.pic.patch -- Cyrille Berger
2008 Jun 11
2
[LLVMdev] Shared libs?
Cyrille Berger wrote: > Unfortunately it's not fixed in 2.3 :( That's indeed unfortunate. On x86-64 the Pure interpreter currently is a 7MB behemoth, and most of that is LLVM. ;-) On 32 bit I have all that stuff in a separate runtime library, resulting in a 27K interpreter executable. It goes w...
2010 Jun 14
0
[LLVMdev] CMake sample project?
...NATIVE_OBJECTS part of FIND_LLVM_LIBS is probably not needed anymore, since everything seems to be shipped as static library nowdays. [1] http://bitbucket.org/opengtl/opengtl/src/tip/cmake/modules/FindLLVM.cmake [2] http://bitbucket.org/opengtl/opengtl/src/tip/OpenGTL/GTLCore/CMakeLists.txt -- Cyrille Berger
2005 Jul 12
5
Problems uploading printer drivers
I'm having trouble uploading printer drivers using Windows XP's APW. Since I'm not sure where to look for a solution, perhaps someone here can help. I've tried a few different procedures, but I'll only describe one here. 1) browse to the samba server in windows xp 2) double click on "Printers & Faxes" 3) right click on some blank window area and select
2005 Oct 19
1
Initialising a mirror
...cp -rp" it on the mirror to initialise it. But apparently I forgot something because when rsync still sends all the files from the remote site to my mirror when I first run it. Does anybody has an idea about what I'm doing wrong? Does anybody has a solution to this problem? Regards, Cyrille -------------- next part -------------- HTML attachment scrubbed and removed
2008 Jun 09
3
[LLVMdev] Shared libs?
Eli Friedman wrote: > This isn't first-hand, but from what I remember hearing on IRC, > putting llvm into shared libraries caused a ridiculous explosion in > dynamic linking (and therefore startup) times. So there is no option > to make shared libraries, at least at the moment. Well, by tweaking configure and make options, I've managed to build LLVM 2.2 shared libraries on
2010 Jun 13
2
[LLVMdev] CMake sample project?
I built the list by hand though trial and error. I'm not sure if and how llvm-config works with cmake. Its seems now that I got the right dependencies in the right order, there have been no ongoing maintenance issues. On Sun, Jun 13, 2010 at 4:32 PM, sam lee <skynare at gmail.com> wrote: > Ah, thank you so much. > How did you get the list of target_link_libraries() ? > Did you
2008 Oct 24
0
[LLVMdev] Growing up CMake
...> Apart from me, I only know of one person that tried CMake, and it was by > accident. Well I tried it on linux, and it sounds like it worked. Well llvm was build without error, but since I prefer to stick to released llvm, I didn't if the results of the compilation was usuable ;) -- Cyrille Berger