similar to: question on compatibility and ldd

Displaying 20 results from an estimated 600 matches similar to: "question on compatibility and ldd"

2010 May 02
1
Shell command help
Dear R Community, I am trying to run a command line in R that will open an external program, have it import a specific input file, run the program, then close the program. The command line that I got from the developer of the model to do this looks like what you see below: c:\programx.exe -import 'inputx.inp' -run -quit I have been trying to use shell() or shell.exec() to run this in
2009 Jun 27
1
Regression; how to get t-values for all parameters estimates
Dear all, Even after a couple of hours looking at old messages I still haven't found a solution for my problem. I'm trying to fit an additive linear regression model with 2 effects, both fixed, to some dataset. The function contrasts(effectA) <- contr.sum can gaurantee that the coefficients per parameter sum to one, and the function dummy.coef provices the estimates of all
2016 Sep 29
2
[RFC] Require PRs for XFAILing tests
> On Sep 29, 2016, at 7:52 AM, David Blaikie <dblaikie at gmail.com> wrote: > > > > On Wed, Sep 28, 2016 at 11:58 AM Robinson, Paul via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > On 28 September 2016 at 10:08, Chris Bieneman via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>>
2007 Jun 29
4
Copyright notices in code
I thought about committing this change to all .c files: Removed all Copyright Timo Sirainen comments. They weren't always correct and the year numbers were rarely updated when something was changed. Copyright is owned by the creator by default in practically all countries, there's no need to advertise it everywhere. Can anyone think of reasons why this wouldn't be a good idea?
2002 Dec 16
1
application level write ordering guarantees?
Hi, can someone tell me whether applications can expect the write requests they make to be executed in order? For instance, suppose an application requests that a file be deleted, and then that another file be moved to an unrelated place. Will these events always happen in that order? Or to put it another way, if something unexpected happens in the meantime (say the computer crashes), is it
2007 Apr 25
1
ldd rubyeventmachine.so, sparc64, openbsd4.0
sorry to start a new thread. didnt know how to continue the other one i started. $ ldd rubyeventmachine.so rubyeventmachine.so: rubyeventmachine.so: Exec format error rubyeventmachine.so: exit status 1 dont mean to waste your time, just been asked on irc whether i''ve had a look into eventmachine and i mentioned that it did not compile properly on my box. so if this is too much of a
2006 Jun 09
2
ldd for exe's and dll's
Hi! Is there any way to do sort of an ldd-style function to see what dlls are needed by certain executables or other dlls in wine? Thanks! -Steven
2018 Jun 07
1
ldd question on CentOS 6.8 (64bit)
Hi all, Will ldd display the paths to different libraries depending on their locations? I'm trying to build libxml2 version 2.9.6 in /usr/local with a newer version of zlib (1.2.8) than what are in the system folders for CentOS 6.8. I get the following output from ldd: $ ldd ./libxml2.so ./libxml2.so: /lib64/libz.so.1: version `ZLIB_1.2.3.3' not found (required by ./libxml2.so)
2005 Jan 11
2
[Fwd: Re: [LLVMdev] Shared library building problems on Darwin]
Michael, I've implemented a LOADABLE_MODULE feature in the makefiles: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050110/023147.html The approach taken is almost what you described below. However, I want to retain the distinction between a "regular" shared library and one that can be dlopened. So, if you specify SHARED_LIBRARY=1 you get a regular shared library
2006 Jun 22
4
ADVICE: Generating unique identifiers for later DB insertion
All, I have an ActiveRecord object that I need to be able to uniquely identify _before_ I actually save the object (I may not end up saving the object based on conditions). This is because I want to use the ID in another context (a file name in the filesystem). Depending on conditions, I may or may not need to do a lot of stuff between the time that I generate the object ID and actually
2017 Oct 09
4
Understanding of ldd header allocation
Hello, I am currently switching to ldd from ld.bfd on a cross-platform embedded project and am facing a behaviour difference when using the same linker scripts with ld.bfd and ldd. Could anybody please give me a more reliable direction I should go with to get the same behaviour from both of the linkers? Target binary format is a 32-bit ELF executable, which is expected to consist of a single RWX
2010 Nov 29
15
Playonlinux and Office 2007
I'm trying to install MS office 2007 standard trial using Playonlinux on Wine 1.3.8. I need to install stuff like MSXML, .net 2 etc... but when I start installing them, a dialog pops up saying 'choose a prefix to patch'... and the list below is empty. If I forward the dialog just closes.
2006 May 25
13
functions calling functions
I think I may be missing a fundamental concept I hope someone can help me with. I have functions that won''t call other functions. Particularly after an Ajax request. In the following object the ajax request onComplete calls the ajaxFetched function successfully. ajaxFetched tries to call function2 but function2 does not execute. Any ideas or workarounds? thanks Kevin o =
2009 Jul 06
1
R 2.8->2.9 change that breaks some upgrade scenarios
I finally got round to look at a little problem I have - most of the time when I use R I would be using snpMatrix (now part of bioconductor, I wrote a substantial part of), so I had $HOME/.Rprofile to save some typing. Upgrading, switching versions used to work fine with R 2.8 then it broke with 2.9.. Apparently it is because most of SHLIB, INSTALL, etc used to be fairly extensive shell scripts
2004 Aug 06
0
2 Live Broadcast - 1 Feed (3DFX3500FM) - with passwords?
ok, I am really starting to love linux! I want to replace my Win2000 Media Server with Linux. We broadcast live FM Radio to 200 listeners every night. I need to gaurantee 50 slots to a certain group with a password or something similar. The other 150 can be wide open. I have icecast and liveice for xmms installed and all is good with simple feeds, but what is the best way to do this? Is icecast
2003 Jun 09
2
libtheora alpha 2 release
At long last, we've reached the alpha 2 milestone. CVS is tagged 'theora1_0_alpha_2' and a tarball is available from the website: http://www.theora.org/files/libtheora-1.0alpha2.tar.gz This includes (hopefully) all the format changes we wanted to get in, so the bitstream format has changed since the alpha 1 release. Any content you have will need to be re-encoded. Also we
2003 Jun 09
2
libtheora alpha 2 release
At long last, we've reached the alpha 2 milestone. CVS is tagged 'theora1_0_alpha_2' and a tarball is available from the website: http://www.theora.org/files/libtheora-1.0alpha2.tar.gz This includes (hopefully) all the format changes we wanted to get in, so the bitstream format has changed since the alpha 1 release. Any content you have will need to be re-encoded. Also we
2005 Dec 29
2
options_for_select order
I''m trying to create a Select box using the following code: &lt;%= select ''project'', ''status'', { "Active" =&gt; "Active", "MD" =&gt; "MD",  "HOLD" =&gt; "HOLD", "Dead" =&gt; "Dead"   }  %&gt; You''d think the select box would keep them in
2004 Sep 23
5
Which distribution to rollout
we are running an older version of RH (7.3) - and I am getting concerned that I may need to migrate off of it - but I dont know what I should move to. Trying to formulate ideas before it becomes a 'got to do it now' scenario. I have some reservations about fedora - I just dont know how stable it is for a production server (our services are mainly samba/ldap/ntp/ssh/rsync/clamav) - we
2005 Jan 11
0
[Fwd: Re: [LLVMdev] Shared library building problems on Darwin]
Yep, it sounds like a good solution, and it works for me - thanks! -mike On Mon, 10 Jan 2005 20:40:34 -0800, Reid Spencer <reid at x10sys.com> wrote: > Michael, > > I've implemented a LOADABLE_MODULE feature in the makefiles: > > http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050110/023147.html > > The approach taken is almost what you described