Displaying 3 results from an estimated 3 matches for "build_optimized".
2012 Mar 07
0
[LLVMdev] compiling llvm 3.0 with gcc 4.4.6 on linux x86_64: test-suite fails on two tests
.../user/local/llvm-release_30_opt --enable-optimized
make -j2
make check-all
and tested with
gmake TEST=simple report report.html
I got two failures, which flags should I use to compile with optimization
but avoiding these errors?
=========
'/scratch/user/download/release_30/build_optimized/projects/test-suite/SingleSource/UnitTests/Vector/SSE/sse.expandfft'
Program
TEST-PASS: compile
/scratch/user/download/release_30/build_optimized/projects/test-suite/SingleSource/UnitTests/Vector/SSE/sse.expandfft
TEST-RESULT-compile-success: pass
TEST-RESULT-compile-time: program...
2008 Sep 02
2
Is it safe to delete /bin/[ && /usr/bin/false?
...en
these messages starting to appear, I looked it over for possible typos.
The only possible issue I could see was the reference to databases/mysql:
.if ${.CURDIR:M*/databases/mysql*}
WITH_OPENSSL=yes
WITH_CHARSET=latin1
WITH_XCHARSET=complex
WITH_COLLATION=latin1_general_ci
WITH_PROC_SCOPE_PTH=yes
BUILD_OPTIMIZED=yes
WITH_ARCHIVE=yes
WITH_CSV=yes
.endif
NOTE the YES | NO, as opposed to TRUE | FALSE. I changed them to true v false.
But I have already built MySQL with the YES | NO. Could this be the issue?
Source(s) cvsupped 08-09-01
Thank you for all your time and consideration.
--Chris
2007 Apr 09
11
Issues with Puppet on FreeBSD / Creating a Recipe
Hi,
I am running an environment with 15 FreeBSD servers on which I want to
maintain ports, rc.conf settings, and assorted configuration in
/usr/local/etc/. Looked around the existing Puppet docs, I got a
puppetmaster and a test client to work and install a package as
specified in the site manifest. This is very basic but awesome!
I want to create a puppet FreeBSD HowTo that addresses a