Archive

Archive for the ‘gcc’ Category

Install gcc on Solaris

January 1, 2012 Leave a comment

1. Log in as root

2. Use pkg to install

# pkg install gcc*

3. Verify the installation

# gcc -v

Categories: gcc