similar to: [LLVMdev] clang searching for many linux directories that do not exist on FreeBSD host

Displaying 20 results from an estimated 8000 matches similar to: "[LLVMdev] clang searching for many linux directories that do not exist on FreeBSD host"

2013 Jul 19
0
[LLVMdev] clang searching for many linux directories that do not exist on FreeBSD host
On Thu, Jul 18, 2013 at 11:04 AM, Kurt Lidl <lidl at pix.net> wrote: > > Greetings - > > I'm a user of clang (3.3), as it is the system compiler for my > installation of FreeBSD. (In FreeBSD 10, it will be the default > compiler, but that's not my point.) My system identifies itself > as: > > FreeBSD 9.2-PRERELEASE #0: Tue Jul 16 13:00:08 EDT 2013 >
2012 Jul 15
0
[LLVMdev] Compiling llvm and Clang on Linux
Ok, I got. You should install libstdc++44-devel, too. Please try to install gcc44-c++ and libstdc++44-devel. Note: gcc44-c++ depends on gcc44, but gcc44-c++ and libstdc++44-devel are independent each other, at least on my host, CentOS5. ...Takumi 2012/7/15 Sitvanit Ruah <RUAH at il.ibm.com>: > In order to isolate the problem I am now running on a machine whose only > installation
2012 Jul 15
3
[LLVMdev] Compiling llvm and Clang on Linux
In order to isolate the problem I am now running on a machine whose only installation of gcc/g++ is gcc44, g++44 For this installation I am getting the following error: COMPILE: clang_linux/asan-i386/i386: /gpfs/haifa-p4/00/pincette/sitvanit/LLVM/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc /.../sitvanit/LLVM/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:19:10: fatal error:
2005 Jun 20
0
Re: i486 and i686 are the majority ISAs for x86 -- WAS: CentOS 4.0 -> 4.1 update failing
From: alex at milivojevic.org > At various points in time Red Hat made some somewhat conflicting > decisions. The first was that Red Hat distributions must have NPTL. > For NPTL support, there are two components of system where it is > implemented, kernel and glibc. Back then glibc supported NPTL only > for i686. NPTL support was later backported to i586 and i486. Also remember
2015 Jul 03
0
boot... round 2
On 02.07.2015 23:12, Thomas Schmitt wrote: > Hi, > > hpa wrote: >> On PowerPC (I think) "unsigned char" is the default. > > In any case it seems a good idea to interpret the character > more explicitely. To my experience, one signdness change causes > a little tree of consequential signedness changes or questionable > cast operations. > How about the
2012 Jul 12
3
[LLVMdev] Compiling llvm and Clang on Linux
Thanks for the information. I am running on a machine on which gcc44 is installed but whose default installation is 4.1.2. I ran ../llvm/configure CC=gcc44 CXX=g++44 make and still got the same error (I checked and CC=gcc44 and CXX=g++44 now in build/Makefile.config).. I tried also ../llvm/configure CC=gcc44 CXX=g++44 --include_dir=<gcc44 include dir> but it didn't help
2010 Dec 14
1
"Problem in Installing wine"
Hi, I had redhat linux2.6.18-164.el5 x86_64 bit machine.I tried to install wine-1.2-rc1 and got the following error: checking for sys/thr.h... no checking for pthread_np.h... no checking for linux/videodev.h... yes checking for linux/capi.h... yes checking for ldd... /usr/bin/ldd checking whether we can build a GNU style ELF dll... yes checking whether the compiler supports -fPIC -shared
2010 May 20
1
Patching wine -- 64bits
Hello, first, sorry for my english, my native language is spanish and i haven not been a good student. My problem is the next; I have ubuntu 10.04TLS, I installed "Runes Of Magic" and got a lot of problems for play, for the last one, I also found the solution, is apply a patch, or edit minidump.c file, this file is inside source codes of wine avaible for download like:
2015 Aug 11
3
[PATCH 1/2] mllib: add normalize_arch helper
Small helper to normalize an architecture string, so it is easier to compare them and check for compatibilities. Make use of it in guest_arch_compatible, simplifying it. --- mllib/common_utils.ml | 12 ++++++++++-- mllib/common_utils.mli | 5 +++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/mllib/common_utils.ml b/mllib/common_utils.ml index f9e8996..ca6d470 100644 ---
2015 Aug 31
1
[PATCH] customize: fix running commands on the same architecture
Wrap the command around an heredoc only if setarch needs to be used; otherwise the heredoc will not be run at all. Fix commit d875346ad441d4762455ea1b41d57ad6174d9b63. --- customize/customize_run.ml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/customize/customize_run.ml b/customize/customize_run.ml index 2283272..9d97522 100644 ---
2014 Mar 31
2
[LLVMdev] r204593 breaks Asan tests on FreeBSD
Hi Ivan, On Fri, Mar 28, 2014 at 3:21 PM, Ivan A. Kosarev <ivan at ivan-labs.com> wrote: > Hi Alexey, > > > On 03/27/2014 04:35 PM, Alexey Samsonov wrote: > > Here's the reason why I've made this change: > > http://llvm.1065342.n5.nabble.com/compiler-rt-CMake-build-ignores-CMAKE-CXX-FLAGS-tp67022.html > > > OK, thanks. > > BTW, should we CC
2006 Dec 07
4
Introduce and noob problem require ''wx''
Dear All, my name is Raoul, this is the first time I post here. I''m a computer scientis and I''m working in bioinformatic''s filed, we have a lot of tools to analyse the data but no good graphic applications to visualize them. So I''m looking for a good framework for my job. I think your motivations on using wxruby are good, most important for me is the
2006 Oct 19
1
install problem
I''m having a problem getting wxruby2-preview working on my Linux system. I loaded wxruby via a gem install and that seemed to go OK. Added RUBYOPT=-rubygems to /etc/environment file and set it at the command prompt and still I get the following when I try to run minimal.rb: [root@www minimal]# ruby -rubygems minimal.rb Unable to load wxruby. Searched:
2009 Jan 14
4
insufficient fix for gcc localised output in stubdom makefile
Hello. There was a slight change in stubdom makefile from 3.3 to 3.3.1, in order to use non-localised gcc output: GCC_INSTALL = $(shell LANG=C gcc -print-search-dirs | sed -n -e ''s/install: \(.*\)/\1/p'') However, this is still unsuffient to just set LANG: [guillomovitch@n2 xen]$ LANG=C gcc -print-search-dirs | sed -n -e ''s/install: \(.*\)/\1/p'' At least on
2013 Jul 19
1
[LLVMdev] clang searching for many linux directories that do not exist on FreeBSD host
On 19 Jul 2013, at 02:14, Eli Friedman <eli.friedman at gmail.com> wrote: > It's straightforward: you just need to make toolchains::FreeBSD > inherit directly from ToolChain and implement all the methods it would > otherwise inherit from Generic_ELF (which in turn inherits from > Generic_GCC). Wouldn't it make more sense to move the Linux-specific code out of
2006 Jan 03
1
OpenSSL compile flags
When building OpenSSL version 0.9.7i (and all prior versions that I've seen) on Linux, the compiler flags passed to 'gcc' include: "-O3 -fomit-frame-pointer -mcpu=pentium" This occurs even when the output of `uname -m` and `arch` are "i486". I have a few machines with hacked 'uname' and 'arch' commands that will report "i486" even
2015 Aug 11
1
Re: [PATCH 1/2] mllib: add normalize_arch helper
On Tuesday 11 August 2015 15:05:04 Richard W.M. Jones wrote: > On Tue, Aug 11, 2015 at 03:45:11PM +0200, Pino Toscano wrote: > > Small helper to normalize an architecture string, so it is easier to > > compare them and check for compatibilities. > > > > Make use of it in guest_arch_compatible, simplifying it. > > Have a look at: >
2015 Aug 11
0
Re: [PATCH 1/2] mllib: add normalize_arch helper
On Tue, Aug 11, 2015 at 03:45:11PM +0200, Pino Toscano wrote: > Small helper to normalize an architecture string, so it is easier to > compare them and check for compatibilities. > > Make use of it in guest_arch_compatible, simplifying it. Have a look at: 8864c47b94cf44ac2d0d8d4b5019073ad1da121b > mllib/common_utils.ml | 12 ++++++++++-- > mllib/common_utils.mli | 5 +++++
2005 Sep 10
0
New User: Kudos, small/old platform, RPM Illegal
Date: Mon, 29 Aug 2005 09:44:49 -0700 (PDT) From: "Bryan J. Smith" <b.j.smith at ieee.org> Bill Maltby <wild-bill at triad.rr.com> wrote: >> Picked an AMD 5x86 (equivalent to a Pentium 75 MHz) > > <snip> I run IPCop on i486, i586 (true Pentium) and i686 (Pentium Pro) systems. >> Anyway, my problem is that RPM traps with illegal >>
2007 Aug 08
1
[fdo] error on cross compiling libdbus
List, I want to cross compiling libdbus for arm processor with Montavista toolchain. But I went into error. Says, checking for posix getpwnam_r... configure: error: cannot run test program while cross compiling Commmand I use is configure --host=arm-linux --prefix=/root/Desktop/bluez-3.13/dbus-glib-0.72 CC=/opt/montavista/mobilinux/devkit/arm/v6_vfp_le/bin/arm_v6_vfp_le-gcc