search for: intermingling

Displaying 20 results from an estimated 80 matches for "intermingling".

2008 Jan 04
1
PIC issues... Linking statically to speex when generating a shared library..
The short: Linking to libspeex.a when generating a .so using libtool results in a non-portability warning. This is due to PIC code and non-PIC code intermingling. How can I go about fixing this whilst still using an installed libspeex present on the user's system? The long: I am using autoconf + libtool to generate a codec plugin for speex (sipXmediaLib), and I'm trying to eliminate the libspeex.so shared library dependency -- I'd like to have...
2004 Aug 08
1
[fdo] Inkscape BOF @ Siggraph LOS ANGELES - MON, AUG 9, 4-5 PM
...onal planned work includes conversion of the codebase from C/Gtk to C++/Gtkmm, emphasizing a lightweight core with powerful features added through an extension mechanism, and establishment of a friendly, open, community-oriented development processes. The specific emphasis of this talk will be for intermingling between attendees and to allow for suggestions and discussions about where Inkscape is heading...draw freely! -- Jon Phillips USA.PH.858.361.2811 jon@rejon.org http://www.rejon.org Inkscape (http://inkscape.org) Open Clip Art Library (www.openclipart.org) CVS Book (http://cvsbook.ucsd.edu/)...
2010 Aug 16
1
Changing latitude data to decimal degrees
Hi All, I have location data set up as degrees: minutes: seconds (for example, 122:45:45) I need to get this data into decimal degree form (eg, 122.7625). I know that I need to use the formula: Decimal degrees = Degrees + (Minutes/60) + (Seconds/3600) Does anyone know how I can get R to do this? The original data is all in one column (called 'lat') and the degrees, mins and secs
2010 Jun 08
0
[LLVMdev] Adding support to LLVM for data & code layout (needed by GHC)
On Tue, 8 Jun 2010 11:42:41 +0100, David Terei <davidterei at gmail.com> wrote: > Hi All, > > The GHC developers would like to add support to llvm to enable the > order that code and data are laid out in, in the resulting assembly > code produced by llvm to be defined by the user. The reason we would > like to have this feature is explained in the blog post on GHC's
2010 Jun 08
2
[LLVMdev] Adding support to LLVM for data & code layout (needed by GHC)
Let me point out that projects using standard toolchain (e.g. binutils) can already reorder code and data pretty much arbitrary using sections and linker scripts. I think it's still attractive to have reordering in LLVM to be independent from external toolchain. This will allow reordering in JIT and other interesting things. I agree with John that special global with ordered list looks like
2015 Feb 16
1
/etc/ssl/certs/dovecot.pem erased by OpenSuse's update mechanism
Thanks for the note. I had never seen anything in the postfix and apache documentation that the CRLs could be intermingled with the CRTs in the CRT file. The documentation for those programs suggests putting the CRLs in a separate file (e.g. apache SSLCARevocationFile) or doesn't talk about putting CRLs in with the certs (e.g. postfix smtpd_tls_cert_file). If it works to put them all in one
2012 Jun 30
1
Scientific Linux
...and installing it by hand (and not getting automatic updates etc.) Any comments, please? Red Hat has changed a lot since I last installed it (RH 7.1 in 2001; I have more recently been installing Debian), and I'm not familiar with the current way of running things (and, in particular, with the intermingling of Gnome and KDE things). With thanks, Ted. ------------------------------------------------- E-Mail: (Ted Harding) <Ted.Harding at wlandres.net> Date: 30-Jun-2012 Time: 19:25:13 This message was sent by XFMail
2006 Mar 15
2
Still getting a generator hang on 2.6.7
I've gotten around to testing the generator hang bug using stunnel under 2.6.7, and I still occasionally get the same problem. It seems to be around 50% of the time. Here's some strace output from the generator and receiver from two runs, one where the generator exits properly, and one where it doesn't. Run 2 hangs indefinately. Run 1 Generator: Process 14581 attached - interrupt
2004 Oct 28
1
[LLVMdev] Automatic Loadable Linker Optimization Modules
Hi, I'm soliciting feedback on a design feature for llvm-ld, loadable linker optimization modules. The Problem: The llvm-ld tool expects that the bytecode files it is linking to already have been compile-time optimized appropriately. When it links all the bytecode together, it needs to apply link-time optimizations, if appropriate. The problem is, because of various front-ends involved,
2002 May 10
1
QSG
...l Suggestions: 1) Some consideration of breaking the QSG into three separate documents should be given. Single Zone (Workstation) Two Zone (Classic Firewall) Three+ Zone (Bastion) At any given reading, most users will be installing exactly one of these types, and intermingling the three descriptions makes it seem more complex than it is. 2) A snippit library on the website would be nice. Could be a directory of small text files with long descriptive names. Alternativly web pages could be used as is done now with some of the examples...
2010 Jun 08
0
[LLVMdev] Adding support to LLVM for data & code layout (needed by GHC)
On Tue, Jun 8, 2010 at 4:15 PM, Eugene Toder <eltoder at gmail.com> wrote: > Let me point out that projects using standard toolchain (e.g. > binutils) can already reorder code and data pretty much arbitrary > using sections and linker scripts. > I think it's still attractive to have reordering in LLVM to be > independent from external toolchain. This will allow reordering
2012 Oct 02
0
[LLVMdev] JIT and libgcc_s.so
Hi Eric, This makes total sense, thanks. One thing though; it seems a lot of functionality is being foisted onto the client. This is all well and good, but it seems that clients are expected to reinvent the wheel quite a bit for no real purpose - an example is the implementation of getPointerToNamedFunction, allocate{Code,Data}Section and invalidateInstructionCache in lli.cpp. Many clients will
2012 Oct 01
2
[LLVMdev] JIT and libgcc_s.so
So this is likely just an accident rather than on purpose. There's totally room for that to happen, but it'll be the job of the client and not MCJIT itself. Basically whomever should call dlopen if they want to and it's the problem of the client application (which could be lli as the canonical mcjit example) to link in the correct bits. Make sense? If you can see a use case in
2009 Oct 25
2
Move Windows within an LV to another pv safely
----- "Ben M." <centos at rivint.com> wrote: > Does this appear to be a sound procedure? I have one inline question. I read your version of the procedure and it looks like you want to skip the pvmove. That's fine, but it means more downtime (an unreliable estimate is one minuted per GB). In that case, you don't even need the snapshot. You won't need a point in time
2010 Jun 09
2
[LLVMdev] Adding support to LLVM for data & code layout (needed by GHC)
Yes, the global structure is constant. This is indeed a side-table. Overriding section of global to be in text is simple -- LLVM already supports section attribute on globals and functions. However we also need a specific ordering in text. With some extra work this ordering can be achieved with gnu linker (I posted example implementation earlier) without any changes to LLVM, so the main points for
2006 Oct 14
0
Rsync 2.6.9pre2 released
...due to being overly long. INTERNAL: - Did a code audit using IBM's code checker program and made several changes, including: replacing most of the strcpy() and sprintf() calls with strlcpy(), snprintf(), and memcpy(), and adding a 0-value to an enum that had been intermingling a literal 0 with the defined enum values. - Fixed a potential bug in f_name_cmp() when both the args are a top-level "." dir (which doesn't happen in normal operations). - Changed exit_cleanup() so that it can never return instead of exit. The old code migh...
2006 Apr 23
0
Don''t you think RDoc should be changed when used in Rails?
DOnt you think it would be great if RDoc was changed when used with rails? At the moment there are 3 sections at the top : Files, Classes and Methods. In the Classes section Models, Helpers and Controllers are intermingled. I think it would make more sense and be more useful if there were seperate sections for these. What do you think? Thanks, Chris -- Posted via
2008 Jul 11
1
mpirun question with Rmpi
Dear R People: I'm running Rmpi on a single machine and I have the following statement from the command line: mpirun -np 3 ./R --no-save < eek1.in >stuff4.out The stuff4.out file only contains the third result. Is there a way to fix this such that it shows all 3 sets, please Thanks in advance, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical
2003 Jun 07
0
TDMxx weirdness with 2-line SBC portable phone
This is a really strange one, IMO. I just bought an SBC 900Mhz two-line portable phone. My intent was to use it with one of my TDM20 lines with asterisk, and have the other line be a PSTN line. But it appears as if for some reason I can't intermingle the two types of lines. If I hook *both* lines from the TDM20 to the unit it works just fine. If I hook *both* of my PSTN lines to the
2011 Jan 28
2
[PATCH] Add a prefix to output when tracing (RHBZ#673479).
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into Xen guests. http://et.redhat.com/~rjones/virt-p2v -------------- next part -------------- >From 21d41177fd8bc429f514227903329bc18bc33a64 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones