| [ CnUnix ] in KIDS 글 쓴 이(By): trying (태훈) 날 짜 (Date): 1996년10월15일(화) 20시05분46초 KST 제 목(Title): [Re] ranlib Solaris 2.4에서는 ranlib가 없으므로 보통 true를 대신 쓰지요... 2.5에서는 그냥 다음과 같이 아무 일도 안하는 comman를 path 상에 만 들어 놓았더군요... #!/usr/bin/sh # # Copyright (c) 1995 by Sun Microsystems, Inc. # All rights reserved. # #ident "@(#)ranlib.sh 1.1 95/03/01 SMI" # ranlib is obsolete in SunOS 5.x; the ar(1) command does this # automatically. This script is provided as a convenience for # software developers who need to maintain Makefiles that are # portable across a variety of operating systems. exit 0 /bin 같은 곳에 위와 같은 file을 하나 만들어 놓으면 프로그램 install할 때마다 ranlib를 true로 고쳐주지 않아도 되겠죠... Tae-Hoon, Kim Graphics Lab, Department of Computer Science, Seoul National University E-mail : kth@mania.snu.ac.kr Phone : +82-2-880-6757 FAX : +82-2-871-491 |