search for: compliat

Displaying 20 results from an estimated 32 matches for "compliat".

Did you mean: compliant
2009 Dec 18
0
[LLVMdev] Static Library Compliation
How do I compilellvm libraries with static versions of libstdc++, libgcc, etc. Thanks Hannibal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091217/f03b9020/attachment.html>
2004 Aug 06
1
ices: compliation problem
Hi all, I can't compile ices on my Linux Box Here is the output ices.o(.text+0xc0): undefined reference to `log_open_file' encode.o: In function `encode_dataout': encode.o(.text+0x223): undefined reference to `vorbis_bitrate_addblock' encode.o(.text+0x244): undefined reference to `vorbis_bitrate_flushpacket' Thank you -- -- GNU/Linux: il y a moins bien mais plus cher
2008 Oct 02
0
[LLVMdev] Compliation broken
Hi all, The current repository (revision 56968.) does not compile on my Linux box (with GCC 3.4.6): X86TargetAsmInfo.cpp:41: error: duplicate explicit instantiation of `bool llvm::X86TargetAsmInfo<BaseTAI>::ExpandInlineAsm(llvm::CallInst*) const [with BaseTAI = llvm::TargetAsmInfo]' X86TargetAsmInfo.cpp:43: error: duplicate explicit instantiation of `bool
2005 Jul 26
3
[LLVMdev] A compliation target with multiple "profiles"
There is actually only one hardware, but with a lot of so called "profiles". For example, there are totally 32 hardware registers available, but the three profiles, namely: * Low register usage profile - use 8 registers at most * Medium register usage profile - use 16 registers at most * High register useage profile - use 32 registers at most I could define a "TablGen target"
2001 Apr 23
2
Dosvm
After installing SUSE 7.1, I upgraded to wine-2001418. No compliation or install errors were noted. However now when I try to start a simple test app like sol.exe I get the the following error: wine: error while loading shared libraries: wine: undefined symbol: Dosvm I tried an older wine version that seemed to work under suse 7.0 but I get the same error. I do...
2000 Mar 07
4
Error compiling R on RS6000 (PR#475)
Full_Name: Paul Gutwin Version: R-1.0.0 OS: AIX 4.2.1 Submission from: (NULL) (198.133.22.67) R-1.0.0 fails to compile. I'm using the config.cache file from a successful compliation of R-0.65.0 (prob #290, fixed thanks to Thomas Vogels @ CMU). Compiling R-1.0.0 fails with the following error messages: make Target "R" is up to date. gcc -I. -I../include -I../../src/include -I../../src/include/R_ext -DHAVE_CONFIG_H -mno-fp-in-toc -g -O2 -c Rsock.c -o Rsock.o In...
2010 Nov 08
3
[LLVMdev] Calling PassManager on previously JITed Modules
...uot;' failed. Stack dump: 0. Running pass 'Function Pass Manager' on module 'lib000d'. 1. Running pass 'Combine redundant instructions' on function '<func name>' Aborted It only happens sometimes, so this would imply some kind of race condition between the compliation and reoptimisation threads, but I'm definitely not trying to run a PassManager on a module which is currently being JITed, so perhaps something about the module is being corrupted by the call to the JIT? Hopefully the above assertion checks indicate something obvious to someone...? Cheers,...
2009 May 21
2
err:ntdll:RtlpWaitForCriticalSection on Mac OS X 10.5.7
I just compiled wine for Mac OS X 10.5.7 (2Ghz 1GB Ram old 13" MacBook) with Xquartz 2.3.3.2 I have OpenGL running just fine, after ./configure --x-includes=/usr/X11/include and running wine with LD_LIBRARY_PATH=/usr/X11/lib I'm trying to get Thief: The Dark Project to run properly now, in Window Mode it works fine, beside that i can't see the options or missions screen after being
2010 Nov 09
0
[LLVMdev] Calling PassManager on previously JITed Modules
...   Running pass 'Function Pass Manager' on module 'lib000d'. > 1.      Running pass 'Combine redundant instructions' on function '<func name>' > Aborted > > It only happens sometimes, so this would imply some kind of race > condition between the compliation and reoptimisation threads, but I'm > definitely not trying to run a PassManager on a module which is > currently being JITed, so perhaps something about the module is being > corrupted by the call to the JIT? Hopefully the above assertion checks > indicate something obvious to s...
2010 Nov 09
1
[LLVMdev] Calling PassManager on previously JITed Modules
...Pass Manager' on module 'lib000d'. > > 1. Running pass 'Combine redundant instructions' on function '<func > name>' > > Aborted > > > > It only happens sometimes, so this would imply some kind of race > > condition between the compliation and reoptimisation threads, but I'm > > definitely not trying to run a PassManager on a module which is > > currently being JITed, so perhaps something about the module is being > > corrupted by the call to the JIT? Hopefully the above assertion checks > > indicate so...
2006 Feb 13
3
AW: Exporting Dom0 disks to DomU as SCSI disks doesnot work
Hello Digvijoy, > Does your kernel have inbuilt support for Logical Volumes > ,because your ouptut shows VFS is unable to mount root ,which > means dm-mod and multidevice modules wasnt compiled into the kernel. Multi-device support is compiled into my DomU kernel, device-mapper is built as a module. But I don''t think this has something to do with my problem because
2010 Apr 19
4
Libvirt Compilation on MS Vista
Does a comprehensive set of instructions on how to compile Libvirt on a Microsoft Vista platform exist? Has this ever been accomplished? I would very much appreciate input from persons who can give me confidence that a Windows client application can be developed on top of Libviet that connects to a QEMU system on an Ubuntu server. The Libvirt Windows Support page
2006 Feb 25
0
[LLVMdev] Re: gcc like attributes and annotations
...ent as compileable in the main object sections. There is no intrinsic reason for all the runtime type information to get compiled into the core object module. Also I could bypass code thats difficult to compile and just stuff its bytcode into this section. So I think this really helps with partial compliation and supporting languags that have complex runtimes. The llvm bycode section would just get a stub runtime upcall for code that not compiled. For java for example this would probably be the compiled parts with stubs and a regular classfile for the runtime data with compiled functions converted...
2019 Jan 01
3
TLS ca/cert/key creation
...ccepted. Correct? Are there any other limits I should be aware of? (Probably limited by the version of OpenSSL the version of Samba was compiled with on the target system? If that's the case, there's probably no hard-and-fast rule about what's acceptable...since it's version/distro/compliation dependant.) --- I generally hate using the OpenSSL tools to generate CA/certs/keys and use GNUTLS's tools to do it. Has anyone done this for Samba, and if so, are there any gotcha's I should watch out for? Any other general tips I should watch out for? TIA -Greg
1999 Aug 03
2
compliation problem
Problem compiling R. version: 0.64.2 machine: SGI O2 OS: IRIX6.5 CC cc FC f77 MAKE GNU make 3.75 Here is part of the the output for make. make[2]: Leaving directory `/usr/people/faculty/math/mgass/stage/R/R-0.64.2/src/include' make[2]: Entering directory `/usr/people/faculty/math/mgass/stage/R/R-0.64.2/src/appl' cc -g -OPT:IEEE_NaN_inf=ON -I../include
2001 Nov 04
0
openssh-2.9.9p2 and kerberos 5
...n 2.9.9p2 to do Kerberos v5 over the version 1 protocol. This code doesn't compile by default on the portable version, and is Heimdal specific. I've got a set of patches (now completed, and being tested locally) which add a --with-kerberos5 option to ./configure to set this up for portable compliation, and include changes to support both MIT Kerberos and Heimdal. I hope to make these available shortly. In addition, my patches to add GSSAPI (and hence Kerberos v5) support to protocol version 2 should be updated to 2.9.9p2 at around the same point. (Probably just in time for the 3.0p1 release,...
2005 Jul 06
2
app_conference and AGI
Hi, i was successful in compiling app_conference and setting up an conference was quite easy. :-) Does anyone knows if it is possible to have an IVR accessable from inside the conference. So, if i dialed into an conference i want to be able to press '*' and then the actual discussion is muted for me and i and menu is read to me. Something like the ${MEETME_AGI_BACKGROUND} in MeetMe.
2003 Jan 06
0
3.0alpha with ADS on Slowlaris 8
Sirs, I have asked this before, but I continue to have difficulties with getting samba3.0alpha to compile with ADS support. That is with this config line and a successfully compliation, the 'net ads join' comand returns that ADS is compiled in: CC=gcc ./configure --prefix=/usr/local/samba3 --with-ads=yes --with-ldap=yes --with-krb5=/usr/local/krb5-127 --with-mysql-prefix=/usr/local/mysql --disable-mysqltest --with-winbind --with-included-popt Everything compiles...
2007 May 31
1
Diva and Asterisk
I am trying to understand the difference between the divas4linux available from the Eicom/Dialogic website and the melware version. Am I right in thinking that the melware version is for Trixbox or Asterisk but the Dialogic version is for Asterisk only (i.e. will not work with Trixbox?). I've noticed that some of the things mentioned on the Dialogic web site as included with Divas e.g.
2016 Jun 17
4
RFC: Comprehensive Static Instrumentation
> On Jun 17, 2016, at 11:27 AM, TB Schardl via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hey Ben, > > Thank you for your comments. I've put my response inline. > > Cheers, > TB > > On Fri, Jun 17, 2016 at 6:29 AM, Craig, Ben via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > On 6/16/2016 2:48 PM,