similar to: [LLVMdev] llvm on opensolaris

Displaying 20 results from an estimated 200000 matches similar to: "[LLVMdev] llvm on opensolaris"

2008 Sep 06
1
[LLVMdev] llvm on opensolaris
Hello, > Has anyone successfully built llvm and llvm-gcc on OpenSolaris on x64? I think yes. There is even a PR for this. Some changes were not integrated yet, because they need to be rewritten in better way. -- WBR, Anton Korobeynikov
2009 May 18
1
[LLVMdev] llvm-gcc on OpenSolaris for SPARC
Dear All, Is anyone using llvm-gcc and LLVM on OpenSolaris compiling for the SPARC architecture? I see that it's listed under supported platforms, but I don't see a pre-built llvm-gcc front-end for it. I know someone here at Illinois that needs it, but I'd like to know if compiling llvm-gcc is likely to work before I try it. Thanks in advance. -- John T.
2007 Aug 22
0
AD native mode authentication on OpenSolaris
I am running Samba 3.0.24 on OpenSolaris build 69, x86. I built Kerberos, LDAP and Samba from source so that I could join an AD domain in native mode. After many trials and tribulations, I successfully did a 'net ads join'. Here's the problem: When a user tries to connect to the Solaris server, I get the following error in the Samba log for the client machine: [2007/08/21 16:37:49,
2007 Nov 04
3
OpenSolaris for sparc in qemu on linux x64
Hi, i want to port an open-source project to sparc. I just downloaded OpenSolaris (sol-nv-b75-sparc-...iso), created an empty image for the hard disk, and tried to start qemu in a linux x64bit-host: qemu-system-sparc -hda test.img -cdrom sol-nv-b75-sparc-v1.iso -boot d -nographic The output says: Nvram id QEMU_BIOS, version 1 CPUs: 1 nvram error detected, zapping pram Welcome to OpenBIOS
2010 Aug 12
0
[LLVMdev] llvm build error with gcc-4.3.2 on OpenSolaris
I am unable to build llvm-2.7 or llvm-2.8 svn with the gcc-4.3.2 that comes with OpenSolaris. $ uname -a SunOS opensolaris 5.11 snv_111b i86pc i386 i86pc Solaris $ gcc-4.3.2 --version gcc-4.3.2 (GCC) 4.3.2 Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
2009 Nov 17
2
p2v for sxce snv115 to xvm on opensolaris host?
hi folks, is there a straightforward or well-documented way to migrate my physical sxce snv_115 (x64) system into an xvm ? searching for "p2v" in an opensolaris context seems to pick up a few hits on zones, but nothing obvious relating to xvm on opensolaris for what it''s worth the host system is opensolaris (2010.02 snv_126), but i''m hoping that''s not very
2008 Sep 06
0
[LLVMdev] llvm on opensolaris
Hi, Chris > I see a couple for older versions of Solaris but nothing for OpenSolaris. > Do you happen to remember the PR number? Well, for example - http://llvm.org/bugs/show_bug.cgi?id=2516 I think Nathan can comment on solaris support status. -- WBR, Anton Korobeynikov
2010 Jul 30
2
[LLVMdev] Building LLVM 2.7 on OpenSolaris
The build process fails to link the LLVM tools. Specifically, the first tool to build is 'opt' which results in 700+ undefined symbols. I looked into the Makefiles and found that the "LINK_COMPONENTS" make variable does not get the correct set of libraries. In fact, at the top level Makefile.rules, the variable is set to "support system", however, these do not
2009 Jun 05
1
Audio in OpenSolaris 2009.06 x86
Hi All, First time caller - tried WINE today for the very first time, on OpenSolaris no less. Good news - was shocked and stunned how easy it was to get an old copy of Unreal up and running - everything (almost...) "just worked" with practically no configuration, got lovely smooth rendering using my crappy built-in Intel X3100 adaptor. However, I cannot get any audio output
2010 Oct 20
0
No subject
advanced in the printer-settings on windows) But if the driver does not get copied over? best regards thomas ________________________________________ Von: "Daniel M=C3=BCller" <mueller at tropenklinik.de> An: "Thomas Stegbauer" <mailingliste1 at stegbauer.info>, "Laurent Blume" = <laurent at opensolaris.org> CC: samba at lists.samba.org Gesendet:
2010 Oct 20
0
No subject
d in the printer-settings on windows)=20 But if the driver does not get copied over?=20 best regards=20 thomas=20 ----- Urspr=C3=BCngliche Mail ----- Von: "Daniel M=C3=BCller" <mueller at tropenklinik.de>=20 An: "Thomas Stegbauer" <mailingliste1 at stegbauer.info>, "Laurent Blume" <lau= rent at opensolaris.org>=20 CC: samba at lists.samba.org=20
2010 Jul 30
2
[LLVMdev] Building LLVM 2.7 on OpenSolaris
I'm interested in using LLVM for compiling to x86_64 native code (ELF64), so I selected 'x86_64' as the architecture. I added 'host' just-in-case... The '--with-built-clang' selection is for building the Clang LLVM C compiler instead of using a gcc front end. I placed the Clang distribution in './tools/clang'. On Jul 29, 2010, at 5:40 PM, Eric
2010 Jul 30
0
[LLVMdev] Building LLVM 2.7 on OpenSolaris
On Jul 29, 2010, at 6:09 PM, Laszlo Kiss wrote: > I'm interested in using LLVM for compiling to x86_64 native code (ELF64), so I selected 'x86_64' as the architecture. I added 'host' just-in-case... > You shouldn't need to do either of them. > The '--with-built-clang' selection is for building the Clang LLVM C compiler instead of using a gcc front end.
2010 Jul 30
2
[LLVMdev] Building LLVM 2.7 on OpenSolaris
I obtained the release as 'clang-2.7.tgz' from the official download site. I think the README says to move the compiler to the './tools/ clang' directory. I'll remove '--enable-targets=host,x86_64' from configure and attempt a fresh build. On Jul 29, 2010, at 6:15 PM, Eric Christopher wrote: > > On Jul 29, 2010, at 6:09 PM, Laszlo Kiss wrote: >
2008 Dec 21
0
build of 3.3.0rc2 on opensolaris 2008.11 causes ld usage error
I just installed OpenSolaris 2008.11 and I wanted to experiment with 3.3.0. In 'samba-3.3.0rc2/source' I run: $ ./configure --without-ldap --with-aio-support --build=i686-pc-solaris2.11 I next run 'make' but it soon dies with the following: Using FLAGS = -O -D_SAMBA_BUILD_=3 -I/export/home/zachw/samba-3.3.0rc2/so urce/iniparser/src -Iinclude -I./include -I. -I.
2005 Dec 16
1
a problem in building dovecot @ opensolaris
Hi, I'm trying to build dovecot from snapshot dovecot-20051215.tar.gz on OpenSolaris Nevada build 28. I have added to the PATH directories for make, gcc and automake/autoconf (in BASH): $ export PATH=/opt/sfw/bin:/usr/ccs/bin:/usr/sfw/bin:$PATH then executed --- $ aclocal $ libtoolize --force $ automake --add-missing $ autoheader $ autoconf --- And then make finished with --- Install prefix
2010 Jan 14
0
Install RedHat/CentOS domU on OpenSolaris with ISO image
Dear all, The below is my steps to setup RedHat/CentOS domU on OpenSolaris with ISO image.Although there are some guides to describe how to install Linux on domU,but their install media are from http or OpenSuSe image. I find there is some different from RedHat ISO image. 1) $pfexec svcadm enable svc:/network/nfs/client:default # I find the nfs client is disabled by default, this issue spent
2010 Jul 02
0
[LLVMdev] vmkit build problems (and llvm-gcc bug 7108)
Hi Nicolas I tried building it all from source on a x86_32 system (Ubuntu Hardy, linux 2.6.24-24, gcc 4.2.4, llvm/llvm-gcc source from svn (July 2, 2010)). Unfortunately I am unable to build llvm-gcc b/c of this bug: http://www.mail-archive.com/llvmbugs at cs.uiuc.edu/msg08159.html thanks for your work on these systems, hopefully I'll be able to try vmkit at some point in the future. thanks
2017 Oct 10
0
Opensolaris-ish joins but does not seem to be valid
On Tue, 10 Oct 2017 11:28:09 -0500 (CDT) Andrew Martin <amartin at xes-inc.com> wrote: > > > > Is this from the Opensolaris-ish machine ? > > > > I expected to see a smb.conf file from a Unix domain member. > > > > If it is from the machine where you are getting '[NT > > AUTHORITY]\[ANONYMOUS LOGON]', then can you try 'getent passwd
2017 Oct 10
0
Opensolaris-ish joins but does not seem to be valid
On Tue, 10 Oct 2017 09:39:43 -0500 (CDT) Andrew Martin <amartin at xes-inc.com> wrote: > ----- Original Message ----- > > From: "samba" <samba at lists.samba.org> > > To: "samba" <samba at lists.samba.org> > > Sent: Tuesday, October 10, 2017 2:23:02 AM > > Subject: Re: [Samba] Opensolaris-ish joins but does not seem to be > >