Sponsored Content
Full Discussion: Gcc for OpenSolaris
Operating Systems Solaris Gcc for OpenSolaris Post 302366686 by jlliagre on Friday 30th of October 2009 05:50:27 AM
Old 10-30-2009
Just run:
Code:
pfexec pkg install gcc-dev

or
Code:
pfexec pkg install pkg:/developer/gcc/gcc-432

 

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
pkg::create(3tcl)                                              Tcl Built-In Commands                                             pkg::create(3tcl)

__________________________________________________________________________________________________________________________________________________

NAME
pkg::create - Construct an appropriate 'package ifneeded' command for a given package specification SYNOPSIS
::pkg::create -name packageName -version packageVersion ?-load filespec? ... ?-source filespec? ... _________________________________________________________________ DESCRIPTION
::pkg::create is a utility procedure that is part of the standard Tcl library. It is used to create an appropriate package ifneeded com- mand for a given package specification. It can be used to construct a pkgIndex.tcl file for use with the package mechanism. OPTIONS
The parameters supported are: -name packageName This parameter specifies the name of the package. It is required. -version packageVersion This parameter specifies the version of the package. It is required. -load filespec This parameter specifies a binary library that must be loaded with the load command. filespec is a list with two elements. The first element is the name of the file to load. The second, optional element is a list of commands supplied by loading that file. If the list of procedures is empty or omitted, ::pkg::create will set up the library for direct loading (see pkg_mkIndex). Any num- ber of -load parameters may be specified. -source filespec This parameter is similar to the -load parameter, except that it specifies a Tcl library that must be loaded with the source com- mand. Any number of -source parameters may be specified. At least one -load or -source parameter must be given. SEE ALSO
package(3tcl) KEYWORDS
auto-load, index, package, version Tcl 8.3 pkg::create(3tcl)
All times are GMT -4. The time now is 06:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy