Displaying 20 results from an estimated 8382 matches for "loing".
Did you mean:
doing
2004 Nov 08
3
Comments on the R-2.0.0 release (PR#7351)
Builds of the R-2.0.0 release have been considerably more successful
at my site than previous releases. I now have it installed on these
platforms:
Apple PowerPC G3 267MHz GNU/Linux 2.4.19-4a (Yellow Dog Linux release 2.3 (Dayton))
Compaq Alpha Sierra OSF/1 5.1
Compaq/DEC Alpha OSF/1 4.0F
Intel Itanium-2 GNU/Linux Red Hat Linux Advanced Server release 2.1AS (Derry)
Intel Pentium II FreeBSD
2014 Oct 05
1
FreeBSD 10-RELEASE-amd64(on arch x86_64)
Good day,
would like to install the latest version of libvirt collected from sources for use bhyve.
Download ftp://libvirt.org/libvirt/libvirt-1.2.9.tar.gz,
system...
uname -a
FreeBSD vmserver 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
my actions:
./configure
make
sudo make install
next...
make
2000 Nov 18
0
Problem linking libvorbisfile on Mac OS X
I'm working on getting the Darwin/Mac OS X port of Vorbis up and running again and have run into problems building libvorbisfile. I have installed the latest libtool (1.3.5) and modified it to handle Darwin/Mac OS X better (to create shared libraries, dylibs, that can be linked against other dylibs instead of creating bundles which cannot be used as input to the linker).
But, when it tries
2010 Jan 08
0
dovecot-1.2-sieve-0.1.3 compile error
Hi,
when I try to compile dovecot-1.2-sieve-0.1.3 on my NAS I get the error below and I have no idea why and who to fix this.
I have a Qnap TS239pro NAS with a Intel Atom CPU running Linux.
I installed and configured the ipkg dovecot packet (1.2.beta1).
Getting mails via fetchmail and send them with deliver to the IMAP.
Not I want to include sieve to filter mails as this is not part of the
2003 Nov 08
1
Compiling problems libvorbis 2.0
Hi Guys,
I want to compile libvorbis, but I get this error message if I made a make.
I use Sun Solaris 9 on a UltraSPARC Server and gcc 3.3
can anyone help me, please?
<p>Best Thanks
Daniel
Here the message output from compiling.
-----------------------------------------
/usr/ccs/bin/ld -G -z defs -h libvorbis.so.0 -o .libs/libvorbis.so.0.3.0
mdct.lo smallft.lo block.lo envelope.lo
2005 May 10
0
Cross-compiling with Cirrus Logic MaverickCrunch support
Hi Jean-Marc,
I have the following problem when cross-building speex 1.1.7 with
MaverickCrunch support. To add this support I had to define CPPFLAGS as
follows:
export CPPFLAGS='-mcpu=ep9312 -mfix-crunch-d1'
but it seems libtool does not like it, while the object files are
compiled fine:
...
arm-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include
2003 Jul 21
3
Contents of R-help digest.-contouring
R- Users:
Can someone indicate what I am during wrong? This is a script essentially from
Venerable & Ripley's text on interpolating a surface with loess function but I can not get it to run.
Thanks.
John Lewis
Professor
McGill University
Montreal
library(MASS)
library(modreg)
data(topo)
par(mfcol=c(2,2), pty="s")
topo.loess <- loess(z ~ x * y, topo, degree=2,
2005 May 10
2
Encoder performance on ARM9
Hi Jean-Marc,
>I think it's worth trying the float version on your CPU. However, I
>wouldn't be surprised if the fixed-point was still faster than float.
ok, I'll try both configurations.
>BTW, you can use --enable-arm5-asm instead of --enable-arm4-asm. While
>both are currently almost the same, eventually it would be possible to
>get better performance using the
2014 Feb 07
1
Problem rebuilding Centos 5/6 pigeonhole RPM from mercurial version
Hi Stephan, I'm traying to rebuild the RH (Centos) EL5 and EL6 RPM with
the last mercurial pigeonhole 0.4.2 version, but I'm having problems
with the build.
I think that I've isolated the problem outside rpmbuild context.
I've downloaded dovecot and pigeonhole mercurial versions and built
dovecot with the commands:
dovecot-2.2.10$ ./autogen.sh
dovecot-2.2.10$ ./configure
2011 Mar 01
1
Pairwise T-Tests and Dunnett's Test (possibly using multcomp)
Hello Everyone,
I've been learning to use R in my spare time over the past several months. I've read about 7-8 books on the subject. Lately I've been testing what I've learned by trying to replicate the analyses from some of my SAS books. This helps me make sure I know how to use R properly and also helps me to understand how the two programs are similar and different.
Below is
2004 Aug 06
2
compiling error
Hello Icecast group,
I have a problem with compiling lame or other programms, I get always the
message from stupid libtool
libtool is installed, I use Solaris9 (sunOS 5.9)
has any person a idea?
thank you for help
Daniel
# make
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/bash ./config.status
config.status: creating config.h
config.status: config.h is unchanged
2006 Oct 25
1
Compling Apache 1.3.37 w/mod_ssl on x86_64 fails
This procedure works fine for years on RH/CentOS 3+
The current machine is a core 2 duo with x86_64 CentOS 4.4 (updated)
Compile, make and install openssl in /usr/local/openssl
configure mod_ssl for apache 1.3.37
configure apache using
SSL_BASE=/usr/local/openssl SSL_INCDIR=/usr/local/openssl/include
SSL_LIBDIR=/usr/local/openssl/lib ./configure --with-layout=Apache
--prefix=/usr/local/apache
2014 May 29
2
Re: libguestfs error
Hi Rich
I using ubuntu 13.10 with powerpc arch.
I tried the above stepss and below are the output of the related commands..
nm -D /usr/lib/powerpc-linux-gnu/libtinfo.so | grep tgetent
0000def0 T tgetent
ubuntu@t4240-ubuntu1310:~$ dpkg -S /usr/lib/powerpc-linux-gnu/libtinfo.so
libtinfo-dev:powerpc: /usr/lib/powerpc-linux-gnu/libtinfo.so
However I'm not able to perform rm -f config.cache
2003 Mar 01
2
density(), with argument of length 1 (PR#2593)
The following is from version 1.6.2 of R under Windows,
or 1.6.1 under Mac OSX/X11
> density(1)
Error in if (!(lo <- min(hi, IQR(x)/1.34))) (lo <- hi) || (lo <- abs(x[1])) || :
missing value where logical needed
I am not sure how this should be handled. I encountered it
in connection with densityplot(). In that connection, it
might be enough to modify density() so that it
2004 Feb 09
10
PhD student reading list, suggestions wanted
I've got a PhD student starting this year.
She'll be working on data mining.
She has asked for a reading list while she's still in her home
country, which is a really good sign.
Her cosupervisor and I don't (think we) have any problem with
choosing things that are specifically about data mining, but
there are some statistical ideas (sampling, exploratory-vs-confirmatory,
2005 Oct 25
3
error from make: gcc -shared -L/usr/local/lib64 ... relocation R_X86_64_32...
I hope someone can point me, a newcomer to building R as well as 64-bit R, in
a useful direction. I have a dual Opteron 275 box running RedHat EL4. I ran
configure successfully, and, then, get the following error while running make:
make[4]: Entering directory `/tmp/R-2.2.0/src/modules/lapack'
g77 -fPIC -g -O2 -ffloat-store -c dlamc.f -o dlamc.lo
g77 -fPIC -g -O2 -c dlapack0.f -o
2015 Feb 06
0
Re: Patchable build problems on OS X 10.10
On Thu, Feb 05, 2015 at 10:53:06PM +0000, Margaret Lewicka wrote:
> Hello,
>
> I'm attempting to create a Homebrew formula to get libguestfs to
> compile on Mac OS X. I've managed to achieve success with several
> monkey patches, but since Homebrew's policy is to contact maintainers
> about proper fixes in upstream, I would like to ask if there are any
> plans to
2004 Sep 10
1
error during compile
hello!
Today I tried to compile the new FLAC 0.8 sourcecode on my SuSE Linux
7.1 machine and failed.
Below is the output of "make" and "configure". I hope the information
is enough that somebody can help me to compile the source.
Thanks a lot.
PS: A lot of thanks to all developers of FLAC. Its very useful to me!!
------------------------------------------------------
This
2000 Nov 10
1
cvs trunk vorbis/ compile patches
ltconfig placeholder shoud be removed.
Makefile.am : some stuff copied from branch_beta3
ogg lib must be added only where necesary.
vq subdir Makefile.am'ized, (but installs nothing)
made distclean target slightly more clean
-- check it by hand first, please ---
also you'll want to remove vq/Makefile if the ...am passes inspection
-------------------------------------------------
diff
2003 Nov 03
0
Compiling problems libvorbis
Hi Guys,
I want to compile libvorbis, but I get this error message if I made a make.
I use Sun Solaris 9 on a UltraSPARC Server.
can anyone help me, please?
Here the message output from compiling.
Best Thanks
Daniel
<p>/usr/ccs/bin/ld -G -z defs -h libvorbis.so.0 -o .libs/libvorbis.so.0.3.0
mdct.lo smallft.lo block.lo envelope.lo window.lo lsp.lo lpc.lo analysis.lo
synthesis.lo psy.lo