
01-10-2007, 03:44
|
|
|
|
חבר מתאריך: 08.05.03
הודעות: 621
|
|
מנסה להתקין את EXPECT ע"ג סולאריס 10
אני מעוניין להתקין את EXPECT ע"ג סולאריס 10.
לפי קובץ README, אני צריך לוודא לפני התתקנה שמותקן אצלי Tcl.
הורדתי גם את קובץ tcl8.4.16
בכדי לקמפל את הקובץ, אני צריך (לפי מיטב הבנתי) מהדר gcc.
1. האם אני צריך להתקין מהדר gcc או שהוא כבר קיים ואני פשוט צריך להוסיף אותו ל-path שלי?
2. האם זאת הדרך להתקין EXPECT או שישנה דרך מומלצת אחרת?
# ls
expect-5.43 tcl8.4.16
# cd tcl8.4.16
# ls
ChangeLog ChangeLog.2001 compat library macosx unix
ChangeLog.1999 README doc license.terms tests win
ChangeLog.2000 changes generic mac tools
# cd unix
# ls
Makefile.in configure tcl.m4 tclLoadDl.c tclUnixChan.c tclUnixNotfy.c tclUnixThrd.h
README configure.in tcl.spec tclLoadDld.c tclUnixCompat.c tclUnixPipe.c tclUnixTime.c
aclocal.m4 dltest tclAppInit.c tclLoadDyld.c tclUnixEvent.c tclUnixPort.h tclXtNotify.c
confdefs.h install-sh tclConfig.sh.in tclLoadNext.c tclUnixFCmd.c tclUnixSock.c tclXtTest.c
config.cache installManPage tclLoadAix.c tclLoadOSF.c tclUnixFile.c tclUnixTest.c
config.log ldAix tclLoadAout.c tclLoadShl.c tclUnixInit.c tclUnixThrd.c
# ./configure
loading cache ./config.cache
checking whether to use symlinks for manpages... no
checking whether to compress the manpages... no
checking whether to add a package name suffix for the manpages... no
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
#
|