본문 바로가기

OS

[솔라리스9] PC용 솔라리스9 개발 환경설정

PC용 쏠라리스 개발 환경 만들기.

ftp://ftp.sunfreeware.com/pub/freeware/intel/9/

gcc-xxx-xxx-intel-local.gz

make-xxx-xxx-intel-local.gz

perl-xxx-xxx-intel-local.gz

automake-xxx-xxx-intel-local.gz

autoconf-xxx-xxx-intel-local.gz

glib-xxx.xxx-intel-local.gz

gzip -d *.gz

pkgadd -d <위에 파일명>

-----------------------

vi .profile

#
# Copyright (c) 2001 by Sun Microsystems, Inc.
# All rights reserved.
#
# ident "@(#)local.profile 1.10 01/06/23 SMI"

if test -z "$BASH"; then
exec bash -
fi

stty cs8 erase '^H' -istrip
PATH=$PATH:/usr/bin:/usr/ucb:/etc:.:/usr/local/bin
export PATH

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
export LD_LIBRARY_PATH
alias ll="ls -la"
alias h=history

DISPLAY=localhost:0.0
export DISPLAY

umask 022

'OS' 카테고리의 다른 글

[Solaris] .profile  (0) 2011.10.18
[Linux] IP세팅  (0) 2011.10.18
[linux] Fedora Core 4의 vsftp 설정하기 (standalone)  (0) 2011.10.18
[linux] sshd connection closed되는 경우  (0) 2011.10.18
[linux] ssh에 root접속 허용  (0) 2011.10.18