search for: toolsuit

Displaying 10 results from an estimated 10 matches for "toolsuit".

Did you mean: toolsuite
2006 Oct 16
0
[LLVMdev] initializer does not match global variable type.
...> Maybe I wasn't > clear. The "g++" is ordinary vanilla g++, not llvm-g++. Are there > any versioning issues with regular g++ compiling llvm2cpp generated > C++ files? This could be the weak link. llvm2cpp is a relatively new and fairly untested addition to the llvm toolsuite. Its purposes are more for instruction and example generation than for use in compiling. It is entirely possible that llvm2cpp is not generating *exactly* the C++ code necessary to recreate your module. This is especially true since your source language is Objective-C and that has never been trie...
2006 Oct 16
2
[LLVMdev] initializer does not match global variable type.
>-----Original Message----- >From: llvmdev-bounces at cs.uiuc.edu >[mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Chris Lattner >Sent: Monday, October 16, 2006 2:09 PM >To: LLVM Developers Mailing List >Subject: Re: [LLVMdev] initializer does not match global variable type. > >On Mon, 16 Oct 2006, Anderson, Todd A wrote: >> I have an objective-c file, bar.m,
2013 Mar 11
0
Updates to RHEL 6 compatible backport of Samba 4.0.3, with domain controller activated
...test with. * Bundle updated versions of libtalloc, libldb, libtevent, etc. for RHEL 6. * Restore SysV init scripts (Fedora rawhide relies exclusively on systemd.) * Activate "with_dc" to compile with the domain controller. * Include a stack of libraries for the "samba-dc-libs" toolsuite. * Clean up the dependencies for with_dc and with_mitkrb5. * Make clear that the "with_talloc", "with_tevent", etc. flags actually mean "with_internal_talloc" rather than using the separately system compiled talloc, tevent, etc. (RPM spec file syntax fis usually based...
2013 Sep 08
3
manpage Samba4
Hi there, I installed the samba4 following the wiki : https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO ./configure make make install but I not found the manpages #man samba No manual entry for samba! Any solution? thanks! Erik Silva
2006 Oct 16
0
[LLVMdev] initializer does not match global variable type.
...t >> clear. The "g++" is ordinary vanilla g++, not llvm-g++. Are there >> any versioning issues with regular g++ compiling llvm2cpp generated >> C++ files? > >This could be the weak link. llvm2cpp is a relatively new and fairly >untested addition to the llvm toolsuite. Its purposes are more for >instruction and example generation than for use in compiling. It is >entirely possible that llvm2cpp is not generating *exactly* the >C++ code necessary to recreate your module. This is especially true >since your source language is Objective-C and that has...
2013 Jan 22
1
problem joining AD domain
Hi I'm trying to make a Linux server (RHEL 5.3) join my company's ADS domain. The company's domain is built from serveral kerberos realms and Windows domain. the Linux FQDN resolves to the name of one of the kerberos realms we have, but I was asked to to have the linux server join a different kerberos realm and windows Domain. When I attempt to run the command: 'net ads join -U
2005 Aug 29
0
[LLVMdev] PyPy release 0.7.0 announcement
...------------------- PyPy is a MIT-licensed research-oriented reimplementation of Python written in Python itself, flexible and easy to experiment with. It translates itself to lower level languages. Our goals are to target a large variety of platforms, small and large, by providing a compilation toolsuite that can produce custom Python versions. Platform, Memory and Threading models are to become aspects of the translation process - as opposed to encoding low level details into a language implementation itself. Eventually, dynamic optimization techniques - implemented as another translation aspec...
2005 Nov 03
0
[LLVMdev] PyPy 0.8 release announcement
...------------------- PyPy is a MIT-licensed research-oriented reimplementation of Python written in Python itself, flexible and easy to experiment with. It translates itself to lower level languages. Our goals are to target a large variety of platforms, small and large, by providing a compilation toolsuite that can produce custom Python versions. Platform, Memory and Threading models are to become aspects of the translation process - as opposed to encoding low level details into a language implementation itself. Eventually, dynamic optimization techniques - implemented as another translation aspec...
2013 Aug 15
5
Samba4 + Winbind + PAM Installation/Configuration
Hello, Now that I have my Samba4 DC running great on CentOS6.4 I was wondering if somebody could help understand better how to install and configure Samba4 with winbind and PAM. I used the tutorial here: [http://wiki.samba.org/index.php/Samba4/Winbind](http://wiki.samba.org/index.php/Samba4/Winbind) This got me through to the point where "Using pam_winbind" starts.
2010 Apr 14
12
[LLVMdev] Living on Clang
Hello fellow LLVMers and Clangstas, We want to make Clang great, and we need your help! Helping is easy: just build Clang on your platform and start using it as your main compiler for LLVM and Clang development. Much of the Clang team has been living on Clang for at least several weeks already, and we've found it to be quite stable for development. If you run into problems---poor