Sponsored Content
Full Discussion: Gcc for OpenSolaris
Operating Systems Solaris Gcc for OpenSolaris Post 302366356 by smartgupta on Thursday 29th of October 2009 09:56:35 AM
Old 10-29-2009
I downloaded the gcc-dev.p5i file from opensolaris site and when I am trying it to install it,it is throwing error--


Quote:
Could not retrieve manifest 'gcc-dev@0.5.11%2C5.11-0.111%3A20090508T164933Z' from 'http://pkg.opensolaris.org/release'
URLError, reason: (8, 'node name or service name not known')
please help me to solve it.

Thanks in advance

Last edited by smartgupta; 10-30-2009 at 03:20 AM..
 

4 More Discussions You Might Find Interesting

1. Solaris

Installing gcc - recieve error message gcc : cannot execute

AIM- Install Oracle 11g on Solaris using VMWare Steps 1.Logged on as root 2.Created subfolders à /usr/local/bin & /usr/local/bin/gcc 3.Downloaded gcc & libiconv & unzipped them on my harddrive & burnt them on CD 4.Copied files from CD to /usr/local/bin/gcc 5.Terminal (root) à pkgadd -d... (8 Replies)
Discussion started by: Ackers
8 Replies

2. Solaris

Suspend in opensolaris

How does one enable the suspend to hard drive or ram and sleep features on a desktiop running Open Solaris? (2 Replies)
Discussion started by: FloridaBSD
2 Replies

3. Solaris

opensolaris in non UI mode

Hi, I have just installed OpenSolaris 10 on a Pentium III laptop. When I boot the machine, I get to the gdm driven login screen and upon login I can see my colorful desktop with different icons (like firefox and package manager). My machine is low on resources and it was running too slow - so... (2 Replies)
Discussion started by: badriprasad
2 Replies

4. Solaris

OpenSolaris Vs. Solari8

Can someome give a help for OpenSolari X86 compared with Solaris? I met a problem for some Shell can be running on Solaris 8 but give me some error when it is running on OpenSolaris X86.... I suspect that is the ENV set or something configuration error on my OpenSolaris system(used SunVirtualBox)... (9 Replies)
Discussion started by: surainbow
9 Replies
cxref-cpp(1)						      General Commands Manual						      cxref-cpp(1)

NAME
cxref-cpp - A modified C preprocessor to use with cxref. SYNOPSIS
cxref-cpp ... DESCRIPTION
To improve the output that is available for the source code for cross-referencing a modified version of the GNU CPP v2.7.2 is supplied (named cxref-cpp). This modified C preprocessor allows for a finer control over some features of the preprocessing that are not important for a compiler. In a standard preprocessor, the preprocessor directives are intended for use only by the preprocessor, so passing the information through is not important. With cxref-cpp, there are some features that are different to the standard GNU CPP: Compared to gcc versions earlier than version 2.8.0 there is an extra option that will output the #include lines from the source file. In version 2.8.0 and later this option is present. Comments trailing a #include or a #define are not preserved by all versions of gcc even if the -C option is used. This is not important while compiling, but is useful for documenting. The cxref-cpp program will take on the personality of the installed version of gcc so that the gcc header files can be parsed. This means that it includes the same default include directory paths and macro definitions. The file that contains these definitions is called cxref-cpp.defines and is installed by the cxref-cpp-configure program or specified by the -cxref-cpp-defines command line option. OPTIONS
The same as for gcc, apart from '-cxref-cpp-defines' described above. SEE ALSO
cxref(1), cxref-cpp-configure(1), gcc(1) May 9, 2004 cxref-cpp(1)
All times are GMT -4. The time now is 09:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy