Displaying 6 results from an estimated 6 matches for "sunwgcc".
2009 Jun 04
5
Problem installing RCS on SXCE
I was shocked to find no RCS on SXCE 107. I needed it to update some
RCS archives I had copied over.
No problem - go to sunfreeware and copy it over. No OpenSolaris branch?
The Solaris 10 package should work.
Only the package install appears to complete and does not - as
documented only in a log file, not on my screen.
OK then, the source for RCS should be easily compiled and installed, I
2010 Sep 23
1
proposed new doco for "Gluster 3.1: Installing GlusterFS on OpenSolaris"
...ZFS and Gluster.
Regards,
Paul
============
To install GlusterFS onto OpenSolaris, perform the following steps, based on the doco:
http://support.zresearch.com/community/documentation/index.php/Gluster_3.1:_Installing_GlusterFS_on_OpenSolaris
pkg install SUNWarc
pkg install SUNWhea
pkg install SUNWgcc
pkg install SUNWbinutils
Now, we need to add in support for installing CSW library files:
pkgadd -d http://mirror.opencsw.org/opencsw/pkg_get.pkg
all
y
y
vim /root/.bashrc
Add to the end of the file:
PATH=/opt/csw/bin:$PATH
export PATH
Logout and back into root terminal session, check the...
2006 Jul 03
0
[Bug 1206] configure: error: *** 'ar' missing, please install or fix your $PATH
...Component: Build system
AssignedTo: bitbucket at mindrot.org
ReportedBy: papadg00 at yahoo.com
Hello,
I'm attempting to build opensssh-4.3p2 using openssl-0.9.8b on a
Solaris 10 x64 machine. I use the gcc complier supplied by the Solaris
10x86 distribution under the package (SUNWgcc). My PATH is set to
/usr/sbin:/usr/bin:/usr/sfw/bin
I get the following error during configure
# ./configure --prefix=/opt/openssh
--with-ssl-dir=/var/tmp/make_ssh/openssl-0.9.8b
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler wo...
2019 Jul 09
6
Dovecot 2.3.6 on Solaris10: build issues, segfaults
Hopefully, there is some fix for issue 3 which is beyond my
skill to fix.
Issue 1) Need recent gcc version
Building Dovecot versions <=2.2.x using gcc 3.4.4 worked,
but this gcc version fails to build 2.3.x properly: symptoms
include compile failures and executable crashes that depended
on the amount of optimization used, which is usually a sign of
compiler bugs. (It could also be
2009 Feb 11
8
how to get DTrace to use the same structure field alignment as C?
Is there a pragma to turn off padding or some other mechanism besides
dummying up fields to make them char[] to disable padding?
Thanks!
2008 May 22
2
Solaris dom0 xen-unstable.hg source for developers
...es/.hg/hgrc
cd .hg/patches/
hg pull -uv
** You *may* need to merge .hgignore at this point..
if you do, it should be the following after the merge.
--
syntax: glob
status
guards
** push the patches to make sure everything is ok
--
cd ../../
hg qpush -a
** build the xvm gate
You need the SUNWgcc packages from >= b87 to be able to build.
--
cd ../
export XVM_WS=`pwd`
export EMAIL="xyz@one.com""
./sunos.hg/bin/build-all full
** if you don''t have the b87 gcc packages, you can use the following workaround
env LD_OPTIONS=-L/lib ./sunos.hg/bin/build-all full
To bui...