search for: intermingl

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

Did you mean: intermingle
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 h...
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
...and the degrees, mins and secs are divided by ':' There are some values that are negative (eg -69:38:27), I think in these instances I need to do the calculation in the positive then multiply it by -1 to make it negative again, the only problem is the positive and negative data are all intermingled, is there a way around this too? I have R version 2.10.1 on a windows vista computer. I could do it manually but I have like 20,000 entries and would really like a little code to automate the conversion. I have tried Microsoft Access and Excel, but because the data is not stored in 3 column...
2010 Jun 08
0
[LLVMdev] Adding support to LLVM for data & code layout (needed by GHC)
...d > like to have this feature is explained in the blog post on GHC's use > of llvm here: > http://blog.llvm.org/2010/05/glasgow-haskell-compiler-and-llvm.html, > specifically under the title, 'Problems with backend'. > Whichever way is chosen, the ability to reorder and intermingle functions and data arbitrarily is interesting to more than just GHC. In particular, I would like to point out the efforts by Mozilla to make Firefox startup faster, which essentially came down to reordering stuff in the executables so that everything is ordered by the sequence of accesses during p...
2010 Jun 08
2
[LLVMdev] Adding support to LLVM for data & code layout (needed by GHC)
...feature is explained in the blog post on GHC's use >> of llvm here: >> http://blog.llvm.org/2010/05/glasgow-haskell-compiler-and-llvm.html, >> specifically under the title, 'Problems with backend'. >> > > Whichever way is chosen, the ability to reorder and intermingle functions > and data arbitrarily is interesting to more than just GHC. In particular, I > would like to point out the efforts by Mozilla to make Firefox startup > faster, which essentially came down to reordering stuff in the executables > so that everything is ordered by the sequence...
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 file for those program...
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
...r a bytecode library? 2. How does the linker automatically know which loadable modules to load? What in the bytecode lets it know the modules to load and run? 3. How does llvm-ld find the loadable modules? 4. When do the passes in the loaded module run? Before standard passes, after them or intermingled? 5. What's the interface between llvm-ld and the passes in the loadable module? 6. How do we identify which passes to run given the various -On options? Current Thinking On Issues: 1. Only native .so 2. Augment the bytecode to specify the language from which it is compiled. Provide the n...
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 examp...
2010 Jun 08
0
[LLVMdev] Adding support to LLVM for data & code layout (needed by GHC)
...the blog post on GHC's use >>> of llvm here: >>> http://blog.llvm.org/2010/05/glasgow-haskell-compiler-and-llvm.html, >>> specifically under the title, 'Problems with backend'. >>> >> >> Whichever way is chosen, the ability to reorder and intermingle functions >> and data arbitrarily is interesting to more than just GHC. In particular, I >> would like to point out the efforts by Mozilla to make Firefox startup >> faster, which essentially came down to reordering stuff in the executables >> so that everything is ordered...
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
...win2k8-old If you were going with pvmove, you would perform that after this step. > 7. Start "new" domU. > 8. test extensively, if works, run for few a day or two. Keep *-old as > fallback for a week or so. Then move to an archive using dd. So, we have two possible procedures intermingled here. The major differences are Procedure A (lots of downtime) and Procedure B (minimal downtime). Procedure A ~~~~~~~~~~~ 1. Create target LV with geometry identical to source LV geometry 2. Stop guest. 3. dd 4. Modify guest configuration to point to target LV 5. Start guest This is the proced...
2010 Jun 09
2
[LLVMdev] Adding support to LLVM for data & code layout (needed by GHC)
...9;s use >>>> of llvm here: >>>> http://blog.llvm.org/2010/05/glasgow-haskell-compiler-and-llvm.html, >>>> specifically under the title, 'Problems with backend'. >>>> >>> >>> Whichever way is chosen, the ability to reorder and intermingle functions >>> and data arbitrarily is interesting to more than just GHC. In particular, I >>> would like to point out the efforts by Mozilla to make Firefox startup >>> faster, which essentially came down to reordering stuff in the executables >>> so that everyt...
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 m...
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 http://www.ruby-forum.com/.
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 phone, it also works just fine. But any combination of one of one kind and one of the other bollixes up the phone--in that case one line always rings just f...
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