ns2-allinone-2.28 을 유분트에 설치시 가끔 나타나는 에러..
>> checking if 64bit support is requested... no
>> checking if 64bit Sparc VIS support is requested... no
>> checking system version (for dynamic loading)... ./configure: 1: Syntax
>> error: Unterminated quoted string
>> tcl8.3.2 configuration failed! Exiting ...
>> Tcl is not part of the ns project. Please see www.Scriptics.com
>> to see if they have a fix for your platform.
해결 법
./tk8.4.5/unix/configure?
./tcl8.4.5/unix/configure?
이 파일안의?
system=MP-RAS-`awk ‘{print }’ /etc/.relid’`
를 아래로 바꾸기?
system=MP-RAS-`awk ‘{print }’ /etc/.relid`?
tcl은 2개를 찾아 바꾸기.
참고 :?http://www.nabble.com/Installation-problem-of-allinone-2.29-on-Kubuntu-8.04-td19989633.html
쩝~ 저 문제는 해결 했는데...
./sctp/sctp.h:630: error: extra qualification 'SctpAgent::' on member 'DumpSendBuffer' make: *** [trace/trace.o] Error 1 )
trace/trace.cc:185: warning: deprecated conversion from string constant to ?
trace/trace.cc:185: warning: deprecated conversion from string constant to ?
trace/trace.cc:185: warning: deprecated conversion from string constant to ?
trace/trace.cc:185: warning: deprecated conversion from string constant to ?
trace/trace.cc:185: warning: deprecated conversion from string constant to ?
make: *** [trace/trace.o] Error 1
Ns make failed!
이런 에러가 난다...전에 설치 했던거 같은데 -_-;?
처리_1] error만 해결...fail은 아직도 발생
sctp/sctp.h 파일의 630번째 줄 void SctpAgent::DumpSendBuffer(); -> void DumpSendBuffer();
참고 : http://mailman.isi.edu/pipermail/ns-users/2006-September/057325.html
위에 문제 다 필요 없고-_-; ..이거 역시 gcc버젼 문제...아래 링크로 해결~
Trackback address :: http://4ellene.net/tt/trackback/1271
Comments List