similar to: [LLVMdev] why doesn't LLVM link its dependencies dynamically?

Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] why doesn't LLVM link its dependencies dynamically?"

2008 Oct 07
0
[LLVMdev] why doesn't LLVM link its dependencies dynamically?
On Oct 6, 2008, at 15:52, Yale Zhang wrote: > Hi everyone. I'm mainly build the debug versions of lli and opt > which are huge and take up to 10 seconds to build. It seems there is > no option in configure to allow dynamic linking. Before I try to add > it myself, is there a reason why it's not done? In addition to the APIs being insufficiently stable for shared
2008 Oct 07
1
[LLVMdev] why doesn't LLVM link its dependencies dynamically?
OK. I've tried using shared libraries for everything except LLVMX86.o, and the build time improvement isn't as good as I hoped for. On a Dell Precision 390 workstation, the time to rebuild after a one line change in a library is 10 s for static linking and 7.3 s for dynamic linking (building in Eclipse is slower). One advantage of static linking I haven't thought about is that only
2008 Oct 03
1
[LLVMdev] Dynamic Optimization Infrastructure
Does anyone know if LLVM will soon have a dynamic optimization infrastructure, namely support to generate trampolines back to the JIT/execution manager that get run when a piece of code's frequency exceeds a threshold? I see that there already is a relinkAndRecompileFunction in the JIT, which will be useful. Rather than roll my own mechanisms and have to worry about jumping back to code that
2019 Mar 01
3
Can't authenticate to AD using Samba with SSSD
Would someone please tell me where I can find some good troubleshooting documents to resolve AD authentication issues when using Samba? Is this mailing list the best place? I was able to setup a working WINBIND-Samba setup on CentOS 7.6, but I am required to use SSSD on a different CentOS 7.6 server. Using a test VM, I can get services running, but I can't authenticate from a Mac or
2024 May 06
1
Samba domain name in short format
On Mon, May 06, 2024 at 09:03:14PM +0000, Sun, Zhongdong via samba wrote: >Hi Rowland, > >Thanks for your quick response. > >Yes, it's Samba+sssd+krb5+AD. So many technologies wrapped together, > and I don't know which part can go wrong. We managed to make them work >together with the full domain name format such as yu.yale.edu\zs24. >But it didn't work with
2024 May 08
1
Samba domain name in short format
On Tue, 7 May 2024 22:19:38 +0000 "Sun, Zhongdong" <zhongdong.sun at yale.edu> wrote: > Hi Rowland, > > You are right. We are running some old software here, such as NIS. > All these started in 20 years ago when I joined the group and we had > about 20-30 workstations running Linux. NIS was chosen at that time > to manage user accounts. Some users were not
2004 Aug 06
3
Re: Please confirm your message
icecast@xiph.org wrote: > Hello, this is the mailing list anti-spam filter at Xiph.Org. > We need you to confirm your e-mail message with the subject of > "(no subject)". > > Please send a message to the following address, or simply use your > mailer's "Reply" feature. > > icecast+confirm+1053014484.2633.87372b@xiph.org > > Rather than
2024 May 07
1
Samba domain name in short format
Hi Rowland, You are right. We are running some old software here, such as NIS. All these started in 20 years ago when I joined the group and we had about 20-30 workstations running Linux. NIS was chosen at that time to manage user accounts. Some users were not familiar with Linux, so we provided Samba to them so that they could map Linux file systems to their computers. I know NIS is old
2009 Apr 08
1
Sweave problem, with multicolumn tables from R to LaTeX
Hi there, I have been using the example provided bellow for a while, and It was working without any problem. Nevertheless, just since 2-3 days is not working, probably because I did update.packages(). I have tried to re-install the older versions of the packages Hmisc() and xtable(), but still does not work. Can you run this example, and tell me if you got the same problems? I use
2013 Apr 22
2
R not loading
I am having a problem with loading R on my 64 bit computer. It used to load perfectly until I upgraded to R 3.0.0 now it takes about 10 to even 20 minutes ? Does anyone know how to remedy this problem? Russell " Skip" Barbour Ph.D. Associate Director for Statistics Center for Interdisciplinary Research on AIDS Yale School of Medicine 135 College St. Suit 200 New Haven ,
2019 Feb 18
1
Authenticating AD users and Local users
Thank you for replying! I can login with my Active Directory credentials, but I can’t login using the local CentOS “svc_dictations” account. I created the local account usingusing “adduser”, “smbpasswd”, and then updating my smb.conf file (below). Thank you, Brian [global] workgroup = YALE password server = ad1.yu.yale.edu<http://ad1.yu.yale.edu>
2019 Feb 15
2
Authenticating AD users and Local users
With a lot of help, I just got AD authentication working (Samba 4.8.3, CentOS 7.6, using Winbind). I then added a local account to a share, but I can’t login. My smb.conf has “security = ads”, but I can’t figure out how to use that AND authenticate local users. How can I authenticate Active Directory AND local users? Brian
2024 May 06
1
Samba domain name in short format
On Mon, 6 May 2024 19:50:18 +0000 "Sun, Zhongdong via samba" <samba at lists.samba.org> wrote: > Hello everyone, > > We have a Samba server that experiences very strange problems. I > wonder if anyone can provide some advice. > > This is a Redhat 8.4 machine with Samba 4.13.3. We setup Samba > according to Redat document >
2007 Jun 19
3
Could not find lmer function in {Matrix} package
I am having trouble calling the lmer function in the {Matrix} package. I first installed and loaded {Matrix} as follows: > install.packages("Matrix") > library(Matrix) The package loaded successfully, however when I attempted to call lmer, I received the following message: Error: could not find function "lmer" I also tried: < ?lmer which produced no search
2006 Mar 17
3
can't load "geoR"
Dear R list, I've just installed R and then followed the instructions to install the package "geoR" from within R by using the following line of code: install.packages("geoR", contriburl = "http://www.est.ufpr.br/geoR/windows") This installed okay under the folder C:\documents and settings\ ... But when I follow the instructions in the illustrative session
2024 May 06
1
Samba domain name in short format
Hi Rowland, Thanks for your quick response. Yes, it's Samba+sssd+krb5+AD. So many technologies wrapped together, and I don't know which part can go wrong. We managed to make them work together with the full domain name format such as yu.yale.edu\zs24. But it didn't work with short format as YALE\zs24. When I did this in a Windows computer, it reported "We can't sign you in
2024 May 06
1
Samba domain name in short format
Hello everyone, We have a Samba server that experiences very strange problems. I wonder if anyone can provide some advice. This is a Redhat 8.4 machine with Samba 4.13.3. We setup Samba according to Redat document https://access.redhat.com/solutions/3802321 .It works well in most cases but has some issues. When user tries to mount a share from his/her PC, he/she must use the long format of
2013 May 03
1
State of Gluster 3.4 alpha 3 NFS ACL support
Wonder if someone can point me in the right direction here - just built some new bricks running gluster 3.4 alpha 3 (from http://download.gluster.org) with the objective of testing them to replace some existing 3.2 systems in production. The main thing I was after was NFS ACL support, however on getting everything setup, I still don't seem to be able to see POSIX extended ACLs on the
2007 Oct 05
8
Linux editor for R+LaTeX, but not Emacs
Using Tinn-R (in windows) is possible to run latex and R from the same editor, which was great. Now, I am using Ubuntu-linux, which has been better than WinXP. Currently, I am using Emacs (and then install ESS) for running LaTeX and R from a same editor-program (like i was doing with Tinn-R in windows). Nevertheless, and even though i have been using Emacs for almost 2 years, it is not as
2006 Jan 09
7
Presence support on GrandStream GXP-2000
Hi folks, Just a quick question. Does the GrandStream GXP-2000 phone support presence (hints)? Cheers, Richard. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060109/26c4a63c/attachment.htm