Displaying 20 results from an estimated 23 matches for "mlib".
Did you mean:
lib
2007 Mar 12
1
[LLVMdev] llvm-gcc compile failure on darwin8.8
hello,
upgrading llvm-gcc4 from 1.9 release to trunk caused the following
build failure for me on darwin:
build/genattrtab /Users/ebner/dev/opt/llvm-gcc-svn/gcc/config/i386/
i386.md > tmp-attrtab.c
genattrtab: Automaton `ppro_load': Insn `ppro_fmov_XF_load' will
never be issued
genattrtab: Automaton `ppro_load': Insn `ppro_sse_icvt_SF' will never
be issued
genattrtab:
2007 Aug 21
0
[LLVMdev] Problems building llvm-gcc-4.2 on ppc32, OS X 10.4.10
...../trunk/gcc/config/rs6000/ppc64-fp.c:35:
../../trunk/gcc/config/fp-bit.h:100: error: unable to emulate 'TF'
So I think, why am I building ppc64? Taking a cue from the way to
build 32-bit only for x86, I add --disable-mulitlib to the configure
line and get a little further with the make:
MLIBS=`/Users/mmccrack/Documents/hpcl/LLVM/llvm-gcc-4-2/build/./gcc/xgcc
-B/Users/mmccrack/Documents/hpcl/LLVM/llvm-gcc-4-2/build/./gcc/
-B/Users/mmccrack/Documents/hpcl/LLVM/llvm-gcc-4-2/install/powerpc-apple-darwin8/bin/
-B/Users/mmccrack/Documents/hpcl/LLVM/llvm-gcc-4-2/install/powerpc-apple-darwin8/...
2006 Mar 01
5
Error installing the MySQL Ruby bindings?
...-mysql-config
--without-mysql-config
--with-mysql-dir
--with-mysql-include
--without-mysql-include=${mysql-dir}/include
--with-mysql-lib
--without-mysql-lib=${mysql-dir}/lib
--with-mysqlclientlib
--without-mysqlclientlib
--with-mlib
--without-mlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-zlib
--without-zlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-socketlib
--without-socketlib
--with-mysqlclientlib
--without-mysqlc...
2009 Feb 09
13
mysql install problem
...ocobundle/i386/bin/ruby
--with-mysql-config
--without-mysql-config
--with-mysql-dir
--without-mysql-dir
--with-mysql-include
--without-mysql-include=${mysql-dir}/include
--with-mysql-lib
--without-mysql-lib=${mysql-dir}/lib
--with-mysqlclientlib
--without-mysqlclientlib
--with-mlib
--without-mlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-zlib
--without-zlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-socketlib
--without-socketlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-nsllib
--without-nsllib
--with-mysqlclientli...
2016 Oct 11
2
Alto rendimiento
...) utiliza mis cuatro computadoras pero ¿un solo núcleo o los 36? (java usa solo un núcleo)
La parte de Microsoft utiliza los 36 procesadores, pero las librerías que están en los repositorios de Microsoft (no las de CRAN) ¿están optimizadas para los 36 procesadores?
O solo hay partes en spark como mlib o lo específico de R Microsoft optimizado, que puedan utilizar todos los núcleos y/o procesadores. Por ejemplo MCMCglmm ¿tiene beneficios en cualquiera de estas tecnologías o solo utiliza lo mismo que puede procesar en una portátil?
O si compro los cuatro equipos con 36 núcleos, instalo la versión...
2009 Apr 07
12
Problem with MYSQL after re-installing rails
...-mysql-config
--without-mysql-config
--with-mysql-dir
--with-mysql-include
--without-mysql-include=${mysql-dir}/include
--with-mysql-lib
--without-mysql-lib=${mysql-dir}/lib
--with-mysqlclientlib
--without-mysqlclientlib
--with-mlib
--without-mlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-zlib
--without-zlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-socketlib
--without-socketlib
--with-mysqlclientlib
--without-mysqlc...
2006 Feb 25
20
Agile Rails book code fails page 32
Starting Agile Web Development with Rails, page 32, everything has worked
well so far but on (book not pdf) page 32 I don''t get the "Template Is
Missing" error. I get
Routing Error
Cannot load config/routes.rb:
No such file to load -- ./demo/script/../config/../config/routes.rb
There is a file at e:\ruby\ror\work\demo\config\routes.rb
It''s all greek to me and
2016 Oct 11
2
Alto rendimiento
...sted? En estos lados de América del sur comienza la primavera, desde la ventana miro la parra contando las posibles uvas, siempre aparece un ave que se arrima a la ventana o incluso llegan hasta la computadora como si supiesen usarla.
Ahora en R.
En ese esquema un modelo lineal tendría que ir con mlib que es aportada por sparklyr, en ese caso tendría toda la capacidad de proceso, pero no en un ml tradicional como modelo <- lm (y ~ var1 + var2).
En otras palabras http://spark.rstudio.com/mllib.html aporta beneficios, pero lo que está por fuera correría como el R de CRAN con un hilo del proces...
2006 Aug 07
0
MySQL Native Bindings
...-mysql-config
--without-mysql-config
--with-mysql-dir
--with-mysql-include
--without-mysql-include=${mysql-dir}/include
--with-mysql-lib
--without-mysql-lib=${mysql-dir}/lib
--with-mysqlclientlib
--without-mysqlclientlib
--with-mlib
--without-mlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-zlib
--without-zlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-socketlib
--without-socketlib
--with-mysqlclientlib
--without-mysqlc...
2006 Aug 01
0
[LLVMdev] Building llvm under cygwin
...|| test -n ""; then \
> /bin/sh ../../src/gcc/genmultilib \
> "" \
> "" \
> "" \
> "" \
> "" \
> "" \
> "" \
> "yes" \
> > tmp-mlib.h; \
> else \
> /bin/sh ../../src/gcc/genmultilib '' '' '' '' '' '' '' no \
> > tmp-mlib.h; \
> fi
> /bin/sh ../../src/gcc/../move-if-change tmp-mlib.h multilib.h
> echo timestamp > s-mlib
> lsf="../....
2006 Jul 31
0
[LLVMdev] Building llvm under cygwin
If you're building llvm-gcc4, you don't need the runtime libraries, so
I'd just stick with the "tools-only" build and declare success. If
you're building llvm-gcc3, I'd suggest you switch to llvm-gcc4 :)
However, the problem appears to be your PATH variable. In your path you
have the following directory: C:/Program Files/Microsoft DirectX SDK
(June
2003 Jan 09
1
encoding to fixed window length vorbis file
...combinations of oggenc options, but
the lowest window size, I obtained was still 512.
But I want to make file with window size = 256.
Is there way to accomplish that?
And now, why I need this.
I'm working on ogg vorbis decoder optimised for SUN SPARC machines. SUN
provides library (medialib, mlib) of multimedia functions, which are
written in VIS assembly, so they are fast. I want to optimise bacward
MDCT, and use medialib function for it. But here is a problem: medialib
IMDCT has hard-coded buffer size = 256. It is not possible to use it for
larger buffers (I think - I tried to use it twic...
2006 Jul 30
2
[LLVMdev] Building llvm under cygwin
Hi!
I'm trying to build LLVM under cygwin.
I have the latest version of cygwin and CVS versions of llvm, llvm-test and
llvm-gcc.
make of tools only succeeded.
make of frontend succeeded too
but full make of llvm failed on crtend in llvm/runtime/GCCLibraries with the
following message:
llvm[0]: Compiling crtend.c for Debug build (bytecode)
/bin/sh: -c: line 0: syntax error near unexpected
2013 Sep 20
3
having problem to install the gem `mysql`
...ies/ruby-2.0.0-p0/bin/ruby
--with-mysql-config
--without-mysql-config
--with-mysql-dir
--without-mysql-dir
--with-mysql-include
--without-mysql-include=${mysql-dir}/include
--with-mysql-lib
--without-mysql-lib=${mysql-dir}/
--with-mysqlclientlib
--without-mysqlclientlib
--with-mlib
--without-mlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-zlib
--without-zlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-socketlib
--without-socketlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-nsllib
--without-nsllib
--with-mysqlclientli...
2016 Oct 11
2
Alto rendimiento
...sted? En estos lados de América del sur comienza la primavera, desde la ventana miro la parra contando las posibles uvas, siempre aparece un ave que se arrima a la ventana o incluso llegan hasta la computadora como si supiesen usarla.
Ahora en R.
En ese esquema un modelo lineal tendría que ir con mlib que es aportada por sparklyr, en ese caso tendría toda la capacidad de proceso, pero no en un ml tradicional como modelo <- lm (y ~ var1 + var2).
En otras palabras http://spark.rstudio.com/mllib.html aporta beneficios, pero lo que está por fuera correría como el R de CRAN con un hilo del proces...
2003 May 03
1
mkstemp <filename> failed
...Here's a sample of the output:
kmastin.tar
635361280 100% 3.76MB/s 0:00:00
layer1.tar
24145920 100% 3.95MB/s 0:00:00
logs.tar
229990400 100% 1.59MB/s 0:00:00
mkstemp .kmastin.tar.yK1Qmu failed: Permission denied
mcleodlake.tar
85278720 100% 3.91MB/s 0:00:00
mlib.tar
528435200 100% 3.15MB/s 0:00:00
paulf.tar
25323520 100% 3.90MB/s 0:00:00
peace.tar
583680 100% 4.71MB/s 0:00:00
pguinane.tar
63293440 100% 1.94MB/s 0:00:00
mkstemp .layer1.tar.v3E0Mk failed: Permission denied
rdgroot.tar
70676480 100% 4.47MB/s...
2006 Aug 01
15
[LLVMdev] Building llvm under cygwin
...Tcollect2.exe collect2.exe
if test yes = yes \
|| test -n ""; then \
/bin/sh ../../src/gcc/genmultilib \
"" \
"" \
"" \
"" \
"" \
"" \
"" \
"yes" \
> tmp-mlib.h; \
else \
/bin/sh ../../src/gcc/genmultilib '' '' '' '' '' '' '' no \
> tmp-mlib.h; \
fi
/bin/sh ../../src/gcc/../move-if-change tmp-mlib.h multilib.h
echo timestamp > s-mlib
lsf="../../src/gcc/cp/lang-specs.h"; for...
2010 May 28
0
Rake Aborted! db:migrate
...--curdir
--ruby=/usr/bin/ruby1.8
--with-mysql-config
--without-mysql-config
--with-mysql-dir
--without-mysql-dir
--with-mysql-include
--without-mysql-include=${mysql-dir}/include
--with-mysql-lib
--without-mysql-lib=${mysql-dir}/lib
--with-mysqlclientlib
--without-mysqlclientlib
--with-mlib
--without-mlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-zlib
--without-zlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-socketlib
--without-socketlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-nsllib
--without-nsllib
--with-mysqlclientlib
--without-m...
2006 Jun 23
8
MySQL loses connection, strange problem, will pay for help
I have searched the forums, searched google, etc for the past 3 days and
have not found a solution that will work. Any help is greatly
appreciated and at this point I have no problem paying for help. I have
a paypal account.
I was developing my rails project on a server that had mysql 5. We
finished development and needed to move it over to the client server,
their server has mysql 4.1.
2007 Aug 06
4
problem with rails_root
Hi everybody,
I used a openseradmin who is based on rubygem (i suppose ), so when i
start my server of this openseradmin in the http://localhost:3000, i
reciceved some messages like this:
SocketError in LoginController#login
getaddrinfo: Name or service not known
RAILS_ROOT: script/../config/..
Application Trace | Framework Trace | Full Trace